Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "9714026315215760608"
"templateHash": "5424899472990749957"
}
},
"parameters": {
Expand Down Expand Up @@ -88,6 +88,7 @@
"tenantId": "[parameters('tenantId')]",
"enableSoftDelete": true,
"softDeleteRetentionInDays": 90,
"enablePurgeProtection": true,
"sku": {
"name": "[parameters('skuName')]",
"family": "A"
Expand Down
1 change: 1 addition & 0 deletions quickstarts/microsoft.keyvault/key-vault-create/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resource kv 'Microsoft.KeyVault/vaults@2023-07-01' = {
tenantId: tenantId
enableSoftDelete: true
softDeleteRetentionInDays: 90
enablePurgeProtection: true
sku: {
name: skuName
family: 'A'
Expand Down
10 changes: 9 additions & 1 deletion quickstarts/microsoft.keyvault/key-vault-create/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"summary": "This template creates a Key Vault with Azure RBAC authorization and a secret stored inside the key vault.",
"githubUsername": "seanbamsft",
"docOwner": "mumian",
"dateUpdated": "2026-04-10"
"dateUpdated": "2026-05-13",
"validationType": "Manual",
"testResult": {
"deployments": {
"templateFileName": "main.bicep",
"correlationId": "08a19c7d-365d-455d-bbac-4de41d42a718",
"deploymentName": "kvc-deploy-2b2b8b3f"
}
}
}
Loading