You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Resources/ResourceManager/Implementation/Policy/PolicyHelpStrings.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public static class PolicyHelpStrings
135
135
publicconststringGetPolicyExemptionScopeHelp="The scope of the policy exemption to get, e.g. /providers/managementGroups/{managementGroupName}, defaults to current subscription.";
136
136
publicconststringGetPolicyExemptionIdHelp="The fully qualified policy exemption ID to get, including the scope, e.g. /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName}.";
137
137
publicconststringGetPolicyExemptionFilterHelp="Limits the list of returned policy exemptions to those assigning the policy assignment identified by this fully qualified Id.";
138
-
publicconststringGetPolicyExemptionIncludeDescendentsHelp="Causes the list of returned policy exemptions to include all exemptions related to the given scope, including those from ancestor scopes and those from descendent scopes.";
138
+
publicconststringGetPolicyExemptionIncludeDescendentsHelp="Causes the list of returned policy exemptions to include all exemptions related to the given scope, including those from ancestor scopes and those from descendent scopes. This parameter doesn't work when the requested scope is a management group scope.";
139
139
publicconststringGetPolicyExemptionDoesNothingHelp="This parameter is ignored if provided with -Name or -Id parameters.";
140
140
publicconststringNewPolicyExemptionNameHelp="The name of the new policy exemption.";
141
141
publicconststringNewPolicyExemptionScopeHelp="The scope of the new policy exemption, e.g. /providers/managementGroups/{managementGroupName}, defaults to current subscription.";
0 commit comments