-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Region.GOV_US_VIRGINIA does not pass correct string to region calls #1220
Comments
Neither of them do actually. It should be usgovvirginia and usgoviowa |
For now, please use the string overload. This will be fixed in the next build. |
already implemented |
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this issue
Mar 21, 2019
* moved Autorest core projects * Moved CSharp generators * Moved nodejs generator * Moved python generator * moved Ruby generator * moved modelers * moved testserver and client runtimes * moved more client runtimes * moved java generator and runtime (and python runtime) * moved nuget package test * Adjusting projects and namespaces -- AzureResourceSchema * adjusted project/namespace name for AutoRest.CSharp.Azure * updated names/namespaces for AutoRest*CSharp projects * updates names/namespaces for extensions * updated more projects and namespaces * path fixes for a lot of stuff * updated namespaces, paths, etc * more updates to get closer to actually running * fix up tests to run in new tree * ensure that dotnet restore runs for whole project * fixed typo * made xprojs work on linux * more fixes to xprojs * Fixed NodeJS test project references * removed superflous file references from njsproj files * updated codegenerator * fixed loading sln files * fixed nuget files * fixed bad paths * fix - actually build package * *sigh* ... restored disabled tests
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this issue
Mar 21, 2019
* moved Autorest core projects * Moved CSharp generators * Moved nodejs generator * Moved python generator * moved Ruby generator * moved modelers * moved testserver and client runtimes * moved more client runtimes * moved java generator and runtime (and python runtime) * moved nuget package test * Adjusting projects and namespaces -- AzureResourceSchema * adjusted project/namespace name for AutoRest.CSharp.Azure * updated names/namespaces for AutoRest*CSharp projects * updates names/namespaces for extensions * updated more projects and namespaces * path fixes for a lot of stuff * updated namespaces, paths, etc * more updates to get closer to actually running * fix up tests to run in new tree * ensure that dotnet restore runs for whole project * fixed typo * made xprojs work on linux * more fixes to xprojs * Fixed NodeJS test project references * removed superflous file references from njsproj files * updated codegenerator * fixed loading sln files * fixed nuget files * fixed bad paths * fix - actually build package * *sigh* ... restored disabled tests
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when Region.GOV_US_VIRGINIA is used setting regions fails stating:
The provided location 'usgoveast' is not available for resource group. List of available regions is 'usgoviowa,usgovvirginia'."}
The text was updated successfully, but these errors were encountered: