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

Remove containerService.json from new release #12348

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

Sandido
Copy link
Member

@Sandido Sandido commented Jan 10, 2021

Related removal of .Net SDK tests for ContainerService: Azure/azure-sdk-for-net#17845

Original PR, signoff from breaking change team: #12324

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?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  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.
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet.
  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.

@openapi-workflow-bot
Copy link

Hi, @Sandido 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. vsswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 10, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️LintDiff succeeded [Detail] [Expand]
    Validation passes for LintDiff.
    ️⚠️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) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
    There are no breaking changes.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 10, 2021

    Swagger Generation Artifacts

    ️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 65bf6784879fcc32777964c957a755d4bbff2806. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.typescript@4.4.4 --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.1s
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 65bf6784879fcc32777964c957a755d4bbff2806. 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 --use=@microsoft.azure/autorest.csharp@2.3.82 --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 65bf6784879fcc32777964c957a755d4bbff2806. 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 --use=@microsoft.azure/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 65bf6784879fcc32777964c957a755d4bbff2806. 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-java warning [Detail]
    • ⚠️Warning [Logs] Generate from 65bf6784879fcc32777964c957a755d4bbff2806. 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-18 05:36:38 INFO [VERSION][Not Found] cannot find version for "com.azure.resourcemanager:azure-resourcemanager-compute-generated"
      cmderr	[generate.py] 2021-01-18 05:36:38 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.1"
      cmderr	[generate.py] 2021-01-18 05:36:38 INFO autorest --version=3.0.6350 --use=@autorest/java@4.0.9 --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   --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-18 05:38:03 INFO [CI][Success] Write to ci.yml
      cmderr	[generate.py] 2021-01-18 05:38:03 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2021-01-18 05:38:03 INFO [POM][Skip] pom already has module azure-resourcemanager-compute-generated
      cmderr	[generate.py] 2021-01-18 05:38:03 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2021-01-18 05:38:03 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2021-01-18 05:38:03 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-18 05:42:35 DEBUG Got artifact_id: azure-resourcemanager-compute-generated
      cmderr	[Inst] 2021-01-18 05:42:35 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2021-01-18 05:42:35 DEBUG Got artifact: azure-resourcemanager-compute-generated-1.0.0-beta.1-sources.jar
      cmderr	[Inst] 2021-01-18 05:42:35 DEBUG Got artifact: azure-resourcemanager-compute-generated-1.0.0-beta.1.jar
      cmderr	[Inst] 2021-01-18 05:42:35 DEBUG Match jar package: azure-resourcemanager-compute-generated-1.0.0-beta.1.jar
      cmderr	[Inst] 2021-01-18 05:42:35 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/12348/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-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 65bf6784879fcc32777964c957a755d4bbff2806. 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] - Function `VirtualMachineScaleSetVMExtensionUpdate.MarshalJSON` has been removed
      info	[Changelog] - Struct `VirtualMachineScaleSetVMExtension` has been removed
      info	[Changelog] - Struct `VirtualMachineScaleSetVMExtensionUpdate` has been removed
      info	[Changelog] - Struct `VirtualMachineScaleSetVMExtensionsListResult` has been removed
      info	[Changelog]
      info	[Changelog] Total 22 breaking change(s), 0 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] - Function `VirtualMachineScaleSetVMExtension.MarshalJSON` has been removed
      info	[Changelog] - Struct `VirtualMachineScaleSetVMExtension` has been removed
      info	[Changelog] - Struct `VirtualMachineScaleSetVMExtensionUpdate` has been removed
      info	[Changelog] - Struct `VirtualMachineScaleSetVMExtensionsListResult` has been removed
      info	[Changelog]
      info	[Changelog] Total 22 breaking change(s), 0 additive change(s).
      info	[Changelog]
    • ️✔️compute/mgmt/2019-12-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2019-07-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2019-03-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2018-10-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2018-06-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2018-04-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2017-12-01/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️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]
      info	[Changelog] No exported changes
    • ️✔️containerservice/mgmt/2017-01-31/containerservice [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️containerservice/mgmt/2016-09-30/containerservice [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️preview/compute/mgmt/2016-04-30-preview/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2016-03-30/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️containerservice/mgmt/2016-03-30/containerservice [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️preview/containerservice/mgmt/2015-11-01-preview/containerservice [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️compute/mgmt/2015-06-15/compute [View full logs]  [Preview SDK Changes]
      info	[Changelog] No exported changes
    ️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 65bf6784879fcc32777964c957a755d4bbff2806. Schema Automation 14.0.0
      warn	Skip initScript due to not configured
      command	npx n 12
      command	autorest --use=@autorest/azureresourceschema@3.0.92 --version=3.0.6351 --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]  template-schema-validation-tools@1.0.0 No repository field.
      cmderr	[resource-manager]  optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
      cmderr	[resource-manager] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: 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! template-schema-validation-tools@1.0.0 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 template-schema-validation-tools@1.0.0 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-18T05_42_41_362Z-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: 3931,
      cmderr	[resource-manager]   stdout: null,
      cmderr	[resource-manager]   stderr: null
      cmderr	[resource-manager] }
    Posted by Swagger Pipeline | How to fix these errors?

    @Sandido
    Copy link
    Member Author

    Sandido commented Jan 10, 2021

    Adding Jeffrey for visibility with the breaking change team. He already signed off on this in the original PR. No further ask from you needed.

    @JeffreyRichter JeffreyRichter added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label Jan 11, 2021
    @Sandido
    Copy link
    Member Author

    Sandido commented Jan 15, 2021

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 2 pipeline(s).

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Jan 15, 2021
    @openapi-workflow-bot
    Copy link

    Hi, @Sandido your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com). cc @yungezz

    @j5lim j5lim self-requested a review January 15, 2021 18:09
    @j5lim j5lim added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 15, 2021
    @ArcturusZhang
    Copy link
    Member

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 2 pipeline(s).

    @Sandido Sandido merged commit f8f78b6 into compute-2020-12 Jan 19, 2021
    @ArcturusZhang ArcturusZhang deleted the SandidoRemoveContainerService-1 branch January 20, 2021 07:05
    @ArcturusZhang ArcturusZhang restored the SandidoRemoveContainerService-1 branch January 20, 2021 07:05
    @ArcturusZhang ArcturusZhang deleted the SandidoRemoveContainerService-1 branch January 20, 2021 07:05
    @ArcturusZhang ArcturusZhang restored the SandidoRemoveContainerService-1 branch January 20, 2021 07:05
    @JackTn JackTn deleted the SandidoRemoveContainerService-1 branch August 17, 2021 08:08
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    5 participants