Skip to content

Commit b5c86f0

Browse files
committed
Base python mgmt SDK changes
1 parent 858de70 commit b5c86f0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ azure-mgmt-containerregistry==15.1.0b1
3535
azure-mgmt-containerregistrytasks==1.0.0b1
3636
azure-mgmt-containerservice==41.1.0
3737
azure-mgmt-core==1.6.0
38-
azure-mgmt-cosmosdb==9.9.0
38+
azure-mgmt-cosmosdb==9.10.0
3939
azure-mgmt-datalake-nspkg==3.0.1
4040
azure-mgmt-datalake-store==1.1.0b1
4141
azure-mgmt-datamigration==10.0.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ azure-mgmt-containerregistry==15.1.0b1
3535
azure-mgmt-containerregistrytasks==1.0.0b1
3636
azure-mgmt-containerservice==41.1.0
3737
azure-mgmt-core==1.6.0
38-
azure-mgmt-cosmosdb==9.9.0
38+
azure-mgmt-cosmosdb==9.10.0
3939
azure-mgmt-datalake-nspkg==3.0.1
4040
azure-mgmt-datalake-store==1.1.0b1
4141
azure-mgmt-datamigration==10.0.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ azure-mgmt-containerregistry==15.1.0b1
3535
azure-mgmt-containerregistrytasks==1.0.0b1
3636
azure-mgmt-containerservice==41.1.0
3737
azure-mgmt-core==1.6.0
38-
azure-mgmt-cosmosdb==9.9.0
38+
azure-mgmt-cosmosdb==9.10.0
3939
azure-mgmt-datalake-nspkg==3.0.1
4040
azure-mgmt-datalake-store==1.1.0b1
4141
azure-mgmt-datamigration==10.0.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
'azure-mgmt-containerregistry==15.1.0b1',
8181
'azure-mgmt-containerregistrytasks==1.0.0b1',
8282
'azure-mgmt-containerservice~=41.1.0',
83-
'azure-mgmt-cosmosdb==9.9.0',
83+
'azure-mgmt-cosmosdb==9.10.0',
8484
'azure-mgmt-datalake-store~=1.1.0b1',
8585
'azure-mgmt-datamigration~=10.0.0',
8686
'azure-mgmt-eventgrid==10.2.0b2',

0 commit comments

Comments
 (0)