You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FArmReference%2Fkeyvault-vaults%2F1.0.0.0%2Fazuredeploy.json)
1
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FArmReference%2Fkeyvault-vaults%2F1.0.0.1%2Fazuredeploy.json)
2
2
# Azure template
3
3
4
4
These templates are not meant for deployment, they simply build reference templates
Copy file name to clipboardExpand all lines: docs/vaultproperties.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ softDeleteRetentionInDays | No | softDelete data retention days. It accept
9
9
publicNetworkAccess | Yes | Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
10
10
networkAcls | No | A set of rules governing the network accessibility of a vault.
11
11
sku | Yes | SKU details
12
-
accessPolicies | No | An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
12
+
accessPolicies | No | An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
13
13
enabledForDeployment | No | Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
14
14
enabledForDiskEncryption | No | Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
15
15
enabledForTemplateDeployment | No | Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
58
+
An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
0 commit comments