-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Storage] Support Failover, and blob Service #5016
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the most part, please regenerate the code when spec is merged
@@ -20,6 +20,7 @@ internal static partial class SdkInfo | |||
return new Tuple<string, string, string>[] | |||
{ | |||
new Tuple<string, string, string>("Storage", "BlobContainers", "2018-07-01"), | |||
new Tuple<string, string, string>("Storage", "BlobServices", "2018-07-01"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please pull down latest changes from remote and run msbuild build.proj
and regenerate the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsgouda
I have updated the PR per the public swagger, and run msbuild build.proj (Anyway, don't see any change by run msbuild).
Would you please help to review and merge the PR asap?
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -7,7 +7,7 @@ | |||
<PackageId>Microsoft.Azure.Management.Storage</PackageId> | |||
<Description>Microsoft Azure Management Storage Library</Description> | |||
<AssemblyName>Microsoft.Azure.Management.Storage</AssemblyName> | |||
<Version>9.0.0-preview</Version> | |||
<Version>9.1.0-preview</Version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blueww When are you planning to release a stable version? Ideally you should have started preview versioning from 8.8.0-preview
and landed on 9.0.0
stable version. Do let us know when you are planning to move to version 10 so we can provide a better idea.
Not blocking on this
Description
Swagger PR:
The SDK is currently generated from a temp repo with contains all the above swagger PR change.
Will regenerate it against public swagger when all the swagger PR merged.
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.