File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,16 @@ A parameter has the following properties that are used in the policy definition:
140
140
- ` description ` : The explanation of what the parameter is used for. Can be used to provide
141
141
examples of acceptable values.
142
142
- ` displayName ` : The friendly name shown in the portal for the parameter.
143
+ - ` version ` : (Optional) Tracks details about the version of the contents of a policy definition.
144
+
145
+ > [ !NOTE]
146
+ > The Azure Policy service uses ` version ` , ` preview ` , and ` deprecated ` properties to convey
147
+ > level of change to a built-in policy definition or initiative and state. The format of
148
+ > ` version ` is: ` {Major}.{Minor}.{Patch} ` . Specific states, such as _ deprecated_ or _ preview_ ,
149
+ > are appended to the ` version ` property or in another property as a ** boolean** .
150
+
151
+ - ` category ` : (Optional) Determines under which category in Azure portal the policy definition is
152
+ displayed.
143
153
- ` strongType ` : (Optional) Used when assigning the policy definition through the portal. Provides
144
154
a context aware list. For more information, see [ strongType] ( #strongtype ) .
145
155
- ` assignPermissions ` : (Optional) Set as _ true_ to have Azure portal create role assignments
You can’t perform that action at this time.
0 commit comments