Skip to content

Commit

Permalink
use workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Dec 19, 2024
1 parent ccb4195 commit cd700e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-infrastructure/templates/svc-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ resource serviceKeyVault 'Microsoft.KeyVault/vaults@2024-04-01-preview' existing
name: serviceKeyVaultName
scope: resourceGroup(serviceKeyVaultResourceGroup)
}
// TODO(jonachang) Once tooling support array, need to remove this
var istio = split(istioVersion[0], ', ')
// Tags the resource group
resource subscriptionTags 'Microsoft.Resources/tags@2024-03-01' = {
Expand Down

0 comments on commit cd700e0

Please sign in to comment.