Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Resources/Resources/help/Get-AzPolicyExemption.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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