Skip to content

Commit

Permalink
{AzurePolicy} fixes Azure/azure-powershell#20654 fix the description
Browse files Browse the repository at this point in the history
fix the description for the `Get-AzPolicyExemption`

 fixes Azure/azure-powershell#20654
  • Loading branch information
navba-MSFT authored Jan 23, 2023
1 parent e6bc2fd commit bacb2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azps-9.3.0/Az.Resources/Get-AzPolicyExemption.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Identify a policy exemption to get by name and scope or by ID.
Get-AzPolicyExemption
```

This command gets all the policy exemptions.
This command gets all the policy exemptions in the current subscription. If you need to list all the exemptions related to the given scope, including those from ancestor scopes and those from descendent scopes you need to pass the `-IncludeDescendent` parameter.

### Example 2: Get a specific policy exemption
```powershell
Expand Down

0 comments on commit bacb2f7

Please sign in to comment.