Skip to content

Commit 618e1ec

Browse files
committed
Adding metadata properties
1 parent 658d406 commit 618e1ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,16 @@ A parameter has the following properties that are used in the policy definition:
140140
- `description`: The explanation of what the parameter is used for. Can be used to provide
141141
examples of acceptable values.
142142
- `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.
143153
- `strongType`: (Optional) Used when assigning the policy definition through the portal. Provides
144154
a context aware list. For more information, see [strongType](#strongtype).
145155
- `assignPermissions`: (Optional) Set as _true_ to have Azure portal create role assignments

0 commit comments

Comments
 (0)