Skip to content

[CosmosDB][DoNotMerge] API Version 2026-03-15 updates#33303

Open
pjohari-ms wants to merge 1 commit intoAzure:devfrom
pjohari-ms:cdb0315stable
Open

[CosmosDB][DoNotMerge] API Version 2026-03-15 updates#33303
pjohari-ms wants to merge 1 commit intoAzure:devfrom
pjohari-ms:cdb0315stable

Conversation

@pjohari-ms
Copy link
Copy Markdown
Member

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 feature


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

Copilot AI review requested due to automatic review settings April 30, 2026 21:09
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Validation for Azure CLI Full Test Starting...

Thanks for your contribution!

@azure-client-tools-bot-prd
Copy link
Copy Markdown

Validation for Breaking Change Starting...

Thanks for your contribution!

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Apr 30, 2026

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

@github-actions
Copy link
Copy Markdown

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>

Copy link
Copy Markdown
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

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-cosmosdb from 9.9.0 to 9.10.0 in setup.py.
  • Bump azure-mgmt-cosmosdb from 9.9.0 to 9.10.0 in 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.

Comment thread src/azure-cli/setup.py
Comment on lines 82 to 84
'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',
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Apr 30, 2026

Please fix CI issues

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants