{AKS}: bump aks agent and accept endpoint with cognitiveservices.azure.com/#9619
{AKS}: bump aks agent and accept endpoint with cognitiveservices.azure.com/#9619yanzhudd merged 2 commits intoAzure:mainfrom
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
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 pull request bumps the aks-agent Azure CLI extension from version 1.0.0b17 to 1.0.0b18. The primary changes include upgrading the underlying AKS agent to v0.3.0 and relaxing the Azure OpenAI endpoint validation to accept both .openai.azure.com and .cognitiveservices.azure.com endpoints.
Changes:
- Updated extension version from 1.0.0b17 to 1.0.0b18
- Upgraded AKS agent chart and Docker image from v0.2.0 to v0.3.0
- Relaxed endpoint validation to accept any valid HTTPS URL instead of enforcing specific domain patterns
- Removed restrictive hint for api_base parameter to accommodate multiple endpoint formats
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/aks-agent/setup.py | Version bump to 1.0.0b18 |
| src/aks-agent/azext_aks_agent/agent/llm_providers/azure_provider.py | Simplified endpoint validation to accept any HTTPS URL; removed domain-specific hint |
| src/aks-agent/azext_aks_agent/agent/k8s/aks_agent_manager.py | Updated chart_version and docker_image references from 0.2.0 to 0.3.0 |
| src/aks-agent/HISTORY.rst | Added changelog entry for 1.0.0b18 with details about the v0.3.0 agent bump and endpoint validation fix |
|
Queued a pipeline in https://github.com/Azure/aks-agent/actions/runs/22132814893 |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@yanzhudd Thanks for approving the PR, please help merge the PR when pipelines are green. |
|
[Release] Update index.json for extension [ aks-agent-1.0.0b18 ] : https://dev.azure.com/msazure/One/_build/results?buildId=153689820&view=results |

This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General 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.