Skip to content

[AutoPR azure-resourcemanager-containerservice-generated]-generated-from-SDK Generation - Java-5990416#48364

Closed
azure-sdk wants to merge 2 commits intoAzure:mainfrom
azure-sdk:sdkauto/azure-resourcemanager-containerservice-generated-5990416
Closed

[AutoPR azure-resourcemanager-containerservice-generated]-generated-from-SDK Generation - Java-5990416#48364
azure-sdk wants to merge 2 commits intoAzure:mainfrom
azure-sdk:sdkauto/azure-resourcemanager-containerservice-generated-5990416

Conversation

@azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented Mar 10, 2026

Configurations: 'specification/containerservice/resource-manager/Microsoft.ContainerService/aks/tspconfig.yaml', API Version: 2026-01-01, SDK Release Type: stable, and CommitSHA: '63cb8f987d0d5fb94e781d000c7f7fc7a4a69842' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5990416 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://web.powerapps.com/apps/821ab569-ae60-420d-8264-d7b5d5ef734c?release-plan-id=7742a2ce-4418-f111-8341-000d3a376cbb Submitted by: fumingzhang@microsoft.com

Release Plan Details

…osoft.ContainerService/aks/tspconfig.yaml', API Version: 2026-01-01, SDK Release Type: stable, and CommitSHA: '63cb8f987d0d5fb94e781d000c7f7fc7a4a69842' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5990416 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
…osoft.ContainerService/aks/tspconfig.yaml', API Version: 2026-01-01, SDK Release Type: stable, and CommitSHA: 'b8861b82d3b47a8cf9c2dfae4a29ec9ff41eacbf' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6019393 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new generated Azure Resource Manager Container Service management client library module (api-version 2026-01-01) and wires it into the repo’s versioning metadata for release.

Changes:

  • Introduces a new Maven module with its pom.xml and initial package metadata.
  • Adds initial README.md and CHANGELOG.md for the new library.
  • Registers the artifact in eng/versioning/version_client.txt.

Reviewed changes

Copilot reviewed 4 out of 619 changed files in this pull request and generated 3 comments.

File Description
sdk/containerservice/azure-resourcemanager-containerservice-generated/pom.xml New Maven module definition and dependencies for the generated management library.
sdk/containerservice/azure-resourcemanager-containerservice-generated/README.md Initial usage and onboarding documentation for the new artifact.
sdk/containerservice/azure-resourcemanager-containerservice-generated/CHANGELOG.md Initial release notes entry for version 1.0.0.
eng/versioning/version_client.txt Adds the new artifact to the versioning registry.

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
Comment on lines +55 to +60
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
ContainerServiceManager manager = ContainerServiceManager
.authenticate(credential, profile);
Comment on lines +3 to +7
## 1.0.0 (2026-03-17)

- Azure Resource Manager Container Service client library for Java. This package contains Microsoft Azure SDK for Container Service Management SDK. The Container Service Client. Package api-version 2026-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
### Features Added

@FumingZhang
Copy link
Member

will re-generate the code

@FumingZhang
Copy link
Member

replaced by #48439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants