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

Commit

Permalink
Update az cli 2.47 (#2959)
Browse files Browse the repository at this point in the history
* update az cli to fix bicep error deploying from ADO

* update AZ CLI deps


---------

Co-authored-by: George Pollard <gpollard@microsoft.com>
  • Loading branch information
AdamL-Microsoft and Porges authored Apr 4, 2023
1 parent 810ccff commit b8f0327
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ asciimatics~=1.13.0
pydantic~=1.8.1 --no-binary=pydantic
memoization~=0.4.0
msrestazure==0.6.4
azure-storage-blob~=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.46.0
azure-cli-core==2.47.0
PyJWT>=2.4.0
# install rsa version >=4.7 to fix CVE-2020-25658
rsa>=4.7
Expand Down
8 changes: 4 additions & 4 deletions src/deployment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
azure-cli-core==2.46.0
azure-cli==2.46.0
azure-cli-core==2.47.0
azure-cli==2.47.0
azure-identity==1.10.0
azure-cosmosdb-table==1.0.6
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-storage-blob==12.13.1
azure-storage-blob==12.14.1
pyfunctional==1.4.3
pyopenssl==22.0.0
adal~=1.2.7
Expand Down
2 changes: 1 addition & 1 deletion src/utils/add-corpus-storage-accounts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-mgmt-storage~=19.0.0
azure-cli-core==2.46.0
azure-cli-core==2.47.0
azure-mgmt-eventgrid==3.0.0rc9
2 changes: 1 addition & 1 deletion src/utils/check-pr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-common~=1.1.25
azure-identity==1.10.0
PyGithub==1.56
azure-cli-core==2.46.0
azure-cli-core==2.47.0
msgraph-core==0.2.2

0 comments on commit b8f0327

Please sign in to comment.