Skip to content

Commit 37d0872

Browse files
Merge pull request #247976 from davidsmatlak/ds-ghi-104813
Adds note about parameters to Policy doc
2 parents a6d2455 + 93ebc67 commit 37d0872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ see [Tag support for Azure resources](../../../azure-resource-manager/management
137137
The following Resource Provider modes are fully supported:
138138

139139
- `Microsoft.Kubernetes.Data` for managing Kubernetes clusters and components such as pods, containers, and ingresses. Supported for Azure Kubernetes Service clusters and [Azure Arc-enabled Kubernetes clusters](../../../aks/intro-kubernetes.md). Definitions
140-
using this Resource Provider mode use effects _audit_, _deny_, and _disabled_.
140+
using this Resource Provider mode use effects _audit_, _deny_, and _disabled_.
141141
- `Microsoft.KeyVault.Data` for managing vaults and certificates in
142142
[Azure Key Vault](../../../key-vault/general/overview.md). For more information on these policy
143143
definitions, see
@@ -191,6 +191,9 @@ you can reuse that policy for different scenarios by using different values.
191191
> **defaultValue** property. This prevents existing assignments of the policy or initiative from
192192
> indirectly being made invalid.
193193
194+
> [!NOTE]
195+
> Parameters can't be removed from a policy definition that's been assigned.
196+
194197
### Parameter properties
195198

196199
A parameter has the following properties that are used in the policy definition:

0 commit comments

Comments
 (0)