Skip to content

[AutoPR azure-mgmt-containerservicepreparedimgspec]-generated-from-SDK Generation - Python-6576711#48104

Open
azure-sdk-automation[bot] wants to merge 2 commits into
mainfrom
sdkauto/azure-mgmt-containerservicepreparedimgspec-6576711
Open

[AutoPR azure-mgmt-containerservicepreparedimgspec]-generated-from-SDK Generation - Python-6576711#48104
azure-sdk-automation[bot] wants to merge 2 commits into
mainfrom
sdkauto/azure-mgmt-containerservicepreparedimgspec-6576711

Conversation

@azure-sdk-automation

Copy link
Copy Markdown
Contributor

Configurations: 'specification/containerservice/resource-manager/Microsoft.ContainerService/preparedimagespecification/tspconfig.yaml', API Version: 2026-02-02-preview, SDK Release Type: beta, and CommitSHA: '33edaba41251144ab48a9ba923a61697f81b1aa8' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6576711 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://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=35135 Submitted by: abdulasfari@microsoft.com

…osoft.ContainerService/preparedimagespecification/tspconfig.yaml', API Version: 2026-02-02-preview, SDK Release Type: beta, and CommitSHA: '33edaba41251144ab48a9ba923a61697f81b1aa8' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6576711 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Copilot AI review requested due to automatic review settings July 17, 2026 02:24
@azure-sdk-automation azure-sdk-automation Bot added the auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically. label Jul 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
9 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@aboodasfari

Copy link
Copy Markdown
Member

Hi, here is namespace approval :)

Azure/azure-sdk#10095

@ChenxiJiang333

ChenxiJiang333 commented Jul 17, 2026

Copy link
Copy Markdown
Member

Client name: ContainerServicePreparedImgSpecMgmtClient

@ChenxiJiang333

Copy link
Copy Markdown
Member

/azp run prepare-pipelines

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

@ChenxiJiang333

Copy link
Copy Markdown
Member

Hi, the new api version 2026-02-02-preview seems not deployed on portal yet, we recommend making sure the api version to be deployed before releasing the SDK, though we won't block the release in self-serve release flow.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0aa8b94f-cac1-4ffa-be8e-3f89f3a686d0
Copilot AI review requested due to automatic review settings July 17, 2026 02:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 59 out of 59 changed files in this pull request and generated 6 comments.

from azure.core.credentials import TokenCredential


class ContainerServiceClient:
from azure.core.credentials_async import AsyncTokenCredential


class ContainerServiceClient:
Comment on lines +70 to +73
[tool.azure-sdk-build]
breaking = false
pyright = false
mypy = false
def test_prepared_image_specifications_list_by_subscription(self, resource_group):
response = self.client.prepared_image_specifications.list_by_subscription()
result = [r for r in response]
assert len(result)
async def test_prepared_image_specifications_list_by_subscription(self, resource_group):
response = self.client.prepared_image_specifications.list_by_subscription()
result = [r async for r in response]
assert len(result)
load_dotenv()


# For security, please avoid record sensitive identity information in recordings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants