microsoft / azure_arc

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

Bugfix - issue 2546 #2547

Closed janegilring closed 4 months ago

janegilring commented 4 months ago

This pull request includes a change to the preprovision.ps1 script in the azure_jumpstart_hcibox/scripts directory. The change involves setting the SPN_PROVIDER_ID environment variable if the Microsoft.AzureStackHCI provider id is found.

Fixes #2546

eliot-trustm commented 4 months ago

I think we have a missing trailing curly bracket for the else statement on line 170 as it throws "missing closing }" - i added one in my code and it went past it.

janegilring commented 4 months ago

@eliot-trustm That is correct, it is fixed in this PR which should be merged shortly. Sorry for the inconvenience and thanks for the heads-up.