Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Aug 30, 2024
1 parent 75cc55c commit 1f5e719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/bicep/modules/avdSessionHosts/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ var varCustomOsDiskProperties = {
// =========== //

// call on the keyvault
resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' existing = if (identityServiceProvider != 'EntraID') {
resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' existing = {
name: wrklKvName
scope: resourceGroup('${subscriptionId}', '${serviceObjectsRgName}')
}
Expand Down

0 comments on commit 1f5e719

Please sign in to comment.