Azure / Azure/azure-powershell
Migrating from AzureRM to Az is causing conflicts in Azure
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
I have an issue with a dependency in [`Azure`](https://www.powershellgallery.com/packages/Azure/5.3.0). I have a script, used for deployments. It leverages `AzureRM`, and `Azure` Powershell Modules. We need `Azure` as we are doing Cloud Service deployments.
I am migrating from `AzureRM` to `Az` as instructed here: https://docs.microsoft.com/en-us/powershell/azure/migrate-from-azurerm-to-az?view=azps-2.6.0
However, now that I have uninstalled `AzureRM`, I am getting an error:

`Azure` appears to depend on `Azure.Storage`. And `Azure.Storage` (despite it's name) is part of `AzureRM` - which is now gone. Is it possible to update `Azure` to depend on the newer `Az` module? Also, is this package still recommended to deal with Azure Cloud Services?
Contributor guide
Assessment
This issue has not been assessed yet.