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

Review request for Microsoft.ContainerService to add version 2022-02-02-preview #18150

Merged

Conversation

FumingZhang
Copy link
Member

@FumingZhang FumingZhang commented Mar 9, 2022

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

Changelog

Add a changelog entry for 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 are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month. 03/15 for all global regions, 03/18 for all sov clouds.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month. 03/16
  4. If updating an existing version, please select the specific language SDKs and CLIs that must be refreshed after the 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 refresh required 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

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that label "WaitForARMFeedback" will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[x] To review changes efficiently, ensure you are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
  • 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 any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

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.

FumingZhang and others added 9 commits February 17, 2022 15:01
…w/2022-01-02-preview to version 2022-02-02-preview
…022-02-02-preview (#17955)

* Add key management service profile of a managed cluster for version 2022-02-02-preview

* add kmsProfile

* update after api review

* add more details in description

* update for comments
* add mc snapshot api

* fix format

* add mc snapshot type

* define type for enums

* add properties for example
…vice (#17889)

* update readme

* remove useless -only tags
@openapi-workflow-bot
Copy link

Hi, @FumingZhang 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. vscswagger@microsoft.com

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Mar 9, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 2 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    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: enabled
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5794
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableRbac
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5954


    The following errors/warnings exist before current PR submission:

    Only 20 items are listed, please refer to log for more details.

    Rule Message
    R4009 - RequiredReadOnlySystemData The response of operation:'AgentPools_Get' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L930
    R4009 - RequiredReadOnlySystemData The response of operation:'AgentPools_CreateOrUpdate' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L977
    R4009 - RequiredReadOnlySystemData The response of operation:'PrivateEndpointConnections_Get' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L1507
    R4009 - RequiredReadOnlySystemData The response of operation:'PrivateEndpointConnections_Update' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L1555
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L1211
    R4011 - DeleteOperationResponses The delete operation is defined without a 200 or 204 error response implementation,please add it.'
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L663
    R4011 - DeleteOperationResponses The delete operation is defined without a 200 or 204 error response implementation,please add it.'
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L1118
    R4018 - OperationsApiResponseSchema The response schema of operations API '/providers/Microsoft.ContainerService/operations' does not match the ARM specification. Please standardize the schema.
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L37
    R4035 - PrivateEndpointResourceSchemaValidation The private endpoint model 'PrivateLinkResourcesListResult' schema does not conform to the common type definition.
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5204
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L2510
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3542
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3550
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3828
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3986
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L4406
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L4437
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L4639
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L4688
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L4695
    R4041 - XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L4789
    ️❌Avocado: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    MISSING_APIS_IN_DEFAULT_TAG The default tag does not contain all APIs in this RP. Please make sure the missing API swaggers are in the default tag.
    readme: specification/containerservice/resource-manager/readme.md
    json: Microsoft.ContainerService/preview/2019-10-27-preview/openShiftManagedClusters.json
    ️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️⚠️Cross-Version Breaking Changes: 407 Warnings warning [Detail]
    The following breaking changes are detected by comparison with the latest stable version:

    Only 20 items are listed, please refer to log for more details.

    Rule Message
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L52:13
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L52:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L2513:11
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L2227:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L2534:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L2247:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L58:13
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L58:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5022:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L4706:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5047:11
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L4730:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L103:13
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L103:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5674:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L5352:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5645:11
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L5324:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L97:13
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L97:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L133:13
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L133:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3890:11
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3627:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3906:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3642:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3910:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3646:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3914:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3650:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3918:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3654:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3939:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3674:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3988:11
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L3718:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3015:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L2709:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3024:9
    Old: Microsoft.ContainerService/stable/2022-01-01/managedClusters.json#L2718:9


    The following breaking changes are detected by comparison with latest preview version:

    Only 20 items are listed, please refer to log for more details.

    Rule Message
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L52:13
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L52:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L2513:11
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L2245:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L2534:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L2265:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L58:13
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L58:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5022:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L4772:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5047:11
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L4796:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L103:13
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L103:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5674:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L5418:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L5645:11
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L5390:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L97:13
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L97:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L133:13
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L133:13
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3890:11
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3664:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3906:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3679:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3910:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3683:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3914:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3687:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3918:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3691:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3939:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3711:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3988:11
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L3760:11
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3015:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L2732:9
    ⚠️ 1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json#L3024:9
    Old: Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json#L2741:9
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Mar 9, 2022

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️❌SDK Breaking Change Tracking failed [Detail]

    Breaking Changes Tracking

    azure-sdk-for-go-track2 - armcontainerservice - 0.4.0
    -	Field `CapacityReservationGroupID` of struct `ManagedClusterAgentPoolProfileProperties` has been removed
    -	Field `CapacityReservationGroupID` of struct `ManagedClusterAgentPoolProfile` has been removed
    -	Field `CurrentKubernetesVersion` of struct `ManagedClusterProperties` has been removed
    -	Field `EnableNamespaceResources` of struct `ManagedClusterProperties` has been removed
    -	Field `MessageOfTheDay` of struct `ManagedClusterAgentPoolProfileProperties` has been removed
    -	Field `MessageOfTheDay` of struct `ManagedClusterAgentPoolProfile` has been removed
    -	Field `OidcIssuerProfile` of struct `ManagedClusterProperties` has been removed
    -	Struct `ManagedClusterOIDCIssuerProfile` has been removed
    azure-sdk-for-python-track2 - track2_azure-mgmt-containerservice - Approved - 17.0.0
    +	Operation ManagedClustersOperations.list_cluster_admin_credentials has a new signature
    +	Operation ManagedClustersOperations.list_cluster_user_credentials has a new signature
    ️✔️azure-sdk-for-go - containerservice/mgmt/2022-01-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2021-10-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2021-09-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2021-08-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2021-07-01/containerservice - v62.2.0
    azure-sdk-for-go - containerservice/mgmt/2021-05-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2021-03-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2021-02-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-12-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-11-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-09-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-07-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-06-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-04-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-03-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-02-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2020-01-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2019-11-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2019-10-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2019-08-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2019-06-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2019-04-30/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2018-03-31/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2017-09-30/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2017-08-31/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - containerservice/mgmt/2017-07-01/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2022-02-02-preview/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2022-01-02-preview/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2019-10-27-preview/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2019-09-30-preview/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2019-02-01-preview/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2018-09-30-preview/containerservice - v62.2.0
    ️✔️azure-sdk-for-go - preview/containerservice/mgmt/2018-08-01-preview/containerservice - v62.2.0
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 11477a1. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
      cmderr	[automation_generate.sh]
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.3.1 -> 8.5.5
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.5>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.5.5` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-containerservice [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group ManagedClusterSnapshotsOperations
      info	[Changelog]   - Model ManagedCluster has a new parameter system_data
      info	[Changelog]   - Model ManagedClusterAccessProfile has a new parameter system_data
      info	[Changelog]   - Model ManagedClusterSecurityProfile has a new parameter azure_key_vault_kms
      info	[Changelog]   - Model Resource has a new parameter system_data
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Operation ManagedClustersOperations.list_cluster_admin_credentials has a new signature
      info	[Changelog]   - Operation ManagedClustersOperations.list_cluster_user_credentials has a new signature
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 11477a1. SDK Automation 14.0.0
      command	sh ./eng/initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️containerservice/mgmt/2022-01-01/containerservice [View full logs]  [Release SDK Changes]
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2021-10-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2021-09-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2021-08-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2021-07-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2021-05-01/containerservice [View full logs
      Only show 4 items here, please refer to log for details.
      info	[Changelog] - New struct `ManagedClusterPodIdentityProvisioningError`
      info	[Changelog] - New struct `ManagedClusterPodIdentityProvisioningErrorBody`
      info	[Changelog]
      info	[Changelog] Total 1 breaking change(s), 4 additive change(s).
    • ️✔️containerservice/mgmt/2021-03-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2021-02-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-12-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-11-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-09-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-07-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-06-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-04-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-03-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-02-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2020-01-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2019-11-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2019-10-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2019-08-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2019-06-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2019-04-30/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2018-03-31/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2017-09-30/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2017-08-31/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️containerservice/mgmt/2017-07-01/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/containerservice/mgmt/2022-02-02-preview/containerservice [View full logs
      info	[Changelog] This is a new package
      info	[Changelog]
    • ️✔️preview/containerservice/mgmt/2022-01-02-preview/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/containerservice/mgmt/2019-10-27-preview/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/containerservice/mgmt/2019-09-30-preview/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/containerservice/mgmt/2019-02-01-preview/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/containerservice/mgmt/2018-09-30-preview/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/containerservice/mgmt/2018-08-01-preview/containerservice [View full logs
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 11477a1. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️armcontainerservice [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Function `CloudErrorBody.MarshalJSON` has been removed
      info	[Changelog] - Struct `CloudError` has been removed
      info	[Changelog] - Struct `CloudErrorBody` has been removed
      info	[Changelog] - Struct `DiagnosticsProfile` has been removed
      info	[Changelog] - Struct `MasterProfile` has been removed
      info	[Changelog] - Struct `VMDiagnostics` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New const `FormatExec`
      info	[Changelog] - New const `FormatAzure`
      info	[Changelog] - New const `NetworkPluginNone`
      info	[Changelog] - New const `SnapshotTypeManagedCluster`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClient.Delete(context.Context, string, string, *ManagedClusterSnapshotsClientDeleteOptions) (ManagedClusterSnapshotsClientDeleteResponse, error)`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClient.List(*ManagedClusterSnapshotsClientListOptions) *ManagedClusterSnapshotsClientListPager`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClientListByResourceGroupPager.Err() error`
      info	[Changelog] - New function `ManagedClusterSnapshotListResult.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClientListPager.Err() error`
      info	[Changelog] - New function `ManagedClusterSnapshot.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClientListPager.NextPage(context.Context) bool`
      info	[Changelog] - New function `NewManagedClusterSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) *ManagedClusterSnapshotsClient`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClient.CreateOrUpdate(context.Context, string, string, ManagedClusterSnapshot, *ManagedClusterSnapshotsClientCreateOrUpdateOptions) (ManagedClusterSnapshotsClientCreateOrUpdateResponse, error)`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClient.Get(context.Context, string, string, *ManagedClusterSnapshotsClientGetOptions) (ManagedClusterSnapshotsClientGetResponse, error)`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClientListByResourceGroupPager.NextPage(context.Context) bool`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClient.ListByResourceGroup(string, *ManagedClusterSnapshotsClientListByResourceGroupOptions) *ManagedClusterSnapshotsClientListByResourceGroupPager`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClientListByResourceGroupPager.PageResponse() ManagedClusterSnapshotsClientListByResourceGroupResponse`
      info	[Changelog] - New function `PossibleFormatValues() []Format`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClientListPager.PageResponse() ManagedClusterSnapshotsClientListResponse`
      info	[Changelog] - New function `*ManagedClusterSnapshotsClient.UpdateTags(context.Context, string, string, TagsObject, *ManagedClusterSnapshotsClientUpdateTagsOptions) (ManagedClusterSnapshotsClientUpdateTagsResponse, error)`
      info	[Changelog] - New function `Format.ToPtr() *Format`
      info	[Changelog] - New struct `AzureKeyVaultKms`
      info	[Changelog] - New struct `ManagedClusterPropertiesForSnapshot`
      info	[Changelog] - New struct `ManagedClusterSnapshot`
      info	[Changelog] - New struct `ManagedClusterSnapshotListResult`
      info	[Changelog] - New struct `ManagedClusterSnapshotProperties`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClient`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientCreateOrUpdateOptions`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientCreateOrUpdateResponse`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientCreateOrUpdateResult`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientDeleteOptions`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientDeleteResponse`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientGetOptions`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientGetResponse`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientGetResult`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListByResourceGroupOptions`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListByResourceGroupPager`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListByResourceGroupResponse`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListByResourceGroupResult`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListOptions`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListPager`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListResponse`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientListResult`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientUpdateTagsOptions`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientUpdateTagsResponse`
      info	[Changelog] - New struct `ManagedClusterSnapshotsClientUpdateTagsResult`
      info	[Changelog] - New struct `NetworkProfileForSnapshot`
      info	[Changelog] - New field `SystemData` in struct `Resource`
      info	[Changelog] - New field `SystemData` in struct `ManagedClusterAccessProfile`
      info	[Changelog] - New field `HostGroupID` in struct `ManagedClusterAgentPoolProfileProperties`
      info	[Changelog] - New field `AzureKeyVaultKms` in struct `ManagedClusterSecurityProfile`
      info	[Changelog] - New field `SystemData` in struct `ManagedCluster`
      info	[Changelog] - New field `Format` in struct `ManagedClustersClientListClusterUserCredentialsOptions`
      info	[Changelog] - New field `HostGroupID` in struct `ManagedClusterAgentPoolProfile`
      info	[Changelog]
      info	[Changelog] Total 11 breaking change(s), 80 additive change(s).
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 11477a1. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      cmderr	[automation_init.sh]  read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
      cmderr	[automation_init.sh]  uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      cmderr	[automation_init.sh] npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
      cmderr	[automation_init.sh] WARN @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-containerservice [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group ManagedClusterSnapshots
      info	[Changelog]   - Added Interface AzureKeyVaultKms
      info	[Changelog]   - Added Interface ManagedClusterOidcIssuerProfile
      info	[Changelog]   - Added Interface ManagedClusterPropertiesForSnapshot
      info	[Changelog]   - Added Interface ManagedClusterSnapshotListResult
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsCreateOrUpdateOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsDeleteOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsGetOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsListByResourceGroupNextOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsListByResourceGroupOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsListNextOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsListOptionalParams
      info	[Changelog]   - Added Interface ManagedClusterSnapshotsUpdateTagsOptionalParams
      info	[Changelog]   - Added Interface NetworkProfileForSnapshot
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshot
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsGetResponse
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsListByResourceGroupNextResponse
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsListByResourceGroupResponse
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsListNextResponse
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsListResponse
      info	[Changelog]   - Added Type Alias ManagedClusterSnapshotsUpdateTagsResponse
      info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter capacityReservationGroupID
      info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter hostGroupID
      info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter messageOfTheDay
      info	[Changelog]   - Interface ManagedClusterSecurityProfile has a new optional parameter azureKeyVaultKms
      info	[Changelog]   - Interface Resource has a new optional parameter systemData
      info	[Changelog]   - Class ContainerServiceClient has a new parameter managedClusterSnapshots
      info	[Changelog]   - Type Alias AgentPool has a new parameter messageOfTheDay
      info	[Changelog]   - Type Alias AgentPool has a new parameter capacityReservationGroupID
      info	[Changelog]   - Type Alias AgentPool has a new parameter hostGroupID
      info	[Changelog]   - Type Alias ManagedCluster has a new parameter currentKubernetesVersion
      info	[Changelog]   - Type Alias ManagedCluster has a new parameter oidcIssuerProfile
      info	[Changelog]   - Type Alias ManagedCluster has a new parameter enableNamespaceResources
      info	[Changelog]   - Enum KnownNetworkPlugin has a new value None
      info	[Changelog]   - Enum KnownSnapshotType has a new value ManagedCluster
      error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 11477a1. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-6.0
      command	autorest --version=2.0.4421 --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/containerservice/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.ContainerService [View full logs]  [Release SDK Changes]
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 11477a1. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh]  WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    • ️✔️containerservice [View full logs]  [Release Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @FumingZhang FumingZhang added the DoNotMerge <valid label in PR review process> use to hold merge after approval label Mar 9, 2022
    @openapi-workflow-bot
    Copy link

    Hi @FumingZhang, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @FumingZhang FumingZhang removed the DoNotMerge <valid label in PR review process> use to hold merge after approval label Mar 18, 2022
    @raosuhas
    Copy link

            "$ref": "#/parameters/ResourceNameParameter"
    

    Please fix


    In reply to: 1065786197


    Refers to: specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json:2337 in 38acb70. [](commit_id = 38acb70, deletion_comment = False)

    @raosuhas
    Copy link

    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclustersnapshots/{resourceName}": {
    

    As chris has pointed out can you please update these values from {resourcename} to an actual value like {managedclustersnapshotname}


    Refers to: specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json:2319 in 81c594c. [](commit_id = 81c594c, deletion_comment = False)

    @raosuhas
    Copy link

        "azureKeyVaultKms": {
    

    As chris has suggested , can you please update this name ? the kms suffix is not descriptive enough and is confusing to read


    In reply to: 1065786063


    Refers to: specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json:5763 in 38acb70. [](commit_id = 38acb70, deletion_comment = False)

    @raosuhas raosuhas 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 ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review labels Mar 18, 2022
    @matthchr
    Copy link
    Member

    As chris has suggested , can you please update this name ? the kms suffix is not descriptive enough and is confusing to read

    Jumping in here (@karataliu feel free to chime in as well).

    This field is not a reference to a keyVault, at least not directly. It would be confusing to just say keyVault here because this is a reference to a KMS wrapper provided by Azure (that happens to use KeyVault). It is a reference to a specific open-source project called Azure/kubernetes-kms, which is itself an implementation of Kubernetes KMS.

    We discussed expanding this fully internally but decided not to because none of the open source projects to which we're referring do so either. We wanted to be consistent with what the projects/solutions are actually called, and in the Kubernetes community they are called kms (unexpanded).

    @jianyexi jianyexi merged commit 11477a1 into main Mar 21, 2022
    This was referenced Mar 21, 2022
    FredericHeem pushed a commit to grucloud/azure-rest-api-specs that referenced this pull request May 16, 2022
    …02-preview (Azure#18150)
    
    * Adds base for updating Microsoft.ContainerService from version preview/2022-01-02-preview to version 2022-02-02-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Add key management service profile of a managed cluster for version 2022-02-02-preview (Azure#17955)
    
    * Add key management service profile of a managed cluster for version 2022-02-02-preview
    
    * add kmsProfile
    
    * update after api review
    
    * add more details in description
    
    * update for comments
    
    * add mc snapshot api (Azure#17974)
    
    * add mc snapshot api
    
    * fix format
    
    * add mc snapshot type
    
    * define type for enums
    
    * add properties for example
    
    * Update readmes for the 2022-02-02-preview dev branch of container service (Azure#17889)
    
    * update readme
    
    * remove useless -only tags
    
    * remove nested property in allOf for 2022-02-02-preview managedClusters (Azure#18063)
    
    * Fix credential format typo in 0102 preview (Azure#18117)
    
    * add missing type object (Azure#18116)
    
    * Update several common definitions according to arm feedback for container service 2022-02-02-preview (Azure#18206)
    
    * update definition of serveral parameters and system data
    
    * update definition of Resource and move property location to sub resources
    
    * add missing tags property for prev Resource
    
    * fix for compatibility
    
    * fix definition name
    
    Co-authored-by: Bin Xia <binxi@microsoft.com>
    Co-authored-by: Qingqing <qizhe@microsoft.com>
    Co-authored-by: Tongyao Si <tosi@microsoft.com>
    @FumingZhang FumingZhang deleted the dev-containerservice-Microsoft.ContainerService-2022-02-02-preview branch July 21, 2022 08:20
    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.