[AutoPR azure-mgmt-containerservicepreparedimgspec]-generated-from-SDK Generation - Python-6576711#48104
Open
azure-sdk-automation[bot] wants to merge 2 commits into
Conversation
…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.
azure-sdk-automation
Bot
requested review from
ChenxiJiang333,
danieljurek,
msyyc and
xirzec
as code owners
July 17, 2026 02:24
|
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. |
Member
|
Hi, here is namespace approval :) |
Member
|
Client name: ContainerServicePreparedImgSpecMgmtClient |
Member
|
/azp run prepare-pipelines |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Member
|
Hi, the new api version |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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