microsoft / azure_arc

Automated Azure Arc, Edge, and Platform environments
https://aka.ms/ArcJumpstart
Creative Commons Attribution 4.0 International
738 stars 544 forks source link

HCIBox setup script failed due to incorrect parameter name "autoUpdateClusterResource" #2498

Closed tetsuyasodo closed 4 months ago

tetsuyasodo commented 4 months ago

Is your issue related to a Jumpstart scenario, ArcBox, HCIBox, or Agora?

https://azurearcjumpstart.io/azure_jumpstart_hcibox/deployment_az

Describe the issue or the bug

az deployment group create script failed due to the incorrect parameter "autoUpdateCLusterResource" merged recently.

To Reproduce

az command succeeded without errors. When I modified main.parameters.json file L.32 from "autoUpdateClusterResource" to "autoUpgradeClusterResource", the command execution succeeded.

Environment summary

Have you looked at the Troubleshooting and Logs section?

Screenshots

Additional context

microsoft-github-policy-service[bot] commented 4 months ago

Hi tetsuyasodo! Thank you for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Azure Arc Jumpstart.

janegilring commented 4 months ago

@tetsuyasodo Thanks for reporting this. There was two commits recently to main.bicep, which added new parameters:

Unfortunately, the sample parameters file had the wrong parameter name for one of the new parameters:

I will go ahead and add a new PR for resolving this.