diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index 584a7daccaf..cea4cedda0a 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -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 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index 2ad7b3c23b4..1931fc02c98 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -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 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index 49fb643a8e9..8cce2db09ba 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -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 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index 5759323910f..af5f38c7bad 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -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', 'azure-mgmt-datamigration~=10.0.0', 'azure-mgmt-eventgrid==10.2.0b2',