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

Commit ef0cfbf

Browse files
Update Azure CLI packages and pin azure-core to 1.28.0 to fix Az login bug (#3396)
* Updating Azure core and cli packages
1 parent 9c0a344 commit ef0cfbf

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

src/cli/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msal==1.20.0
1+
msal==1.22.0
22
# install requests >=2.31.0 to fix CVE-2023-32681
33
requests>=2.31.0
44
jmespath~=0.10.0
@@ -12,8 +12,8 @@ azure-storage-blob==12.14.1
1212
azure-applicationinsights==0.1.0
1313
tenacity==8.0.1
1414
docstring_parser==0.8.1
15-
azure-identity==1.10.0
16-
azure-cli-core==2.49.0
15+
azure-identity==1.14.0
16+
azure-cli-core==2.50.0
1717
PyJWT>=2.4.0
1818
opentelemetry-api==1.16.0
1919
opentelemetry-sdk==1.16.0

src/deployment/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
azure-cli-core==2.47.0
2-
azure-cli==2.47.0
3-
azure-identity==1.10.0
1+
azure-cli-core==2.50.0
2+
azure-cli==2.50.0
3+
azure-identity==1.14.0
44
azure-cosmosdb-table==1.0.6
55
azure-mgmt-eventgrid==10.2.0b2
6-
azure-mgmt-resource==22.0.0
6+
azure-mgmt-resource>=23.1.0b2
77
azure-mgmt-storage==21.0.0
88
azure-storage-blob==12.14.1
99
pyfunctional==1.4.3
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.47.0
2+
azure-cli-core==2.50.0
33
azure-mgmt-eventgrid==3.0.0rc9
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
azure-common~=1.1.25
2-
azure-identity==1.10.0
1+
azure-common~=1.1.28
2+
azure-identity==1.14.0
33
PyGithub==1.56
4-
azure-cli-core==2.47.0
5-
msgraph-core==0.2.2
4+
azure-cli-core==2.50.0
5+
azure-cli==2.50.0
6+
azure-core==1.28.0
7+
msgraph-core==0.2.2

0 commit comments

Comments
 (0)