Skip to content

Commit 546b05f

Browse files
committed
GA of Attestations and Unknown
1 parent ff858f4 commit 546b05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: davidsmatlak
1111
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-
> Attestations are available only through the [Azure Resource Manager (ARM) API](/rest/api/policy/attestations).
14+
> Attestations can be created and managed only through Azure Policy [Azure Resource Manager (ARM) API](/rest/api/policy/attestations), [PowerShell](/powershell/module/az.policyinsights) or [Azure CLI](/cli/azure/policy/attestation).
1515
1616
## Best practices
1717

articles/governance/policy/concepts/compliance-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ An applicable resource has a compliance state of exempt for a policy assignment
5555
> [!NOTE]
5656
> _Exempt_ is different than _excluded_. For more details, see [scope](./scope.md).
5757
58-
### Unknown (preview)
58+
### Unknown
5959

6060
Unknown is the default compliance state for definitions with `manual` effect, unless the default has been explicitly set to compliant or non-compliant. This state indicates that an [attestation](./attestation-structure.md) of compliance is warranted. This compliance state only occurs for policy assignments with `manual` effect.
6161

0 commit comments

Comments
 (0)