[CosmosDB][DoNotMerge] API Version 2026-03-15 updates#33303
[CosmosDB][DoNotMerge] API Version 2026-03-15 updates#33303pjohari-ms wants to merge 1 commit intoAzure:devfrom
Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
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
Updates Azure CLI’s CosmosDB management SDK dependency to a newer version, presumably to pick up support for a newer CosmosDB ARM API version.
Changes:
- Bump
azure-mgmt-cosmosdbfrom9.9.0to9.10.0insetup.py. - Bump
azure-mgmt-cosmosdbfrom9.9.0to9.10.0in OS-specific pinned requirements (Windows/Linux/macOS).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/azure-cli/setup.py |
Updates the CosmosDB management SDK dependency version used by the CLI package. |
src/azure-cli/requirements.py3.windows.txt |
Updates the pinned CosmosDB management SDK version for Windows builds. |
src/azure-cli/requirements.py3.Linux.txt |
Updates the pinned CosmosDB management SDK version for Linux builds. |
src/azure-cli/requirements.py3.Darwin.txt |
Updates the pinned CosmosDB management SDK version for macOS builds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 'azure-mgmt-containerservice~=41.1.0', | ||
| 'azure-mgmt-cosmosdb==9.9.0', | ||
| 'azure-mgmt-cosmosdb==9.10.0', | ||
| 'azure-mgmt-datalake-store~=1.1.0b1', |
There was a problem hiding this comment.
The PR title indicates CosmosDB API version "2026-03-15" updates, but this diff only bumps the azure-mgmt-cosmosdb dependency. Please either (a) update the PR title/description to reflect that this is a dependency bump, or (b) include the actual code changes that adopt the new API version (and note where it is used/tested).
|
Please fix CI issues |
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.