-
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
[Do Not Merge] RecoveryServices.Backup update for latest release #4613
Conversation
Can one of the admins verify this patch? |
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.
/// </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
@@ -7,8 +7,8 @@ | |||
[assembly: AssemblyTitle("Microsoft Azure Recovery Services Backup Library")] | |||
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Recovery Services Backup Resources.")] | |||
|
|||
[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
@@ -6,7 +6,7 @@ | |||
<PropertyGroup> | |||
<PackageId>Microsoft.Azure.Management.RecoveryServices.Backup</PackageId> | |||
<Description>Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager.</Description> | |||
<Version>3.0.0-preview</Version> | |||
<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
|
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
@@ -7,8 +7,8 @@ | |||
[assembly: AssemblyTitle("Microsoft Azure Recovery Services Backup Library")] | |||
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Recovery Services Backup Resources.")] | |||
|
|||
[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 |
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 |
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
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.