Open Damien-Displayr opened 5 years ago
we're working on it and put into milestone 11-04
Is there a work around? Can I keep AzureRM
installed alongside Az
for now?
I get this error if I install both alongside each other:
Hi, any update on this?
I have an issue with a dependency in
Azure
. I have a script, used for deployments. It leveragesAzureRM
, andAzure
Powershell Modules. We needAzure
as we are doing Cloud Service deployments.I am migrating from
AzureRM
toAz
as instructed here: https://docs.microsoft.com/en-us/powershell/azure/migrate-from-azurerm-to-az?view=azps-2.6.0However, now that I have uninstalled
AzureRM
, I am getting an error:Azure
appears to depend onAzure.Storage
. AndAzure.Storage
(despite it's name) is part ofAzureRM
- which is now gone. Is it possible to updateAzure
to depend on the newerAz
module? Also, is this package still recommended to deal with Azure Cloud Services?