Skip to content

Commit

Permalink
🐛 Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Jul 14, 2023
1 parent b5398db commit 3952163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ resource keyVault 'Microsoft.KeyVault/vaults@2019-09-01' = {
properties: {
enabledForTemplateDeployment: true
tenantId: subscription().tenantId
accessPolicies: []
sku: {
name: 'standard'
family: 'A'
Expand Down Expand Up @@ -145,7 +146,7 @@ resource keyVaultAccessPolicy 'Microsoft.KeyVault/vaults/accessPolicies@2022-07-
secrets: [
'Get'
'List'

]
certificates: [
'Get'
Expand Down

0 comments on commit 3952163

Please sign in to comment.