Not able to retrieve policy definition #28542
Replies: 1 comment
-
Issue created for reference/tracking: #28548 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team, I am unable to retrieve the policy definitions using below script. However, I am able to retrieve the list of policy definitions from azure portal by manually applying the filter. I tried this to multiple subscription bt same result.
Get-AzPolicyDefinition | Where-Object {$_.Properties.metadata.category -eq 'Tags'}
Beta Was this translation helpful? Give feedback.
All reactions