mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Update Azure CLI packages and pin azure-core to 1.28.0 to fix Az login bug (#3396)
* Updating Azure core and cli packages
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
msal==1.20.0
|
||||
msal==1.22.0
|
||||
# install requests >=2.31.0 to fix CVE-2023-32681
|
||||
requests>=2.31.0
|
||||
jmespath~=0.10.0
|
||||
@ -12,8 +12,8 @@ azure-storage-blob==12.14.1
|
||||
azure-applicationinsights==0.1.0
|
||||
tenacity==8.0.1
|
||||
docstring_parser==0.8.1
|
||||
azure-identity==1.10.0
|
||||
azure-cli-core==2.49.0
|
||||
azure-identity==1.14.0
|
||||
azure-cli-core==2.50.0
|
||||
PyJWT>=2.4.0
|
||||
opentelemetry-api==1.16.0
|
||||
opentelemetry-sdk==1.16.0
|
||||
|
@ -1,9 +1,9 @@
|
||||
azure-cli-core==2.47.0
|
||||
azure-cli==2.47.0
|
||||
azure-identity==1.10.0
|
||||
azure-cli-core==2.50.0
|
||||
azure-cli==2.50.0
|
||||
azure-identity==1.14.0
|
||||
azure-cosmosdb-table==1.0.6
|
||||
azure-mgmt-eventgrid==10.2.0b2
|
||||
azure-mgmt-resource==22.0.0
|
||||
azure-mgmt-resource>=23.1.0b2
|
||||
azure-mgmt-storage==21.0.0
|
||||
azure-storage-blob==12.14.1
|
||||
pyfunctional==1.4.3
|
||||
|
@ -1,3 +1,3 @@
|
||||
azure-mgmt-storage~=19.0.0
|
||||
azure-cli-core==2.47.0
|
||||
azure-cli-core==2.50.0
|
||||
azure-mgmt-eventgrid==3.0.0rc9
|
||||
|
@ -1,5 +1,7 @@
|
||||
azure-common~=1.1.25
|
||||
azure-identity==1.10.0
|
||||
azure-common~=1.1.28
|
||||
azure-identity==1.14.0
|
||||
PyGithub==1.56
|
||||
azure-cli-core==2.47.0
|
||||
azure-cli-core==2.50.0
|
||||
azure-cli==2.50.0
|
||||
azure-core==1.28.0
|
||||
msgraph-core==0.2.2
|
Reference in New Issue
Block a user