Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 6c3b465

Browse files
Update azure cli (#2733)
* update azure-cli to v2.43 along with supporting dependencies
1 parent 64a6c15 commit 6c3b465

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
../../cli
22
../../pytypes
3-
azure-cli-core==2.40.0
4-
azure-cli==2.40.0
3+
azure-cli-core==2.43.0
4+
azure-cli==2.43.0

src/cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ azure-applicationinsights==0.1.0
1212
tenacity==8.0.1
1313
docstring_parser==0.8.1
1414
azure-identity==1.10.0
15-
azure-cli-core==2.42.0
15+
azure-cli-core==2.43.0
1616
# packaging is required but not specified by azure-cli-core
1717
packaging==21.3
1818
# urllib3[secure] needs to be specifically stated for azure-cli-core

src/deployment/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
azure-cli-core==2.40.0
2-
azure-cli==2.40.0
1+
azure-cli-core==2.43.0
2+
azure-cli==2.43.0
33
azure-identity==1.10.0
44
azure-cosmosdb-table==1.0.6
55
azure-mgmt-eventgrid==10.2.0b2
66
azure-mgmt-resource==21.1.0b1
7-
azure-mgmt-storage==20.1.0
7+
azure-mgmt-storage==21.0.0
88
azure-storage-blob==12.13.1
99
pyfunctional==1.4.3
1010
pyopenssl==22.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
azure-mgmt-storage~=19.0.0
2-
azure-cli-core==2.40.0
2+
azure-cli-core==2.43.0
33
azure-mgmt-eventgrid==3.0.0rc9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
azure-common~=1.1.25
22
azure-identity==1.10.0
33
PyGithub==1.56
4-
azure-cli-core==2.40.0
4+
azure-cli-core==2.43.0
55
msgraph-core==0.2.2

0 commit comments

Comments
 (0)