Skip to content

Commit 621546c

Browse files
authored
Update error in the style
This paragraphs has the wrong format when viewed in Microsoft Learn.
1 parent 3df4f4a commit 621546c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ When Azure Policy versioning is released, the following Resource Provider modes
130130
## Version (preview)
131131
Built-in policy definitions can host multiple versions with the same `definitionID`. If no version number is specified, all experiences will show the latest version of the definition. To see a specific version of a built-in, it must be specified in API, SDK or UI. To reference a specific version of a definition within an assignment, see [definition version within assignment](../concepts/assignment-structure.md#policy-definition-id-and-version-preview)
132132

133-
The Azure Policy service uses `version`, `preview`, and `deprecated` properties to convey level of
134-
> change to a built-in policy definition or initiative and state. The format of `version` is:
135-
> `{Major}.{Minor}.{Patch}`. Specific states, such as _deprecated_ or _preview_, are appended to the
136-
> `version` property or in another property as a **boolean**.
133+
The Azure Policy service uses `version`, `preview`, and `deprecated` properties to convey level of change to a built-in policy definition or initiative and state. The format of `version` is: `{Major}.{Minor}.{Patch}`. Specific states, such as _deprecated_ or _preview_, are appended to the `version` property or in another property as a **boolean**.
137134

138135
- Major Version (example: 2.0.0): introduce breaking changes such as major rule logic changes, removing parameters, adding an enforcement effect by default.
139136
- Minor Version (example: 2.1.0): introduce changes such as minor rule logic changes, adding new parameter allowed values, change to `roleDefinitionIds`, adding or moving definitions within an initiative.

0 commit comments

Comments
 (0)