microsoft / azure_arc

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

Bugfix for tenant ID value. Optimized variable references. #2567

Closed janegilring closed 1 month ago

janegilring commented 1 month ago

This pull request primarily focuses on updating the usage of environment variables in the azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 and azure_jumpstart_arcbox/artifacts/Bootstrap.ps1 scripts. The changes aim to improve consistency in the code by replacing instances of $env: with the direct use of the variable names. This will likely enhance readability and maintainability of the code.

The most important changes include: