Skip to content

Commit 2b5fb75

Browse files
authored
{AzurePolicy} fixes #20654 fix the description (#20729)
fix the description for the `Get-AzPolicyExemption` fixes #20654
1 parent a9e9131 commit 2b5fb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resources/help/Get-AzPolicyExemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Identify a policy exemption to get by name and scope or by ID.
4141
Get-AzPolicyExemption
4242
```
4343

44-
This command gets all the policy exemptions.
44+
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.
4545

4646
### Example 2: Get a specific policy exemption
4747
```powershell

0 commit comments

Comments
 (0)