Azure / Azure/azure-powershell

Unable to deserialize the response

Open
#6,261 19 comments 1 reaction 2 assignees Claimed by @pankajsn View on GitHub
act-observability-squad bug Logic App Service Attention
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.