Azure / Azure/azure-powershell
Not able to retrieve policy definition
Open
Policy
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Discussed in https://github.com/Azure/azure-powershell/discussions/28542
Originally posted by **pankmishra** September 10, 2025
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'}
Contributor guide
Assessment
This issue has not been assessed yet.