ChrisSidebotham-MSFT
ChrisSidebotham-MSFT
https://github.com/Azure/ResourceModules/blob/280db1a872d85d6f7536a425b7c794b062cb9daf/.azuredevops/platformPipelines/platform.dependencies.yml#L247-L291 **Error:**  **Proposed Change:** Add the following line to the inline script to allow for the context to switch to the correct subscription. ` Set-AzContext -Subscription $(ARM_SUBSCRIPTION_ID) `
https://github.com/Azure/ResourceModules/blob/88ef83865142e28afa8937b35fcdedb414739111/modules/Microsoft.Network/bastionHosts/deploy.bicep#L178-L182 Azure Bastion deployed with standard SKU should have an option to enable tunneling, this is currently available on the current API version already in use by the module.
https://github.com/Azure/ResourceModules/blob/a2fdd5a916b3f697816811cefebc3ec0e944a97b/modules/Microsoft.Automation/automationAccounts/deploy.bicep#L174-L196 Azure Policy has a [built-in definition](https://www.azadvertizer.net/azpolicyadvertizer/30d1d58e-8f96-47a5-8564-499a3f3cca81.html) for deny resource deployment if local authentication is not disabled. The newer Resource Provider API Versions support this parameter and allows for a...
# Contributing a Pull Request If you haven't already, read the full [contribution guide](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md). The guide may have changed since the last time you read it, so please double-check. Once...