azure-cli: Unsupported resource type: 'Microsoft.PolicyInsights/policyStates/queryResults'
Good day! On the way to look for noncompliant resources I executed ‘az policy state list --all’ which ended up in an error see below. I get the same error when I execute ‘az rest’ with the uri described here Azure Doc (of course with adjusted values, e.g. subscription id)
Describe the bug
Command Name
az policy state list
Errors:
(ResourceTypeNotSupported) Unsupported resource type: 'Microsoft.PolicyInsights/policyStates/queryResults'.
Code: ResourceTypeNotSupported
Message: Unsupported resource type: 'Microsoft.PolicyInsights/policyStates/queryResults'.
To Reproduce:
az policy state list --all
Expected Behavior
- successful output of result in json (as always)
Environment Summary
macOS-12.3.1-x86_64-i386-64bit, Darwin 21.4.0
Python 3.10.2
Installer: HOMEBREW
azure-cli 2.35.0
Extensions:
front-door 1.0.16
alertsmanagement 0.2.2
logic 0.1.5
resource-graph 2.1.0
sentinel 0.1.2
ssh 1.1.0
application-insights 0.1.14
Dependencies:
msal 1.17.0
azure-mgmt-resource 20.0.0
Additional Context
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 2
- Comments: 22 (11 by maintainers)
@CarstenHS with acknowledging I did not read through this long thread, if you believe this is Terraform AzureRM related, please file an issue to that repo thus TF specific engineers from either Hashicorp or Microsoft or the community could chime in there.
@zhoxing-ms Just checked via
az rest
, same error as reported by @BlakeWills earlier:Not Found({"error":{"code":"ResourceTypeNotSupported","message":"Unsupported resource type: 'Microsoft.PolicyInsights/policyStates/queryResults'."}})
Exact command used (executed once with “default”, once with “latest”):
az rest --url "https://management.azure.com/subscriptions/{subscription id}/providers/Microsoft.PolicyInsights/policyStates/{"default" or "latest"}/queryResults?api-version=2019-10-01"
@zhoxing-ms
az policy state list --all
works for me now, no problems / warnings. Have az in version 2.42.0.I didn’t check the Rest API yet. Might do it tomorrow, but don’t rely on it.
This issue seems to be a service issue:
Request URL:
Response:
This issue needs the service team to investigate the root cause of this error message