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
publicconststringPolicyAssignmentId="Policy assignment ID. E.g. '/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/policyAssignments/{assignmentName}'.";
32
32
publicconststringPolicyDefinitionReferenceId="Gets the policy definition reference ID of the individual definition that is being remediated. Required when the policy assignment assigns a policy set definition.";
33
-
publicconststringTop="Maximum number of records to return.";
33
+
publicconststringTop="Maximum number of records to return. If not provided, the maximum number of records returned is determined by the Azure Policy service (currently 1000).";
34
34
publicconststringOrderBy="Ordering expression using OData notation. One or more comma-separated column names with an optional 'desc' (the default) or 'asc'.";
35
35
publicconststringSelect="Select expression using OData notation. One or more comma-separated column names. Limits the columns on each record to just those requested.";
36
36
publicconststringFrom="ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, defaults to 'To' parameter value minus 1 day.";
Copy file name to clipboardExpand all lines: src/Resources/ResourceManager/Implementation/Policy/PolicyHelpStrings.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ public static class PolicyHelpStrings
46
46
publicconststringSetPolicyAssignmentDisplayNameHelp="The display name of the updated policy assignment";
47
47
publicconststringSetPolicyAssignmentDescriptionHelp="The description of the updated policy assignment";
48
48
publicconststringSetPolicyAssignmentMetadataHelp="The updated metadata for the policy assignment. This can either be a path to a file name containing the metadata, or the metadata as a string.";
49
+
publicconststringSetPolicyAssignmentPolicyParameterObjectHelp="The new policy parameters object for the policy assignment.";
50
+
publicconststringSetPolicyParameterHelp="The new policy parameters file path or string for the policy assignment.";
49
51
publicconststringSetPolicyAssignmentSkuHelp="A hash table which specifies sku properties. This parameter is deprecated and ignored.";
50
52
publicconststringPolicyAssignmentAssignIdentityHelp="Generate and assign an Azure Active Directory Identity for this policy assignment. The identity will be used when executing deployments for 'deployIfNotExists' policies. Location is required when assigning an identity.";
51
53
publicconststringPolicyAssignmentLocationHelp="The location of the policy assignment's resource identity. This is required when the -AssignIdentity switch is used.";
0 commit comments