ChrisSidebotham-MSFT

Results 5 issues of ChrisSidebotham-MSFT

https://github.com/Azure/ResourceModules/blob/280db1a872d85d6f7536a425b7c794b062cb9daf/.azuredevops/platformPipelines/platform.dependencies.yml#L247-L291 **Error:** ![image](https://user-images.githubusercontent.com/48600046/180468198-d9934e5f-0eef-40bd-93d2-4c8c91df7e69.png) **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) `

[cat] pipelines
[cat] azure devops
[cat] needs further discussion

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.

[cat] modules

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...

[cat] modules

# 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...