Skip to content

Commit

Permalink
chore: Update registryPassword parameter to generate a new GUID in cl…
Browse files Browse the repository at this point in the history
…ientVm.bicep file
  • Loading branch information
sebassem committed Jul 4, 2024
1 parent 863ba47 commit d16ab2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/bicep/clientVm/clientVm.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ param acceptEula string = 'yes'
param registryUsername string = 'registryUser'

@secure()
param registryPassword string = 'registrySecret'
param registryPassword string = newGuid()
param arcDcName string = 'arcdatactrl'
param mssqlmiName string = 'arcsqlmidemo'

Expand Down
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ param logAnalyticsWorkspaceName string
param flavor string = 'Full'

@description('Target GitHub account')
param githubAccount string = 'sebassem'
param githubAccount string = 'microsoft'

@description('Target GitHub branch')
param githubBranch string = 'arcbox_3.0'
Expand Down

0 comments on commit d16ab2f

Please sign in to comment.