{AKS} Vendor new SDK and bump API version to 2025-03-02-preview#8774
{AKS} Vendor new SDK and bump API version to 2025-03-02-preview#8774zhoxing-ms merged 7 commits intoAzure:mainfrom
Conversation
❌Azure CLI Extensions Breaking Change Test
|
|
Hi @FumingZhang, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR vendors the new AKS SDK and bumps the AKS API version from 2025-02-02-preview to 2025-03-02-preview across recording tests, registration code, and documentation.
- Updated recording URIs in test YAMLs to use the new API version.
- Adjusted
SDKProfileregistration in__init__.py. - Added mapping for the new version in
README.rstand a new entry inHISTORY.rst.
Reviewed Changes
Copilot reviewed 252 out of 252 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
tests/latest/recordings/*.yaml (many) |
Updated all api-version query params to 2025-03-02-preview |
azext_aks_preview/__init__.py |
Bumped SDKProfile API version to 2025-03-02-preview |
README.rst |
Added new version mapping for 18.0.0b2 → latest |
HISTORY.rst |
Added entry for 18.0.0b2 release |
|
|
[Release] Update index.json for extension [ aks-preview-18.0.0b2 ] : https://dev.azure.com/msazure/One/_build/results?buildId=124872953&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az aks nodepool add: Add GPU driver install optionsinstallandnonefor--gpu-driverparameter azure-cli#31106--skip-gpu-driver-installGeneral Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.