Skip to content

Commit

Permalink
Fix the key vault errors in deployment script.
Browse files Browse the repository at this point in the history
  • Loading branch information
duggaraju committed Aug 11, 2023
1 parent 41ca835 commit 9335759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/deployment.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ param keyvaultName string
param keyvaultRG string

@description('The subscription where the key vault is present.')
param keyvaultSubscription = subscription().subscriptionId
param keyvaultSubscription string = subscription().subscriptionId

@description('Additional command line arguments to pass')
param arguments array = []
Expand Down
2 changes: 1 addition & 1 deletion deployment/parameters.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ param storageAccountRG = 'amsmediacore'
param encrypt = false

// The key vault to store encryption keys if encryption is turned on.
param keyvaultname = 'mpprovenance'
param keyvaultName = 'mpprovenance'
param keyvaultRG = 'provenance'
// param keyvaultSubscription = ''

Expand Down

0 comments on commit 9335759

Please sign in to comment.