Skip to content

Commit ff858f4

Browse files
committed
GA support for Attestations and Manual
1 parent e1cd1a2 commit ff858f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ author: davidsmatlak
88
---
99
# Azure Policy attestation structure
1010

11-
Attestations are used by Azure Policy to set compliance states of resources or scopes targeted by [manual policies](effects.md#manual-preview). They also allow users to provide additional metadata or link to evidence which accompanies the attested compliance state.
11+
Attestations are used by Azure Policy to set compliance states of resources or scopes targeted by [manual policies](effects.md#manual). They also allow users to provide additional metadata or link to evidence which accompanies the attested compliance state.
1212

1313
> [!NOTE]
14-
> In preview, Attestations are available only through the [Azure Resource Manager (ARM) API](/rest/api/policy/attestations).
14+
> Attestations are available only through the [Azure Resource Manager (ARM) API](/rest/api/policy/attestations).
1515
1616
## Best practices
1717

articles/governance/policy/concepts/effects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These effects are currently supported in a policy definition:
2222
- [DenyAction (preview)](#denyaction-preview)
2323
- [DeployIfNotExists](#deployifnotexists)
2424
- [Disabled](#disabled)
25-
- [Manual (preview)](#manual-preview)
25+
- [Manual](#manual)
2626
- [Modify](#modify)
2727

2828
## Interchanging effects
@@ -709,12 +709,12 @@ When **enforcementMode** is **Disabled**_**, resources are still evaluated. Logg
709709
logs, and the policy effect don't occur. For more information, see
710710
[policy assignment - enforcement mode](./assignment-structure.md#enforcement-mode).
711711

712-
## Manual (preview)
712+
## Manual
713713

714-
The new `manual` (preview) effect enables you to self-attest the compliance of resources or scopes. Unlike other policy definitions that actively scan for evaluation, the Manual effect allows for manual changes to the compliance state. To change the compliance of a resource or scope targeted by a manual policy, you'll need to create an [attestation](attestation-structure.md). The [best practice](attestation-structure.md#best-practices) is to design manual policies that target the scope that defines the boundary of resources whose compliance need attesting.
714+
The new `manual` effect enables you to self-attest the compliance of resources or scopes. Unlike other policy definitions that actively scan for evaluation, the Manual effect allows for manual changes to the compliance state. To change the compliance of a resource or scope targeted by a manual policy, you'll need to create an [attestation](attestation-structure.md). The [best practice](attestation-structure.md#best-practices) is to design manual policies that target the scope that defines the boundary of resources whose compliance need attesting.
715715

716716
> [!NOTE]
717-
> During Public Preview, support for manual policy is available through various Microsoft Defender
717+
> Support for manual policy is available through various Microsoft Defender
718718
> for Cloud regulatory compliance initiatives. If you are a Microsoft Defender for Cloud [Premium tier](https://azure.microsoft.com/pricing/details/defender-for-cloud/) customer, refer to their experience overview.
719719
720720
Currently, the following regulatory policy initiatives include policy definitions containing the manual effect:

0 commit comments

Comments
 (0)