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

Swagger changes for adding diffdisksettings property for the Ephemeral OS Disks #3944

Merged
merged 7 commits into from
Sep 24, 2018

Conversation

hari-bodicherla
Copy link
Contributor

@hari-bodicherla hari-bodicherla commented Sep 18, 2018

This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.

PR information

  • The title of the PR 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 information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes.
  • Swagger files are correctly named (e.g. the api-version in the path should match the api-version in the spec).

Quality of Swagger

@msftclas
Copy link

msftclas commented Sep 18, 2018

CLA assistant check
All CLA requirements met.

@AutorestCI
Copy link

AutorestCI commented Sep 18, 2018

Automation for azure-sdk-for-python

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-python#3383

@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

@AutorestCI
Copy link

AutorestCI commented Sep 18, 2018

Automation for azure-sdk-for-js

Nothing to generate for azure-sdk-for-js

@AutorestCI
Copy link

AutorestCI commented Sep 18, 2018

Automation for azure-sdk-for-node

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-node#3681

@AutorestCI
Copy link

AutorestCI commented Sep 18, 2018

Automation for azure-sdk-for-ruby

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-ruby#1577

@AutorestCI
Copy link

AutorestCI commented Sep 18, 2018

Automation for azure-sdk-for-go

A PR has been created for you based on this PR content.

Once this PR will be merged, content will be added to your service PR:
Azure/azure-sdk-for-go#2780

@AutorestCI
Copy link

AutorestCI commented Sep 18, 2018

Automation for azure-sdk-for-java

Nothing to generate for azure-sdk-for-java

Copy link
Member

@jhendrixMSFT jhendrixMSFT left a comment

Choose a reason for hiding this comment

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

Can you please update at least one of the examples with this new field?

@hari-bodicherla
Copy link
Contributor Author

Added a example "CreateAScaleSetWithDiffOsDisk.json" using the new field as requested

@jhendrixMSFT
Copy link
Member

@AutorestCI regenerate azure-sdk-for-go

@jhendrixMSFT
Copy link
Member

@hari-bodicherla thanks for adding the example, the only thing remaining is to update the appropriate operation ID in compute.json to reference it. Once that's done and model validation passed I can merge.

@hyonholee
Copy link
Contributor

Please also update stable\2018-10-01\compute.json (and examples under 2018-10-01 folder)

@hari-bodicherla
Copy link
Contributor Author

updated the operation ID in compute.json to reference the new example file added

@hari-bodicherla
Copy link
Contributor Author

Updated compute.json and examples under 2018-10-01 folder

@@ -5195,7 +5198,7 @@
"Local"
],
"x-ms-enum": {
"name": "DiffDiskOption",
"name": "DiffDiskOptions",
Copy link
Member

Choose a reason for hiding this comment

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

This will introduce a breaking change. Looks like it can't be avoided though due to the name collision?

Copy link
Member

Choose a reason for hiding this comment

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

Oh nevermind this is part of the original commit.

@jhendrixMSFT jhendrixMSFT merged commit 53d4771 into Azure:master Sep 24, 2018
@jhendrixMSFT
Copy link
Member

@AutorestCI regenerate azure-sdk-for-go

@hari-bodicherla
Copy link
Contributor Author

hi jhendrixMSFT , I am planning to add another example file for single Vm creation similar to scaleset creation using differencing os disk. Can we reopen this PR for these additional changes?

@jhendrixMSFT
Copy link
Member

Sorry you'll have to add it it a new PR. Feel free to tag me in it and I'll help expedite the review.

@hari-bodicherla
Copy link
Contributor Author

thanks jhendrixMSFT

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.

6 participants