Skip to content
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

Merged
merged 7 commits into from
Aug 20, 2018

Conversation

sumitmal
Copy link
Contributor

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

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

Copy link
Contributor

@dsgouda dsgouda left a 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; }
Copy link
Contributor

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")]
Copy link
Contributor

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/>
Copy link
Contributor

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

@dsgouda
Copy link
Contributor

dsgouda commented Jul 31, 2018

@sumitmal Please join the Azure org on github here to trigger the CI builds

@dsgouda
Copy link
Contributor

dsgouda commented Aug 8, 2018

@sumitmal Please join the Azure org as suggested. Will close the PR by next week if there is no activity

Generated using Generate.ps1
@sumitmal
Copy link
Contributor Author

sumitmal commented Aug 9, 2018

Resolved following comments @dsgouda

  1. Bumped the minor version
  2. Generated.ps1 used to generate
  3. Update package release notes.
  4. Joined Azure.

Copy link
Contributor

@dsgouda dsgouda left a 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")]
Copy link
Contributor

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

@sumitmal
Copy link
Contributor Author

sumitmal commented Aug 9, 2018

@dsgouda done

Copy link
Contributor

@dsgouda dsgouda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsgouda
Copy link
Contributor

dsgouda commented Aug 9, 2018

Will merge on CIs passing

@shahabhijeet shahabhijeet changed the title RecoveryServices.Backup update for latest release [Do Not Merge] RecoveryServices.Backup update for latest release Aug 20, 2018
Copy link
Member

@shahabhijeet shahabhijeet left a 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.

@shahabhijeet shahabhijeet merged commit 73151e3 into Azure:psSdkJson6 Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants