Support macOS for deployments
Closed this issue · 2 comments
iMicknl commented
This issue is for a:
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
AzureRM doesn't support macOS.
Expected/desired behavior
MacOS platform supported as option for deployments, which can be achieved by:
- Rewrite Powershell script to use
Az module
instead ofAzureRM module
. - Add a Bash deployment option uzing AZ-CLI.
iMicknl commented
Could be solved temporarily by adding Enable-AzureRmAlias
(session only) to the script.
Migrate Azure PowerShell from AzureRM to Az