Skip to content

Commit 0d20fd8

Browse files
authored
Merge pull request #191735 from timwarner-msft/patch-3
Remove references to "preview"
2 parents 2067cdc + c6c17a7 commit 0d20fd8

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,14 @@ ms.topic: conceptual
66
---
77
# Azure Policy exemption structure
88

9-
The Azure Policy exemptions (preview) feature is used to _exempt_ a resource hierarchy or an
9+
The Azure Policy exemptions feature is used to _exempt_ a resource hierarchy or an
1010
individual resource from evaluation of initiatives or definitions. Resources that are _exempt_ count
1111
toward overall compliance, but can't be evaluated or have a temporary waiver. For more information,
1212
see [Understand scope in Azure Policy](./scope.md). Azure Policy exemptions only work with
1313
[Resource Manager modes](./definition-structure.md#resource-manager-modes) and don't work with
1414
[Resource Provider modes](./definition-structure.md#resource-provider-modes).
1515

16-
> [!IMPORTANT]
17-
> This feature is free during **preview**. For pricing details, see
18-
> [Azure Policy pricing](https://azure.microsoft.com/pricing/details/azure-policy/). For more
19-
> information about previews, see
20-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
21-
22-
You use JSON to create a policy exemption. The policy exemption contains elements for:
16+
You use JavaScript Object Notation (JSON) to create a policy exemption. The policy exemption contains elements for:
2317

2418
- display name
2519
- description
@@ -36,7 +30,7 @@ You use JSON to create a policy exemption. The policy exemption contains element
3630
For example, the following JSON shows a policy exemption in the **waiver** category of a resource to
3731
an initiative assignment named `resourceShouldBeCompliantInit`. The resource is _exempt_ from only
3832
two of the policy definitions in the initiative, the `customOrgPolicy` custom policy definition
39-
(reference `requiredTags`) and the 'Allowed locations' built-in policy definition (ID:
33+
(reference `requiredTags`) and the **Allowed locations** built-in policy definition (ID:
4034
`e56962a6-4747-49cd-b67b-bf8b01975c4c`, reference `allowedLocations`):
4135

4236
```json
@@ -112,8 +106,7 @@ resource hierarchy or individual resource is _exempt_ from.
112106

113107
## Policy definition IDs
114108

115-
If the `policyAssignmentId` is for an initiative assignment, the `policyDefinitionReferenceIds`
116-
property may be used to specify which policy definition(s) in the initiative the subject resource
109+
If the `policyAssignmentId` is for an initiative assignment, the **policyDefinitionReferenceIds** property may be used to specify which policy definition(s) in the initiative the subject resource
117110
has an exemption to. As the resource may be exempted from one or more included policy definitions,
118111
this property is an _array_. The values must match the values in the initiative definition in the
119112
`policyDefinitions.policyDefinitionReferenceId` fields.
@@ -131,7 +124,7 @@ Two exemption categories exist and are used to group exemptions:
131124
## Expiration
132125

133126
To set when a resource hierarchy or an individual resource is no longer _exempt_ from an assignment,
134-
set the `expiresOn` property. This optional property must be in the Universal ISO 8601 DateTime
127+
set the **expiresOn** property. This optional property must be in the Universal ISO 8601 DateTime
135128
format `yyyy-MM-ddTHH:mm:ss.fffffffZ`.
136129

137130
> [!NOTE]
@@ -160,4 +153,4 @@ assignment.
160153
- Learn how to [get compliance data](../how-to/get-compliance-data.md).
161154
- Learn how to [remediate non-compliant resources](../how-to/remediate-resources.md).
162155
- Review what a management group is with
163-
[Organize your resources with Azure management groups](../../management-groups/overview.md).
156+
[Organize your resources with Azure management groups](../../management-groups/overview.md).

0 commit comments

Comments
 (0)