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

[Compute] Add availability set list by subscription and standard ssd disk #4517

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

hyonholee
Copy link
Contributor

@hyonholee hyonholee commented Jun 30, 2018

Azure/azure-rest-api-specs#3302

Description


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.

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 versioning

@@ -147,7 +166,7 @@ public partial interface IAvailabilitySetsOperations
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<IEnumerable<AvailabilitySet>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Copy link
Contributor

Choose a reason for hiding this comment

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

This will be a breaking change, please bump the major version for nuget package.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dsgouda updated the version to 21.0.0. Thanks.

@hyonholee hyonholee changed the title [Compute] Add availability set list by subscription and standard ssd disk [Do Not Merge Yet] [Compute] Add availability set list by subscription and standard ssd disk Jul 3, 2018
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 Jul 3, 2018

@hyonholee is this ready to be merged?

@hyonholee hyonholee changed the title [Do Not Merge Yet] [Compute] Add availability set list by subscription and standard ssd disk [Compute] Add availability set list by subscription and standard ssd disk Jul 6, 2018
@dsgouda
Copy link
Contributor

dsgouda commented Jul 9, 2018

Thanks @hyonholee

@dsgouda dsgouda merged commit 4108337 into Azure:psSdkJson6 Jul 9, 2018
@huangpf
Copy link
Contributor

huangpf commented Jul 10, 2018

@dsgouda There is the label says Do Not Merge in red, then why did you still merge it? Or should you remove the tag?

@dsgouda
Copy link
Contributor

dsgouda commented Jul 10, 2018

@huangpf I had added the label since the title of this PR read [do not merge]
since that was modified I went ahead and merged it but forgot to remove the label

@huangpf
Copy link
Contributor

huangpf commented Jul 10, 2018

@dsgouda thanks for making it consistent.

@hyonholee hyonholee deleted the june branch August 15, 2018 00:43
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.

3 participants