Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Jan 18, 2025
1 parent 22eb1fc commit 04dbe04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ param serviceShort string = 'ashc3nmin'
@description('Optional. A token to inject into the name of each resource.')
param namePrefix string = '#_namePrefix_#'

@description('Optional. The password of the LCM deployment user and local administrator accounts.')
@secure()
param localAdminAndDeploymentUserPass string = newGuid()
// @description('Optional. The password of the LCM deployment user and local administrator accounts.')
// @secure()
// param localAdminAndDeploymentUserPass string = newGuid()

@description('Required. The app ID of the service principal used for the Azure Stack HCI Resource Bridge deployment.')
@secure()
Expand Down Expand Up @@ -66,9 +66,9 @@ module nestedDependencies 'dependencies.bicep' = {
arbDeploymentAppId: arbDeploymentAppId
arbDeploymentServicePrincipalSecret: arbDeploymentServicePrincipalSecret
arbDeploymentSPObjectId: arbDeploymentSPObjectId
deploymentUserPassword: localAdminAndDeploymentUserPass
deploymentUserPassword: arbDeploymentAppId // Using ID to be deterministic
hciResourceProviderObjectId: hciResourceProviderObjectId
localAdminPassword: localAdminAndDeploymentUserPass
localAdminPassword: arbDeploymentAppId // Using ID to be deterministic
location: enforcedLocation
}
}
Expand Down
2 changes: 1 addition & 1 deletion avm/res/azure-stack-hci/cluster/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://aka.ms/bicep-registry-module-version-file-schema#",
"version": "0.3",
"version": "0.1",
"pathFilters": [
"./main.json"
]
Expand Down

0 comments on commit 04dbe04

Please sign in to comment.