-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Do Not Merge] RecoveryServices.Backup update for latest release #4613
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
Conversation
|
Can one of the admins verify this patch? |
dsgouda
left a comment
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 regenerate the code using the generate.ps1 script here
and commit all changes.
| /// 'GenericContainer' | ||
| /// </summary> | ||
| [JsonProperty(PropertyName = "mabServerType")] | ||
| public string MabServerType { get; set; } |
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.
These are breaking changes, please bump the assembly version to 3.1.0-preview
|
|
||
| [assembly: AssemblyVersion("3.0.0.0")] | ||
| [assembly: AssemblyFileVersion("3.0.0.0")] | ||
| [assembly: AssemblyVersion("3.0.0.1")] |
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.
AssemblyVersion remains the same, AssemblyFileVersion must be updated
| <Version>3.0.1-preview</Version> | ||
| <AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName> | ||
| <PackageTags>Recoveryservices;Backup;</PackageTags> | ||
| <PackageReleaseNotes/> |
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 add meaningful information in the PackageReleaseNotes similar to this
|
@sumitmal Please join the Azure org as suggested. Will close the PR by next week if there is no activity |
Generated using Generate.ps1
|
Resolved following comments @dsgouda
|
dsgouda
left a comment
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 great apart from the one comment
|
|
||
| [assembly: AssemblyVersion("3.0.0.0")] | ||
| [assembly: AssemblyFileVersion("3.0.0.0")] | ||
| [assembly: AssemblyVersion("3.1.0.0")] |
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 keep the AssemblyVersion unchanged here
|
@dsgouda done |
dsgouda
left a comment
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
|
Will merge on CIs passing |
shahabhijeet
left a comment
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.
Ignore the fact that this was a preview package.
Looks good.
Description
Azure/azure-rest-api-specs#3395
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.