mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Update az cli 2.47 (#2959)
* update az cli to fix bicep error deploying from ADO * update AZ CLI deps --------- Co-authored-by: George Pollard <gpollard@microsoft.com>
This commit is contained in:
@ -7,12 +7,12 @@ asciimatics~=1.13.0
|
|||||||
pydantic~=1.8.1 --no-binary=pydantic
|
pydantic~=1.8.1 --no-binary=pydantic
|
||||||
memoization~=0.4.0
|
memoization~=0.4.0
|
||||||
msrestazure==0.6.4
|
msrestazure==0.6.4
|
||||||
azure-storage-blob~=12.8
|
azure-storage-blob==12.14.1
|
||||||
azure-applicationinsights==0.1.0
|
azure-applicationinsights==0.1.0
|
||||||
tenacity==8.0.1
|
tenacity==8.0.1
|
||||||
docstring_parser==0.8.1
|
docstring_parser==0.8.1
|
||||||
azure-identity==1.10.0
|
azure-identity==1.10.0
|
||||||
azure-cli-core==2.46.0
|
azure-cli-core==2.47.0
|
||||||
PyJWT>=2.4.0
|
PyJWT>=2.4.0
|
||||||
# install rsa version >=4.7 to fix CVE-2020-25658
|
# install rsa version >=4.7 to fix CVE-2020-25658
|
||||||
rsa>=4.7
|
rsa>=4.7
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
azure-cli-core==2.46.0
|
azure-cli-core==2.47.0
|
||||||
azure-cli==2.46.0
|
azure-cli==2.47.0
|
||||||
azure-identity==1.10.0
|
azure-identity==1.10.0
|
||||||
azure-cosmosdb-table==1.0.6
|
azure-cosmosdb-table==1.0.6
|
||||||
azure-mgmt-eventgrid==10.2.0b2
|
azure-mgmt-eventgrid==10.2.0b2
|
||||||
azure-mgmt-resource==21.1.0b1
|
azure-mgmt-resource==22.0.0
|
||||||
azure-mgmt-storage==21.0.0
|
azure-mgmt-storage==21.0.0
|
||||||
azure-storage-blob==12.13.1
|
azure-storage-blob==12.14.1
|
||||||
pyfunctional==1.4.3
|
pyfunctional==1.4.3
|
||||||
pyopenssl==22.0.0
|
pyopenssl==22.0.0
|
||||||
adal~=1.2.7
|
adal~=1.2.7
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
azure-mgmt-storage~=19.0.0
|
azure-mgmt-storage~=19.0.0
|
||||||
azure-cli-core==2.46.0
|
azure-cli-core==2.47.0
|
||||||
azure-mgmt-eventgrid==3.0.0rc9
|
azure-mgmt-eventgrid==3.0.0rc9
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
azure-common~=1.1.25
|
azure-common~=1.1.25
|
||||||
azure-identity==1.10.0
|
azure-identity==1.10.0
|
||||||
PyGithub==1.56
|
PyGithub==1.56
|
||||||
azure-cli-core==2.46.0
|
azure-cli-core==2.47.0
|
||||||
msgraph-core==0.2.2
|
msgraph-core==0.2.2
|
||||||
|
Reference in New Issue
Block a user