-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Az.Storage version 3.4 does not work in AzureGovernment Regions #14395
Comments
Thanks for reporting this issue! I will contact the server team to check why the new API version 2021-01-01 is not available in AzureGovernment Regions, and update you when get any responds. Besides that, as a workaround, would you please remove Az.Storage 3.4.0, and install 3.3.0 (3.3.0 is on API version 2019-06-01).
|
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue DetailsError after updating Azure Automation to AZ.Storage 3.4 now getting this : This is the same error as :
|
@mattyt0406 Besides that, I will contact SRP team to see how to avoid this kind of issue happen again. |
Close as the issue is resolved now. |
Error after updating Azure Automation to AZ.Storage 3.4 now getting this :
Get-AzStorageAccount : No registered resource provider found for location 'usgovvirginia' and API version '2021-01-01' for type 'storageAccounts'. The supported api-versions are '2020-08-01-preview, 2019-06-01, 2019-04-01, 2018-11-01, 2018-07-01, 2018-03-01-preview, 2018-02-01, 2017-10-01, 2017-06-01, 2016-12-01, 2016-07-01, 2016-05-01, 2016-01-01, 2015-06-15, 2015-05-01-preview'. The supported locations are 'usgoviowa, usgovvirginia, usgovtexas, usgovarizona, usdodeast, usdodcentral'. At line:98 char:7 + $sa = Get-AzStorageAccount -StorageAccountName $storageaccountName -R ... +
This is the same error as :
#8892
The text was updated successfully, but these errors were encountered: