I’m using the below NuGet packages to communicate with classic storage accounts. Here is the screenshot added.
Microsoft.Azure.Storage.Blob
Reference used in .cs file
Microsoft.WindowsAzure.Storage
Reference used in .cs file
Once the accounts are migrated to Azure Resource Manager, will the Old NuGet packages (Microsoft.WindowsAzure.Storage and Microsoft.Azure.Storage) be able to call Azure Resource Manager (migrated account)?
I am working on the code changes (From Microsoft.Azure.Storage.Blob to Azure.Storage.Blobs) but its taking more time than expected. Could not able to deploy the changes before the deadline.
**So, our question is: Will the NuGet packages Microsoft.WindowsAzure.Storage and Microsoft.Azure.Storage be able to call Azure Resource Manager(migrated account) after August 31st?
**
If any Microsoft dev support team answer will be helpful.