Azure / Azure/azure-powershell
Unable to deserialize the response
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
I have encountered this issue on VSTS for Azure resources deployment with azure PowerShell recently, the script doesn’t work for one resource group, but it works for others, strange. It seemed the same issue as #5835 & [Azure PowerShell - "Unable to deserialize the response"](https://social.msdn.microsoft.com/Forums/vstudio/en-US/5e62c607-0e25-4e97-b343-8b45c7a280f0/azure-powershell-unable-to-deserialize-the-response) , I tried the solution given in my local machine, it's not work for me.
```powershell
PS C:\WINDOWS\system32> Get-AzureRmIntegrationAccount -Name XXXXX -ResourceGroupName XXXXX
Get-AzureRmIntegrationAccount : Unable to deserialize the response.
At line:1 char:1
+ Get-AzureRmIntegrationAccount -Name XXXXX -Resou ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Get-AzureRmIntegrationAccount], SerializationException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.LogicApp.Cmdlets.GetAzureIntegrationAccountCommand
```
Contributor guide
Assessment
This issue has not been assessed yet.