Skip to content

{AKS}: bump aks agent and accept endpoint with cognitiveservices.azure.com/#9619

Merged
yanzhudd merged 2 commits intoAzure:mainfrom
mainred:bump-agent
Feb 19, 2026
Merged

{AKS}: bump aks agent and accept endpoint with cognitiveservices.azure.com/#9619
yanzhudd merged 2 commits intoAzure:mainfrom
mainred:bump-agent

Conversation

@mainred
Copy link
Member

@mainred mainred commented Feb 18, 2026


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

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.json automatically.
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.

Copilot AI review requested due to automatic review settings February 18, 2026 08:38
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Feb 18, 2026

️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes

@yonzhan
Copy link
Collaborator

yonzhan commented Feb 18, 2026

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link

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

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

@mainred
Copy link
Member Author

mainred commented Feb 18, 2026

yanzhudd
yanzhudd previously approved these changes Feb 19, 2026
@yanzhudd
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@mainred
Copy link
Member Author

mainred commented Feb 19, 2026

@yanzhudd Thanks for approving the PR, please help merge the PR when pipelines are green.

@yanzhudd
Copy link
Contributor

please pull the latest code from the main branch and push again
image

@yanzhudd yanzhudd merged commit 225604b into Azure:main Feb 19, 2026
24 checks passed
@azclibot
Copy link
Collaborator

[Release] Update index.json for extension [ aks-agent-1.0.0b18 ] : https://dev.azure.com/msazure/One/_build/results?buildId=153689820&view=results

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

Labels

AKS Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments