Skip to content

Commit

Permalink
fix missing propertty due to latest bicep version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed May 13, 2024
1 parent 0d16f9c commit 80289f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bicep/azhop.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ var config = {
name : contains(azhopConfig, 'domain') ? azhopConfig.domain.name : 'hpc.azure'
domain_join_user: createAD ? {
username: azhopConfig.admin_user
password_key_vault_name: 'foo'
password_key_vault_resource_group_name: 'foo'
password_key_vault_secret_name: 'foo'
} : useExistingAD ? {
username: azhopConfig.domain.domain_join_user.username
password_key_vault_name: azhopConfig.domain.domain_join_user.password_key_vault_name
Expand Down

0 comments on commit 80289f6

Please sign in to comment.