Skip to content

Commit 7599545

Browse files
enabledForTemplateDeployment to true
1 parent 72320cd commit 7599545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/azure/bicep/modules/shared/key-vault.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ param enabledForDeployment bool = false
1212
param enabledForDiskEncryption bool = false
1313

1414
@description('Specifies whether Azure Resource Manager is permitted to retrieve secrets from the key vault.')
15-
param enabledForTemplateDeployment bool = false
15+
param enabledForTemplateDeployment bool = true
1616

1717
@description('Specifies the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. Get it by using Get-AzSubscription cmdlet.')
1818
param tenantId string = subscription().tenantId

0 commit comments

Comments
 (0)