From a7d9e78527fdf7af676af596f9f1338015c0beee Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:36:33 +0530 Subject: [PATCH] {AzurePolicy} fixes Azure/azure-powershell#20654 fix the description fix the description for the `Get-AzPolicyExemption` fixes Azure/azure-powershell#20654 --- src/Resources/Resources/help/Get-AzPolicyExemption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/Resources/help/Get-AzPolicyExemption.md b/src/Resources/Resources/help/Get-AzPolicyExemption.md index 1d4f16ae6d04..49f13a87f87c 100644 --- a/src/Resources/Resources/help/Get-AzPolicyExemption.md +++ b/src/Resources/Resources/help/Get-AzPolicyExemption.md @@ -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