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

VMGuestPatch: Reverting WindowsPatchSettings back to patchSettings and adding [Preview Feature] tag to all preview properties for vm guest patch #12295

Conversation

rane-rajasi
Copy link
Contributor

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Changelog

Please ensure to add changelog with this PR by answering the following questions.

  1. What's the purpose of the update?
  2. When you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet. - Already deployed
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet. - ASAP
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from API Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable version with Breaking Change Validation errors
  • Updating API(s) in preview over 1 year

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.

Please follow the link to find more details on PR review process.

Additional Notes: As mentioned earlier, this PR updates properties, previously modified by this PR:#11768, which is in compute-2020-12 branch. The relevant SDK changes will be made in it's corresponding SDK PR: Azure/azure-sdk-for-net#17184, which includes the first swagger PR changes

…d adding [Preview Feature] tag to all preview properties for vm guest patch
@openapi-workflow-bot
Copy link

Hi, @rane-rajasi Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected]

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 6, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 1 Warnings warning [Detail]

    Rule Message
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableHotpatching
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L12606
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/compute/resource-manager/readme.md
    tag: specification/compute/resource-manager/readme.md#tag-package-2020-12-01
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️⚠️[Staging] Cross Version BreakingChange (Base on preview version): 8 Warnings warning [Detail]

    Rule Message
    ⚠️ 1008 - ModifiedOperationId The operation id has been changed from 'VirtualMachines_GetExtensions' to 'VirtualMachineExtensions_List'. This will impact generated code.
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L1824:7
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L646:7
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L10273:9
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L4702:9
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L10279:11
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L4708:11
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L10162:5
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L4594:5
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L10210:5
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L4657:5
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'managed' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L7031:7
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L3160:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'properties' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L8572:7
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L3687:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'overProvision' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L11315:7
    Old: Microsoft.Compute/preview/2016-04-30-preview/compute.json#L5144:7
    ️⚠️[Staging] Cross Version BreakingChange (Base on stable version): 4 Warnings warning [Detail]

    Rule Message
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'rebootStatus' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L12712:7
    Old: Microsoft.Compute/stable/2020-06-01/compute.json#L11722:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'startedBy' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L12712:7
    Old: Microsoft.Compute/stable/2020-06-01/compute.json#L11722:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'patches' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L8011:7
    Old: Microsoft.Compute/stable/2020-06-01/compute.json#L7516:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'kbid' renamed or removed?
    New: Microsoft.Compute/stable/2020-12-01/compute.json#L7933:7
    Old: Microsoft.Compute/stable/2020-06-01/compute.json#L7435:7
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 6, 2021

    Swagger Generation Artifacts

    ️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
      cmderr	[generate.py] 2021-01-06 16:39:10 INFO [VERSION][Not Found] cannot find version for "com.azure.resourcemanager:azure-resourcemanager-compute-generated"
      cmderr	[generate.py] 2021-01-06 16:39:10 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.1"
      cmderr	[generate.py] 2021-01-06 16:39:10 INFO autorest --version=3.0.6350 --use=@autorest/[email protected] --java.azure-libraries-for-java-folder=/home/vsts/work/1/s/azure-sdk-for-java --java.output-folder=/home/vsts/work/1/s/azure-sdk-for-java/sdk/compute/azure-resourcemanager-compute-generated --java.namespace=com.azure.resourcemanager.compute.generated  --package-version=1.0.0-beta.1 --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL ../azure-rest-api-specs/specification/compute/resource-manager/readme.md
      cmderr	[generate.py] 2021-01-06 16:40:38 INFO [CI][Success] Write to ci.yml
      cmderr	[generate.py] 2021-01-06 16:40:38 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2021-01-06 16:40:38 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2021-01-06 16:40:38 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2021-01-06 16:40:38 INFO [POM][Success] Write to root pom
      cmderr	[generate.py] WARNING: An illegal reflective access operation has occurred
      cmderr	[generate.py] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/vsts/.m2/repository/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2-indy.jar) to method java.util.Collections$UnmodifiableCollection.toString()
      cmderr	[generate.py] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.ReflectionUtils
      cmderr	[generate.py] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
      cmderr	[generate.py] WARNING: All illegal access operations will be denied in a future release
    • ️✔️azure-resourcemanager-compute-generated [View full logs]  [Preview SDK Changes]
      cmderr	[Inst] 2021-01-06 16:45:06 DEBUG Got artifact_id: azure-resourcemanager-compute-generated
      cmderr	[Inst] 2021-01-06 16:45:06 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2021-01-06 16:45:06 DEBUG Got artifact: azure-resourcemanager-compute-generated-1.0.0-beta.1.jar
      cmderr	[Inst] 2021-01-06 16:45:06 DEBUG Match jar package: azure-resourcemanager-compute-generated-1.0.0-beta.1.jar
      cmderr	[Inst] 2021-01-06 16:45:06 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/12295/azure-sdk-for-java/azure-resourcemanager-compute-generated/azure-resourcemanager-compute-generated-1.0.0-beta.1.jar\" -o azure-resourcemanager-compute-generated-1.0.0-beta.1.jar\nmvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-compute-generated -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-compute-generated-1.0.0-beta.1.jar -Dpackaging=jar -DgeneratePom=true
      ```"}
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/compute/resource-manager/readme.md
    • ️✔️@azure/arm-compute [View full logs]  [Preview SDK Changes]
      cmderr	[npmPack] loaded rollup.config.js with warnings
      cmderr	[npmPack] (!) Unused external imports
      cmderr	[npmPack] default imported from external module 'rollup' but never used
      cmderr	[npmPack] ./esm/computeManagementClient.js → ./dist/arm-compute.js...
      cmderr	[npmPack] created ./dist/arm-compute.js in 1.4s
    ️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. Schema Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	autorest --use=@autorest/[email protected] --version=3.0.6320 --azureresourceschema --multiapi --title=none --pass-thru:subset-reducer --azureresourceschema-folder=/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas ../../azure-rest-api-specs/specification/compute/resource-manager/readme.md
    • ️✔️compute [View full logs]  [Preview Schema Changes]
      cmderr	[resource-manager] node-pre-gyp
      cmderr	[resource-manager] WARN Using request for node-pre-gyp https download
      cmderr	[resource-manager]  [email protected] No repository field.
      cmderr	[resource-manager] optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
      cmderr	[resource-manager] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
      cmderr	[resource-manager] npm ERR! code ELIFECYCLE
      cmderr	[resource-manager] npm ERR! errno 125
      cmderr	[resource-manager] npm ERR! [email protected] test: `mocha -r ts-node/register tests.ts`
      cmderr	[resource-manager] npm ERR! Exit status 125
      cmderr	[resource-manager] npm ERR!
      cmderr	[resource-manager] npm ERR! Failed at the [email protected] test script.
      cmderr	[resource-manager] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      cmderr	[resource-manager] npm ERR! A complete log of this run can be found in:
      cmderr	[resource-manager] npm ERR!     /home/vsts/.npm/_logs/2021-01-06T16_45_49_378Z-debug.log
      cmderr	[resource-manager] Error: Command failed: npm run test --prefix tools
      cmderr	[resource-manager]     at checkExecSyncError (child_process.js:635:11)
      cmderr	[resource-manager]     at Object.execSync (child_process.js:671:15)
      cmderr	[resource-manager]     at Object.<anonymous> (/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas/sdkauto_afterscript.js:13:28)
      cmderr	[resource-manager]     at Module._compile (internal/modules/cjs/loader.js:999:30)
      cmderr	[resource-manager]     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
      cmderr	[resource-manager]     at Module.load (internal/modules/cjs/loader.js:863:32)
      cmderr	[resource-manager]     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
      cmderr	[resource-manager]     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
      cmderr	[resource-manager]     at internal/main/run_main_module.js:17:47 {
      cmderr	[resource-manager]   status: 125,
      cmderr	[resource-manager]   signal: null,
      cmderr	[resource-manager]   output: [ null, null, null ],
      cmderr	[resource-manager]   pid: 3543,
      cmderr	[resource-manager]   stdout: null,
      cmderr	[resource-manager]   stderr: null
      cmderr	[resource-manager] }
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-5.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/compute/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
    • ️✔️Microsoft.Azure.Management.Compute [View full logs]  [Preview SDK Changes]
    ️️✔️ azure-sdk-for-python succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	python3 -m venv venv
      command	pip install --upgrade setuptools wheel pip
      command	pip install pathlib jinja2 msrestazure
      command	autorest --version=V2 [email protected]/autorest.python@~4.0.71 --python --python-mode=update --multiapi --keep-version-file --no-async --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk ../azure-rest-api-specs/specification/compute/resource-manager/readme.md
    • ️✔️azure-mgmt-compute [View full logs]  [Preview SDK Changes]
      Only show 120 items here, please refer to log for details.
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2017_12_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_04_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_06_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_09_30.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_10_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_03_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_04_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_07_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_11_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_12_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_05_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_06_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_06_30.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_09_30.json
      cmderr	[changelogReport] INFO:__main__:Merged report written to sdk/compute/azure-mgmt-compute/code_reports/latest/merged_report.json
      cmderr	[changelogReportLatest] INFO:__main__:Download versions of azure-mgmt-compute on PyPI
      cmderr	[changelogReportLatest] INFO:__main__:Got ['0.20.0rc1', '0.20.0rc2', '0.20.0', '0.20.1', '0.30.0a1', '0.30.0rc1', '0.30.0rc2', '0.30.0rc3', '0.30.0rc4', '0.30.0rc5', '0.30.0rc6', '0.30.0', '0.31.0', '0.32.0', '0.32.1', '0.33.0', '0.33.1rc1', '1.0.0rc1', '1.0.0rc2', '1.0.0', '2.0.0', '2.1.0', '3.0.0rc1', '3.0.0', '3.0.1', '3.1.0rc1', '3.1.0rc2', '3.1.0rc3', '4.0.0rc1', '4.0.0rc2', '4.0.0', '4.0.1', '4.1.0', '4.2.0', '4.3.0', '4.3.1', '4.4.0', '4.5.0', '4.5.1', '4.6.0', '4.6.1', '4.6.2', '5.0.0', '6.0.0', '7.0.0', '8.0.0', '9.0.0', '10.0.0', '11.0.0', '11.1.0', '12.0.0', '12.1.0', '13.0.0', '13.1.0', '13.1.1', '14.0.0', '17.0.0b1', '17.0.0', '18.0.0']
      cmderr	[changelogReportLatest] INFO:__main__:Only keep last PyPI version
      cmderr	[changelogReportLatest] INFO:__main__:Installing version 14.0.0 of azure-mgmt-compute in a venv
      cmderr	[changelogReportLatest] Cache entry deserialization failed, entry ignored
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2015_06_15
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2015_06_15
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2016_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2016_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2016_04_30_preview
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2016_04_30_preview
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2017_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2017_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2017_09_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2017_09_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2015_06_15
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2015_06_15.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2016_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2016_03_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2016_04_30_preview
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2016_04_30_preview.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2017_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2017_03_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2017_09_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2017_09_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2017_12_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2018_04_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2018_06_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2018_09_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2018_10_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2019_03_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2019_04_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2019_07_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2019_11_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2019_12_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2020_05_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2020_06_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2020_06_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/v2020_09_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Merged report written to sdk/compute/azure-mgmt-compute/code_reports/14.0.0/merged_report.json
      cmdout	[Changelog] Size of delta 3.826% size of original (original: 241373 chars, delta: 9235 chars)
      cmdout	[Changelog] **Features**
      cmdout	[Changelog]   - Added operation VirtualMachineRunCommandsOperations.list_by_virtual_machine
      cmdout	[Changelog]   - Added operation VirtualMachineRunCommandsOperations.update
      cmdout	[Changelog]   - Added operation VirtualMachineRunCommandsOperations.get_by_virtual_machine
      cmdout	[Changelog]   - Added operation VirtualMachineRunCommandsOperations.create_or_update
      cmdout	[Changelog]   - Added operation VirtualMachineRunCommandsOperations.delete
      cmdout	[Changelog]   - Added operation group VirtualMachineScaleSetVMRunCommandsOperations
    ️️✔️ azure-sdk-for-python-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. SDK Automation 14.0.0
      Only show 120 items here, please refer to log for details.
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetInstanceViewStatusesSummary' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMExtensionsSummary' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetListWithLinkResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetSkuCapacity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetSku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetListSkusResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVM' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiErrorBase' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'InnerError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ComputeLongRunningOperationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Resource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UpdateResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SubResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationStatusResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'InstanceViewStatus' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailabilitySetProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailabilitySet' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AvailabilitySetListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineSize' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineSizeListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionImageProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineImageResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionUpdateProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtension' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionUpdate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PurchasePlan' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OSDiskImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DataDiskImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineImageProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineImage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UsageName' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Usage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ListUsagesResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineCaptureParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineCaptureResultProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineCaptureResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Plan' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'HardwareProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ImageReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'KeyVaultSecretReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'KeyVaultKeyReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskEncryptionSettings' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualHardDisk' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OSDisk' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DataDisk' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AdditionalUnattendContent' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WinRMListener' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WinRMConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WindowsConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SshPublicKey' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SshConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'LinuxConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VaultCertificate' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VaultSecretGroup' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OSProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'NetworkInterfaceReferenceProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'NetworkInterfaceReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'NetworkProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'BootDiagnostics' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DiagnosticsProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineExtensionHandlerInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineAgentInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DiskInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'BootDiagnosticsInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachine' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Sku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UpgradePolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetOSProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetOSDisk' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetStorageProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiEntityReference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetIPConfigurationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetIPConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetNetworkConfigurationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetNetworkConfiguration' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetNetworkProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetExtensionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetExtension' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetExtensionProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMProfile' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSet' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMInstanceIDs' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMInstanceRequiredIDs' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineStatusCodeCount' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetInstanceViewStatusesSummary' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMExtensionsSummary' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetListWithLinkResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetSkuCapacity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetSku' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetListSkusResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVM' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMInstanceView' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineScaleSetVMListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiErrorBase' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'InnerError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ApiError' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ComputeLongRunningOperationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Resource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UpdateResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SubResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationStatusResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
      cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
    • ️✔️track2_azure-mgmt-compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_06_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_09_30.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2018_10_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_03_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_04_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_07_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_11_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2019_12_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_05_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_06_01.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_06_30.json
      cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReport] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/latest/v2020_09_30.json
      cmderr	[changelogReport] INFO:__main__:Merged report written to sdk/compute/azure-mgmt-compute/code_reports/latest/merged_report.json
      cmderr	[changelogReportLatest] INFO:__main__:Building code report of azure-mgmt-compute for version None in default folder (False/False/True)
      cmderr	[changelogReportLatest] INFO:__main__:Download versions of azure-mgmt-compute on PyPI
      cmderr	[changelogReportLatest] INFO:__main__:Got ['0.20.0rc1', '0.20.0rc2', '0.20.0', '0.20.1', '0.30.0a1', '0.30.0rc1', '0.30.0rc2', '0.30.0rc3', '0.30.0rc4', '0.30.0rc5', '0.30.0rc6', '0.30.0', '0.31.0', '0.32.0', '0.32.1', '0.33.0', '0.33.1rc1', '1.0.0rc1', '1.0.0rc2', '1.0.0', '2.0.0', '2.1.0', '3.0.0rc1', '3.0.0', '3.0.1', '3.1.0rc1', '3.1.0rc2', '3.1.0rc3', '4.0.0rc1', '4.0.0rc2', '4.0.0', '4.0.1', '4.1.0', '4.2.0', '4.3.0', '4.3.1', '4.4.0', '4.5.0', '4.5.1', '4.6.0', '4.6.1', '4.6.2', '5.0.0', '6.0.0', '7.0.0', '8.0.0', '9.0.0', '10.0.0', '11.0.0', '11.1.0', '12.0.0', '12.1.0', '13.0.0', '13.1.0', '13.1.1', '14.0.0', '17.0.0b1', '17.0.0', '18.0.0']
      cmderr	[changelogReportLatest] INFO:__main__:Only keep last PyPI version
      cmderr	[changelogReportLatest] INFO:__main__:Installing version 18.0.0 of azure-mgmt-compute in a venv
      cmderr	[changelogReportLatest] Cache entry deserialization failed, entry ignored
      cmderr	[changelogReportLatest] INFO:__main__:Building code report of azure-mgmt-compute for version 18.0.0 in default folder (True/False/False)
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.aio
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2015_06_15
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2015_06_15
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2016_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2016_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2016_04_30_preview
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2016_04_30_preview
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2017_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2017_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2017_09_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2017_09_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2015_06_15
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2015_06_15.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2016_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2016_03_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2016_04_30_preview
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2016_04_30_preview.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2017_03_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2017_03_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2017_09_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2017_09_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2017_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2017_12_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_04_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_06_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_09_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2018_10_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_10_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_03_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_03_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_04_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_04_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_07_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_07_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_11_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_11_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2019_12_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_12_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_05_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_05_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_06_01
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_06_01.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_06_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_06_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.compute.v2020_09_30
      cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_09_30.json
      cmderr	[changelogReportLatest] INFO:__main__:Merged report written to sdk/compute/azure-mgmt-compute/code_reports/18.0.0/merged_report.json
      cmderr	[changelogReportLatest] INFO:__main__:Writing metadata: {'reports': ['sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2015_06_15.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2016_03_30.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2016_04_30_preview.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2017_03_30.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2017_09_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2017_12_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_04_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_06_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_09_30.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2018_10_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_03_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_04_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_07_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_11_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2019_12_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_05_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_06_01.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_06_30.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/v2020_09_30.json', 'sdk/compute/azure-mgmt-compute/code_reports/18.0.0/merged_report.json']}
      cmdout	[Changelog] Size of delta 0.304% size of original (original: 245785 chars, delta: 748 chars)
      cmdout	[Changelog] **Features**
      cmdout	[Changelog]   - Model GalleryApplicationVersionPublishingProfile has a new parameter content_type
      cmdout	[Changelog] **Breaking changes**
      cmdout	[Changelog]   - Model UserArtifactSource no longer has parameter default_configuration_link
      cmdout	[Changelog]   - Model UserArtifactSource has a new required parameter file_name
      cmdout	[Changelog]   - Model GalleryApplicationVersionPublishingProfile no longer has parameter manage_actions
      warn	Breaking change found in changelog
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from a3fa7147b1c02564740de796566e23582d0ec236. SDK Automation 14.0.0
      command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️compute/mgmt/2020-06-30/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ImagesCreateOrUpdateFuture`
      info	[Changelog] - New field `Result` in struct `ImagesCreateOrUpdateFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsUpdateInstancesFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsUpdateInstancesFuture`
      info	[Changelog]
      info	[Changelog] Total 218 breaking change(s), 99 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2020-06-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsSetOrchestrationServiceStateFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsSetOrchestrationServiceStateFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `SnapshotsCreateOrUpdateFuture`
      info	[Changelog] - New field `Result` in struct `SnapshotsCreateOrUpdateFuture`
      info	[Changelog]
      info	[Changelog] Total 218 breaking change(s), 99 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2019-12-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsReimageAllFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsReimageAllFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachinesPerformMaintenanceFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachinesPerformMaintenanceFuture`
      info	[Changelog]
      info	[Changelog] Total 178 breaking change(s), 89 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2019-07-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `GalleryImagesDeleteFuture`
      info	[Changelog] - New field `Result` in struct `GalleryImagesDeleteFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsUpdateInstancesFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsUpdateInstancesFuture`
      info	[Changelog]
      info	[Changelog] Total 176 breaking change(s), 88 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2019-03-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `DedicatedHostsUpdateFuture`
      info	[Changelog] - New field `Result` in struct `DedicatedHostsUpdateFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `DedicatedHostsCreateOrUpdateFuture`
      info	[Changelog] - New field `Result` in struct `DedicatedHostsCreateOrUpdateFuture`
      info	[Changelog]
      info	[Changelog] Total 150 breaking change(s), 75 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2018-10-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `SnapshotsDeleteFuture`
      info	[Changelog] - New field `Result` in struct `SnapshotsDeleteFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachinesDeleteFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachinesDeleteFuture`
      info	[Changelog]
      info	[Changelog] Total 136 breaking change(s), 68 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2018-06-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `DisksUpdateFuture`
      info	[Changelog] - New field `Result` in struct `DisksUpdateFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachinesReimageFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachinesReimageFuture`
      info	[Changelog]
      info	[Changelog] Total 136 breaking change(s), 68 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2018-04-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachinesConvertToManagedDisksFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachinesConvertToManagedDisksFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachinesRunCommandFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachinesRunCommandFuture`
      info	[Changelog]
      info	[Changelog] Total 116 breaking change(s), 58 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2017-12-01/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `DisksUpdateFuture`
      info	[Changelog] - New field `Result` in struct `DisksUpdateFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ImagesCreateOrUpdateFuture`
      info	[Changelog] - New field `Result` in struct `ImagesCreateOrUpdateFuture`
      info	[Changelog]
      info	[Changelog] Total 114 breaking change(s), 57 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2017-09-01/skus [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2017-03-30/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsReimageFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsReimageFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsDeleteFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsDeleteFuture`
      info	[Changelog]
      info	[Changelog] Total 96 breaking change(s), 48 additive change(s).
      info	[Changelog]
    • ️✔️containerservice/mgmt/2017-01-31/containerservice [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ContainerServicesCreateOrUpdateFutureType`
      info	[Changelog] - New field `Result` in struct `ContainerServicesCreateOrUpdateFutureType`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ContainerServicesDeleteFutureType`
      info	[Changelog] - New field `Result` in struct `ContainerServicesDeleteFutureType`
      info	[Changelog]
      info	[Changelog] Total 4 breaking change(s), 2 additive change(s).
      info	[Changelog]
    • ️✔️containerservice/mgmt/2016-09-30/containerservice [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ContainerServicesDeleteFutureType`
      info	[Changelog] - New field `Result` in struct `ContainerServicesDeleteFutureType`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ContainerServicesCreateOrUpdateFutureType`
      info	[Changelog] - New field `Result` in struct `ContainerServicesCreateOrUpdateFutureType`
      info	[Changelog]
      info	[Changelog] Total 4 breaking change(s), 2 additive change(s).
      info	[Changelog]
    • ️✔️preview/compute/mgmt/2016-04-30-preview/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsReimageAllFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsReimageAllFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetVMsPowerOffFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetVMsPowerOffFuture`
      info	[Changelog]
      info	[Changelog] Total 82 breaking change(s), 41 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2016-03-30/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetsRestartFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetsRestartFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineExtensionsUpdateFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineExtensionsUpdateFuture`
      info	[Changelog]
      info	[Changelog] Total 52 breaking change(s), 26 additive change(s).
      info	[Changelog]
    • ️✔️containerservice/mgmt/2016-03-30/containerservice [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ContainerServicesDeleteFutureType`
      info	[Changelog] - New field `Result` in struct `ContainerServicesDeleteFutureType`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `ContainerServicesCreateOrUpdateFutureType`
      info	[Changelog] - New field `Result` in struct `ContainerServicesCreateOrUpdateFutureType`
      info	[Changelog]
      info	[Changelog] Total 4 breaking change(s), 2 additive change(s).
      info	[Changelog]
    • ️✔️preview/containerservice/mgmt/2015-11-01-preview/containerservice [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `DeleteFuture`
      info	[Changelog] - New field `Result` in struct `DeleteFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `CreateOrUpdateFuture`
      info	[Changelog] - New field `Result` in struct `CreateOrUpdateFuture`
      info	[Changelog]
      info	[Changelog] Total 4 breaking change(s), 2 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2015-06-15/compute [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 7 items here, please refer to log for details.
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachinesCreateOrUpdateFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachinesCreateOrUpdateFuture`
      info	[Changelog] - New anonymous field `azure.FutureAPI` in struct `VirtualMachineScaleSetVMsRestartFuture`
      info	[Changelog] - New field `Result` in struct `VirtualMachineScaleSetVMsRestartFuture`
      info	[Changelog]
      info	[Changelog] Total 52 breaking change(s), 26 additive change(s).
      info	[Changelog]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @rane-rajasi, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff.

    TaskHow to fixPrioritySupport (Microsoft alias)
    AvocadoFix-AvocadoHighruowan
    Semantic validationFix-SemanticValidation-ErrorHighraychen, jianyxi
    Model validationFix-ModelValidation-ErrorHighraychen,jianyxi
    LintDiffFix-LintDiffhighjianyxi, ruoxuan
    If you need further help, please feedback via swagger feedback."

    @Sandido
    Copy link
    Member

    Sandido commented Jan 6, 2021

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 2 pipeline(s).

    @Sandido
    Copy link
    Member

    Sandido commented Jan 7, 2021

    The warnings in the OpenAPI checks are expected for now. The branch this is based on has changes to the readme, and the indicated changed properties were removed and approved by the Breaking change reviewers.

    @Sandido Sandido merged commit afe8be0 into Azure:compute-2020-12 Jan 7, 2021
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    4 participants