Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ azure-mgmt-containerregistry==15.1.0b1
azure-mgmt-containerregistrytasks==1.0.0b1
azure-mgmt-containerservice==41.1.0
azure-mgmt-core==1.6.0
azure-mgmt-cosmosdb==9.9.0
azure-mgmt-cosmosdb==9.10.0
azure-mgmt-datalake-nspkg==3.0.1
azure-mgmt-datalake-store==1.1.0b1
azure-mgmt-datamigration==10.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ azure-mgmt-containerregistry==15.1.0b1
azure-mgmt-containerregistrytasks==1.0.0b1
azure-mgmt-containerservice==41.1.0
azure-mgmt-core==1.6.0
azure-mgmt-cosmosdb==9.9.0
azure-mgmt-cosmosdb==9.10.0
azure-mgmt-datalake-nspkg==3.0.1
azure-mgmt-datalake-store==1.1.0b1
azure-mgmt-datamigration==10.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ azure-mgmt-containerregistry==15.1.0b1
azure-mgmt-containerregistrytasks==1.0.0b1
azure-mgmt-containerservice==41.1.0
azure-mgmt-core==1.6.0
azure-mgmt-cosmosdb==9.9.0
azure-mgmt-cosmosdb==9.10.0
azure-mgmt-datalake-nspkg==3.0.1
azure-mgmt-datalake-store==1.1.0b1
azure-mgmt-datamigration==10.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'azure-mgmt-containerregistry==15.1.0b1',
'azure-mgmt-containerregistrytasks==1.0.0b1',
'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',
Comment on lines 82 to 84
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.
'azure-mgmt-datamigration~=10.0.0',
'azure-mgmt-eventgrid==10.2.0b2',
Expand Down
Loading