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

Add Delete Machines API #26420

Conversation

xuexu6666
Copy link
Contributor

ARM (Control Plane) API Specification Update Pull Request

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

diagram

[1] ARM review queue (for merge queues, see [4])
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label ARMChangesRequested
is removed from your PR. This should cause the label WaitForARMFeedback to be added.
[2] https://aka.ms/azsdk/support/specreview-channel
[3] List of SDK breaking changes approvers in pinned Teams announcement
[4] public repo merge queue, private repo merge queue (for ARM review queue, [1])

If you need further help with anything, see Getting help section below.

Purpose of this PR

What's the purpose of this PR? Check all that apply. This is mandatory!

  • New API version. (Such PR should have been generated with OpenAPI Hub).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix swagger quality issues in S360.
  • Other, please clarify:
    • edit this with your clarification

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

Breaking changes review (Step 1)

  • If the automation determines you have breaking changes, i.e. Step 1 from the diagram applies to you,
    you must follow the breaking changes process.
    IMPORTANT This applies even if:
    • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
    • You believe there is no need for you to request breaking change approval, for any reason.
      Such claims must be reviewed, and the process is the same.

ARM API changes review (Step 2)

  • If this PR is in purview of ARM review then automation will add the ARMReview label.
  • If you want to force ARM review, add the label yourself.
  • Proceed according to the diagram at the top of this comment.

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
Swagger-Suppression-Process
to get approval.

Getting help

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Automatic PR validation restarted. This comment will be populated with next steps to merge this PR once validation is completed. Please wait ⌛.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️⚠️Breaking Change(Cross-Version): 8 Warnings warning [Detail]
compared swaggers (via Oad v0.10.4)] new version base version
managedClusters.json 2023-10-02-preview(83eab12) 2023-09-01(main)
managedClusters.json 2023-10-02-preview(83eab12) 2023-09-02-preview(main)

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

Rule Message
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4350:9
Old: aks/stable/2023-09-01/managedClusters.json#L3507:9
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4354:9
Old: aks/stable/2023-09-01/managedClusters.json#L3535:9
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4358:9
Old: aks/stable/2023-09-01/managedClusters.json#L3552:9
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4362:9
Old: aks/stable/2023-09-01/managedClusters.json#L3579:9
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4367:9
Old: aks/stable/2023-09-01/managedClusters.json#L3602:9
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4423:9
Old: aks/stable/2023-09-01/managedClusters.json#L3676:9
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L4454:11
Old: aks/stable/2023-09-01/managedClusters.json#L3725:11
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: aks/preview/2023-10-02-preview/managedClusters.json#L5340:13
Old: aks/stable/2023-09-01/managedClusters.json#L4491:13
️⚠️LintDiff: 0 Warnings warning [Detail]
compared tags (via openapi-validator v2.1.6) new version base version
package-preview-2023-10 package-preview-2023-10(83eab12) package-preview-2023-10(FumingZhang-containerservice-Microsoft.ContainerService-2023-10-02-preview)

The following errors/warnings exist before current PR submission:

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

Rule Message
OperationsApiResponseSchema The response schema of operations API '/providers/Microsoft.ContainerService/operations' does not match the ARM specification. Please standardize the schema.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L52
OperationsApiSchemaUsesCommonTypes Operations API path must follow the schema provided in the common types.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L53
ParametersInPointGet Query parameter resource-type should be removed. Point Get's MUST not have query parameters other than api version.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L80
GetCollectionOnlyHasValueAndNextLink Get endpoints for collections of resources must only have the value and nextLink properties in their model.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L137
ResourceNameRestriction The resource name parameter 'roleName' should be defined with a 'pattern' restriction.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L278
ParametersInPost server-fqdn is a query parameter. Post operation must not contain any query parameter other than api-version.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L336
ParametersInPost server-fqdn is a query parameter. Post operation must not contain any query parameter other than api-version.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L381
ParametersInPost format is a query parameter. Post operation must not contain any query parameter other than api-version.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L381
ParametersInPost server-fqdn is a query parameter. Post operation must not contain any query parameter other than api-version.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L429
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L553
PatchResponseCodes Long-running PATCH operations must have responses with 200, 202 and default return codes. They also must not have other response codes.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L660
PatchIdentityProperty The patch operation body parameter schema should contain property 'identity'.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L679
LroPatch202 The async patch operation should return 202.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L689
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L699
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L749
ResourceNameRestriction The resource name parameter 'configName' should be defined with a 'pattern' restriction.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L809
PostResponseCodes Long-running POST operations must have responses with 202 and default return codes. They must also have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified. They also must not have other response codes.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L979
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1023
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1175
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1291
OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'AgentPools' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1510
GetCollectionOnlyHasValueAndNextLink Get endpoints for collections of resources must only have the value and nextLink properties in their model.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1530
PostResponseCodes 200 return code does not have a schema specified. LRO POST must have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1549
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1595
PostResponseCodes 200 return code does not have a schema specified. LRO POST must have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1611
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1658
PostResponseCodes Long-running POST operations must have responses with 202 and default return codes. They must also have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified. They also must not have other response codes.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1674
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1715
PostResponseCodes Long-running POST operations must have responses with 202 and default return codes. They must also have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified. They also must not have other response codes.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1731
LroErrorContent Error response content of long running operations must follow the error schema provided in the common types v2 and above.
Location: aks/preview/2023-10-02-preview/managedClusters.json#L1768
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Swagger Generation Artifacts

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

Breaking Changes Tracking



️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-containerservice - 27.0.0
+	Renamed operation TrustedAccessRoleBindingsOperations.create_or_update to TrustedAccessRoleBindingsOperations.begin_create_or_update
+	Renamed operation TrustedAccessRoleBindingsOperations.delete to TrustedAccessRoleBindingsOperations.begin_delete
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from 934db322a1fb94ab628aef700077b058131e339a. 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: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    cmderr	[automation_init.sh] WARNING: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    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 major version of npm available! 9.8.1 -> 10.2.1
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.1>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@10.2.1` to update!
    cmderr	[automation_generate.sh] npm notice
  • ️✔️track2_azure-mgmt-containerservice [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog]   - Added operation AgentPoolsOperations.begin_delete_machines
    info	[Changelog]   - Added operation ManagedClustersOperations.get_guardrails_versions
    info	[Changelog]   - Added operation ManagedClustersOperations.list_guardrails_versions
    info	[Changelog]   - Model AgentPool has a new parameter artifact_streaming_profile
    info	[Changelog]   - Model AgentPool has a new parameter capacity_reservation_group_id
    info	[Changelog]   - Model AgentPool has a new parameter enable_custom_ca_trust
    info	[Changelog]   - Model AgentPool has a new parameter gpu_profile
    info	[Changelog]   - Model AgentPool has a new parameter message_of_the_day
    info	[Changelog]   - Model AgentPool has a new parameter network_profile
    info	[Changelog]   - Model AgentPool has a new parameter security_profile
    info	[Changelog]   - Model AgentPool has a new parameter windows_profile
    info	[Changelog]   - Model AgentPoolUpgradeSettings has a new parameter node_soak_duration_in_minutes
    info	[Changelog]   - Model ContainerServiceNetworkProfile has a new parameter kube_proxy_config
    info	[Changelog]   - Model ContainerServiceNetworkProfile has a new parameter monitoring
    info	[Changelog]   - Model ManagedCluster has a new parameter ai_toolchain_operator_profile
    info	[Changelog]   - Model ManagedCluster has a new parameter creation_data
    info	[Changelog]   - Model ManagedCluster has a new parameter enable_namespace_resources
    info	[Changelog]   - Model ManagedCluster has a new parameter guardrails_profile
    info	[Changelog]   - Model ManagedCluster has a new parameter ingress_profile
    info	[Changelog]   - Model ManagedCluster has a new parameter metrics_profile
    info	[Changelog]   - Model ManagedCluster has a new parameter node_provisioning_profile
    info	[Changelog]   - Model ManagedCluster has a new parameter node_resource_group_profile
    info	[Changelog]   - Model ManagedClusterAPIServerAccessProfile has a new parameter enable_vnet_integration
    info	[Changelog]   - Model ManagedClusterAPIServerAccessProfile has a new parameter subnet_id
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter artifact_streaming_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter capacity_reservation_group_id
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter enable_custom_ca_trust
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter gpu_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter message_of_the_day
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter network_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter security_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfile has a new parameter windows_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter artifact_streaming_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter capacity_reservation_group_id
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter enable_custom_ca_trust
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter gpu_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter message_of_the_day
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter network_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter security_profile
    info	[Changelog]   - Model ManagedClusterAgentPoolProfileProperties has a new parameter windows_profile
    info	[Changelog]   - Model ManagedClusterAzureMonitorProfile has a new parameter logs
    info	[Changelog]   - Model ManagedClusterAzureMonitorProfileMetrics has a new parameter app_monitoring_open_telemetry_metrics
    info	[Changelog]   - Model ManagedClusterHTTPProxyConfig has a new parameter effective_no_proxy
    info	[Changelog]   - Model ManagedClusterLoadBalancerProfile has a new parameter backend_pool_type
    info	[Changelog]   - Model ManagedClusterPropertiesAutoScalerProfile has a new parameter daemonset_eviction_for_empty_nodes
    info	[Changelog]   - Model ManagedClusterPropertiesAutoScalerProfile has a new parameter daemonset_eviction_for_occupied_nodes
    info	[Changelog]   - Model ManagedClusterPropertiesAutoScalerProfile has a new parameter expanders
    info	[Changelog]   - Model ManagedClusterPropertiesAutoScalerProfile has a new parameter ignore_daemonsets_utilization
    info	[Changelog]   - Model ManagedClusterSecurityProfile has a new parameter custom_ca_trust_certificates
    info	[Changelog]   - Model ManagedClusterSecurityProfile has a new parameter image_integrity
    info	[Changelog]   - Model ManagedClusterSecurityProfile has a new parameter node_restriction
    info	[Changelog]   - Model ManagedClusterStorageProfileDiskCSIDriver has a new parameter version
    info	[Changelog]   - Model ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler has a new parameter addon_autoscaling
    info	[Changelog]   - Operation AgentPoolsOperations.begin_delete has a new optional parameter ignore_pod_disruption_budget
    info	[Changelog]   - Operation ManagedClustersOperations.begin_delete has a new optional parameter ignore_pod_disruption_budget
    info	[Changelog]
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog]   - Renamed operation TrustedAccessRoleBindingsOperations.create_or_update to TrustedAccessRoleBindingsOperations.begin_create_or_update
    info	[Changelog]   - Renamed operation TrustedAccessRoleBindingsOperations.delete to TrustedAccessRoleBindingsOperations.begin_delete
️⚠️ azure-sdk-for-java warning [Detail]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 934db322a1fb94ab628aef700077b058131e339a. 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
  • ️✔️sdk/resourcemanager/containerservice/armcontainerservice [View full logs]  [Preview SDK Changes]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New value `AgentPoolTypeVirtualMachines` added to enum type `AgentPoolType`
    info	[Changelog] - New value `OSSKUWindowsAnnual` added to enum type `OSSKU`
    info	[Changelog] - New enum type `NodeProvisioningMode` with values `NodeProvisioningModeAuto`, `NodeProvisioningModeManual`
    info	[Changelog] - New function `*AgentPoolsClient.BeginDeleteMachines(context.Context, string, string, string, AgentPoolDeleteMachinesParameter, *AgentPoolsClientBeginDeleteMachinesOptions) (*runtime.Poller[AgentPoolsClientDeleteMachinesResponse], error)`
    info	[Changelog] - New struct `AgentPoolArtifactStreamingProfile`
    info	[Changelog] - New struct `AgentPoolDeleteMachinesParameter`
    info	[Changelog] - New struct `AgentPoolGPUProfile`
    info	[Changelog] - New struct `ManagedClusterAIToolchainOperatorProfile`
    info	[Changelog] - New struct `ManagedClusterNodeProvisioningProfile`
    info	[Changelog] - New field `NodeSoakDurationInMinutes` in struct `AgentPoolUpgradeSettings`
    info	[Changelog] - New field `ArtifactStreamingProfile`, `GpuProfile` in struct `ManagedClusterAgentPoolProfile`
    info	[Changelog] - New field `ArtifactStreamingProfile`, `GpuProfile` in struct `ManagedClusterAgentPoolProfileProperties`
    info	[Changelog] - New field `AiToolchainOperatorProfile`, `NodeProvisioningProfile` in struct `ManagedClusterProperties`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 20 additive change(s).
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 934db322a1fb94ab628aef700077b058131e339a. 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
    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]  [Preview SDK Changes]
    Only show 120 items here, please refer to log for details.
    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 NetworkMonitoring
    info	[Changelog]   - Added Interface NetworkProfileForSnapshot
    info	[Changelog]   - Added Interface PortRange
    info	[Changelog]   - Added Interface TrustedAccessRole
    info	[Changelog]   - Added Interface TrustedAccessRoleBinding
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingListResult
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingsCreateOrUpdateOptionalParams
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingsDeleteHeaders
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingsDeleteOptionalParams
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingsGetOptionalParams
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingsListNextOptionalParams
    info	[Changelog]   - Added Interface TrustedAccessRoleBindingsListOptionalParams
    info	[Changelog]   - Added Interface TrustedAccessRoleListResult
    info	[Changelog]   - Added Interface TrustedAccessRoleRule
    info	[Changelog]   - Added Interface TrustedAccessRolesListNextOptionalParams
    info	[Changelog]   - Added Interface TrustedAccessRolesListOptionalParams
    info	[Changelog]   - Added Type Alias AddonAutoscaling
    info	[Changelog]   - Added Type Alias AgentPoolsDeleteMachinesResponse
    info	[Changelog]   - Added Type Alias AgentPoolSSHAccess
    info	[Changelog]   - Added Type Alias BackendPoolType
    info	[Changelog]   - Added Type Alias GuardrailsSupport
    info	[Changelog]   - Added Type Alias IpvsScheduler
    info	[Changelog]   - Added Type Alias Level
    info	[Changelog]   - Added Type Alias MachinesGetResponse
    info	[Changelog]   - Added Type Alias MachinesListNextResponse
    info	[Changelog]   - Added Type Alias MachinesListResponse
    info	[Changelog]   - Added Type Alias ManagedClustersGetGuardrailsVersionsResponse
    info	[Changelog]   - Added Type Alias ManagedClustersListGuardrailsVersionsNextResponse
    info	[Changelog]   - Added Type Alias ManagedClustersListGuardrailsVersionsResponse
    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]   - Added Type Alias Mode
    info	[Changelog]   - Added Type Alias NodeProvisioningMode
    info	[Changelog]   - Added Type Alias Protocol
    info	[Changelog]   - Added Type Alias RestrictionLevel
    info	[Changelog]   - Added Type Alias TrustedAccessRoleBindingProvisioningState
    info	[Changelog]   - Added Type Alias TrustedAccessRoleBindingsCreateOrUpdateResponse
    info	[Changelog]   - Added Type Alias TrustedAccessRoleBindingsDeleteResponse
    info	[Changelog]   - Added Type Alias TrustedAccessRoleBindingsGetResponse
    info	[Changelog]   - Added Type Alias TrustedAccessRoleBindingsListNextResponse
    info	[Changelog]   - Added Type Alias TrustedAccessRoleBindingsListResponse
    info	[Changelog]   - Added Type Alias TrustedAccessRolesListNextResponse
    info	[Changelog]   - Added Type Alias TrustedAccessRolesListResponse
    info	[Changelog]   - Interface AgentPool has a new optional parameter artifactStreamingProfile
    info	[Changelog]   - Interface AgentPool has a new optional parameter capacityReservationGroupID
    info	[Changelog]   - Interface AgentPool has a new optional parameter enableCustomCATrust
    info	[Changelog]   - Interface AgentPool has a new optional parameter gpuProfile
    info	[Changelog]   - Interface AgentPool has a new optional parameter messageOfTheDay
    info	[Changelog]   - Interface AgentPool has a new optional parameter networkProfile
    info	[Changelog]   - Interface AgentPool has a new optional parameter securityProfile
    info	[Changelog]   - Interface AgentPool has a new optional parameter windowsProfile
    info	[Changelog]   - Interface AgentPoolsDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
    info	[Changelog]   - Interface AgentPoolUpgradeSettings has a new optional parameter nodeSoakDurationInMinutes
    info	[Changelog]   - Interface ContainerServiceNetworkProfile has a new optional parameter kubeProxyConfig
    info	[Changelog]   - Interface ContainerServiceNetworkProfile has a new optional parameter monitoring
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter aiToolchainOperatorProfile
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter creationData
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter enableNamespaceResources
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter guardrailsProfile
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter ingressProfile
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter metricsProfile
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter nodeProvisioningProfile
    info	[Changelog]   - Interface ManagedCluster has a new optional parameter nodeResourceGroupProfile
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter artifactStreamingProfile
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter capacityReservationGroupID
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter enableCustomCATrust
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter gpuProfile
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter messageOfTheDay
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter networkProfile
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter securityProfile
    info	[Changelog]   - Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter windowsProfile
    info	[Changelog]   - Interface ManagedClusterAPIServerAccessProfile has a new optional parameter enableVnetIntegration
    info	[Changelog]   - Interface ManagedClusterAPIServerAccessProfile has a new optional parameter subnetId
    info	[Changelog]   - Interface ManagedClusterAzureMonitorProfile has a new optional parameter logs
    info	[Changelog]   - Interface ManagedClusterAzureMonitorProfileMetrics has a new optional parameter appMonitoringOpenTelemetryMetrics
    info	[Changelog]   - Interface ManagedClusterHttpProxyConfig has a new optional parameter effectiveNoProxy
    info	[Changelog]   - Interface ManagedClusterLoadBalancerProfile has a new optional parameter backendPoolType
    info	[Changelog]   - Interface ManagedClusterPropertiesAutoScalerProfile has a new optional parameter daemonsetEvictionForEmptyNodes
    info	[Changelog]   - Interface ManagedClusterPropertiesAutoScalerProfile has a new optional parameter daemonsetEvictionForOccupiedNodes
    info	[Changelog]   - Interface ManagedClusterPropertiesAutoScalerProfile has a new optional parameter expanders
    info	[Changelog]   - Interface ManagedClusterPropertiesAutoScalerProfile has a new optional parameter ignoreDaemonsetsUtilization
    info	[Changelog]   - Interface ManagedClustersDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
    info	[Changelog]   - Interface ManagedClusterSecurityProfile has a new optional parameter customCATrustCertificates
    info	[Changelog]   - Interface ManagedClusterSecurityProfile has a new optional parameter imageIntegrity
    info	[Changelog]   - Interface ManagedClusterSecurityProfile has a new optional parameter nodeRestriction
    info	[Changelog]   - Interface ManagedClusterStorageProfileDiskCSIDriver has a new optional parameter version
    info	[Changelog]   - Interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler has a new optional parameter addonAutoscaling
    info	[Changelog]   - Added Enum KnownAddonAutoscaling
    info	[Changelog]   - Added Enum KnownAgentPoolSSHAccess
    info	[Changelog]   - Added Enum KnownBackendPoolType
    info	[Changelog]   - Added Enum KnownGuardrailsSupport
    info	[Changelog]   - Added Enum KnownIpvsScheduler
    info	[Changelog]   - Added Enum KnownLevel
    info	[Changelog]   - Added Enum KnownMode
    info	[Changelog]   - Added Enum KnownNodeProvisioningMode
    info	[Changelog]   - Added Enum KnownProtocol
    info	[Changelog]   - Added Enum KnownRestrictionLevel
    info	[Changelog]   - Added Enum KnownTrustedAccessRoleBindingProvisioningState
    info	[Changelog]   - Enum KnownAgentPoolType has a new value VirtualMachines
    info	[Changelog]   - Enum KnownNetworkPolicy has a new value None
    info	[Changelog]   - Enum KnownNodeOSUpgradeChannel has a new value SecurityPatch
    info	[Changelog]   - Enum KnownOssku has a new value Mariner
    info	[Changelog]   - Enum KnownOssku has a new value WindowsAnnual
    info	[Changelog]   - Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
    info	[Changelog]   - Enum KnownSnapshotType has a new value ManagedCluster
    info	[Changelog]   - Enum KnownWorkloadRuntime has a new value KataMshvVmIsolation
️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 934db322a1fb94ab628aef700077b058131e339a. SDK Automation 14.0.0
    command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
    command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
  • ️✔️Azure.ResourceManager.ContainerService [View full logs]  [Preview SDK Changes]
    info	[Changelog]
️❌ azure-resource-manager-schemas failed [Detail]
  • Pipeline Framework Failed [Logs] Generate from 934db322a1fb94ab628aef700077b058131e339a. 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]  notice
    cmderr	[initScript.sh] npm notice New major version of npm available! 8.19.4 -> 10.2.1
    cmderr	[initScript.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.1>
    cmderr	[initScript.sh] npm notice Run `npm install -g npm@10.2.1` to update!
    cmderr	[initScript.sh] npm notice
    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
    warn	No file changes detected after generation
    cannot force update branch 'sdkAuto/26420/containerservice' as it is the current HEAD of the repository.
    Error: cannot force update branch 'sdkAuto/26420/containerservice' as it is the current HEAD of the repository.
  • ️✔️containerservice [View full logs
  • ️✔️containerservice [View full logs
    error	Fatal error: cannot force update branch 'sdkAuto/26420/containerservice' as it is the current HEAD of the repository.
    error	The following packages are still pending:
    error		containerservice
    error		containerservice
️❌ azure-powershell failed [Detail]
  • Pipeline Framework Failed [Logs] Generate from 934db322a1fb94ab628aef700077b058131e339a. SDK Automation 14.0.0
    command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
    command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    SSL error: syscall failure: Broken pipe
    Error: SSL error: syscall failure: Broken pipe
  • ️✔️Az.containerservice.DefaultTag [View full logs
    error	Fatal error: SSL error: syscall failure: Broken pipe
    error	The following packages are still pending:
    error		Az.containerservice.DefaultTag
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2023

Generated ApiView

Language Package Name ApiView Link
Go sdk/resourcemanager/containerservice/armcontainerservice https://apiview.dev/Assemblies/Review/c592ace238864826aa28264427b8e727
Java azure-resourcemanager-containerservicemicrosoftcontainerserviceaks-generated https://apiview.dev/Assemblies/Review/64062721edd944a2b6b8bea052247deb
.Net Azure.ResourceManager.ContainerService There is no API change compared with the previous version
JavaScript @azure/arm-containerservice https://apiview.dev/Assemblies/Review/0019eb4b29c74646b1da558cdf406bd8
Swagger Microsoft.ContainerService https://apiview.dev/Assemblies/Review/f9ebd66f2fec467ba25bfef5e639a41c

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

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

lgtm

will merge the change tomorrow if no other comments

@FumingZhang FumingZhang merged commit d1b6499 into Azure:FumingZhang-containerservice-Microsoft.ContainerService-2023-10-02-preview Oct 30, 2023
24 of 28 checks passed
FumingZhang pushed a commit that referenced this pull request Nov 8, 2023
* impl

* fix

* fix

* fix

* fix

* fix
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.

None yet

3 participants