Skip to content

Commit

Permalink
Removed keyvaultname trigger warning
Browse files Browse the repository at this point in the history
  • Loading branch information
crlsocro committed Sep 19, 2024
1 parent 3796eb8 commit a5bd8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@description('The name of the Azure Container Registry.')
param acrName string = 'bds-test-acr'

@description('Key Vault module name')
param keyVaultName string = 'bds-test-kv'
// @description('Key Vault module name')
// param keyVaultName string = 'bds-test-kv'

@description('The location for the registry.')
param location string = 'norwayeast'
Expand Down

0 comments on commit a5bd8b9

Please sign in to comment.