[Healthhbot] upgrade api version and change available skus#9556
[Healthhbot] upgrade api version and change available skus#9556necusjz merged 6 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 PR updates the Healthbot Azure CLI extension to a new GA release that targets a newer HealthBot management API version and exposes additional SKUs.
Changes:
- Bump the extension package version to
1.0.0and document the GA release with additional tiers. - Update the vendored management SDK (sync and async) to use API version
2025-11-01, including configuration and user-agent version metadata. - Extend SKU-related models and enums to support new tiers (
C1,PES) and adjust tests’ recorded HTTP interactions to align with the new API version and SDK version.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/healthbot/setup.py |
Bumps extension version to 1.0.0 to reflect the new GA release. |
src/healthbot/HISTORY.rst |
Adds a 1.0.0 release note indicating GA with additional tiers. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/_version.py |
Updates the SDK version string used in user-agent to 2025-11-01. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/_configuration.py |
Sets the default REST API version to 2025-11-01 for the sync client configuration. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/aio/_configuration.py |
Sets the default REST API version to 2025-11-01 for the async client configuration. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/operations/_operations.py |
Updates the operations listing call to use API version 2025-11-01. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/operations/_bots_operations.py |
Updates all bot CRUD and listing operations to use API version 2025-11-01. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/aio/operations/_operations.py |
Updates async operations listing to use API version 2025-11-01. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/aio/operations/_bots_operations.py |
Updates async bot CRUD and listing operations to use API version 2025-11-01. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/models/_healthbot_client_enums.py |
Extends SkuName enum with new SKUs C1 and PES while retaining existing ones. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/models/_models.py |
Updates Sku model docstring to mention the new SKU options. |
src/healthbot/azext_healthbot/vendored_sdks/healthbot/models/_models_py3.py |
Updates Sku model docstring (py3 variant) to mention the new SKU options. |
src/healthbot/azext_healthbot/tests/latest/recordings/test_healthbot_Scenario.yaml |
Aligns recorded requests (URIs, user-agent) with API version 2025-11-01 and the updated SDK version for existing scenario tests. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
let's remove the following line: |
|
@necusjz pr notes are done |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@necusjz |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@ShakedAharonn the following 2 versions are mismatched: |
|
fixed @necusjz |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@necusjz |
|
[Release] Update index.json for extension [ healthbot-1.0.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=151864188&view=results |
* upgrade api version and change available skus * pr guidelines * pr notes * pr notes * pr. ntoes


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