Closed leowumsft closed 6 years ago
Unfortunately, I believe this is by design - this API version isn't available in the government cloud. This version should work: https://www.powershellgallery.com/packages/AzureRM.Insights/5.0.0
Note that, to use this version, you would need to either remove the previous version of this module, or specifically Import this version at the beginning of your session:
> Import-Module -Name AzureRM.Insights -RequiredVersion 5.0.0
Hi @markcowl, I appreciate your guidance and I will follow your instructions.
Description
Unable to retrieve action groups using the cmdlet "Get-AzureRmActionGroup".
Message: "The resource type 'actiongroups' could not be found in the namespace 'microsoft.insights' for api version '2018-03-01'. The supported api-versions are '2017-04-01'."
Script/Steps for Reproduction
Module Version
Environment Data
Debug Output