Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6f25505
{Style} Refine style framework (#16258)
jiasli Jan 20, 2021
74ea23b
{Role} Remove code for classic events (#16581)
jiasli Jan 20, 2021
eb60100
[Profile] az login: Launch browser in WSL 2 (#16556)
jiasli Jan 20, 2021
ee405d3
{Monitor} Migrate monitor to track2 (#16551)
jsntcy Jan 20, 2021
b1c58d6
{Core} Use semver for azure-mgmt-core (#16074)
jonringer Jan 20, 2021
8b5b4a7
[Compute] New command group sshkey (#16331)
qwordy Jan 20, 2021
0e8d09d
{Role} az ad app credential list: Update help (#14513)
tikicoder Jan 20, 2021
bc02176
{Core} Add util function highlight_command (#16349)
houk-ms Jan 20, 2021
f58842b
Fix webapp nonetype errors (#16605)
calvinsID Jan 21, 2021
b1c1498
[Storage] Fix #16079: public blob gives error (#16578)
Juliehzl Jan 21, 2021
dd891a9
[Storage] GA Storage routing reference (#16550)
Juliehzl Jan 21, 2021
e3ec201
{Doc} Add more examples and install extensions part for airgapped clo…
fengzhou-msft Jan 22, 2021
97107f2
[AppService] az webapp up/create: better error handling of app name w…
calvinsID Jan 22, 2021
1c8caad
{Storage} Configure location mode in client (#16474)
Juliehzl Jan 22, 2021
b4c666c
[Storage] Fix #9158: Cannot generate a working SAS key from a policy …
Juliehzl Jan 22, 2021
58a247f
[KeyVault] `az keyvault key import`: Support `--curve` parameter for …
houk-ms Jan 22, 2021
ca313ac
[BACKUP] Add CRR functionality for IaaSVM and other CRR commands (#16…
akshayneema Jan 25, 2021
80216cc
[Keyvault] Fix #16318: deprecated/removed method in keyvault certific…
christianfosli Jan 25, 2021
8c61223
{Core} Config knack only once (#16634)
jiasli Jan 25, 2021
503c250
{Docs} Roadmap for track2 migration (#16532)
jsntcy Jan 25, 2021
378f521
[NetAppFiles] Update azure-mgmt-netapp version to 0.15.0 (#16467)
Jan 25, 2021
7e2f29a
[ACR] az acr connected-registry install: deprecate ACR_SYNC_TOKEN_USE…
rosanch Jan 26, 2021
2ac42d4
bump urllib3 (#16663)
fengzhou-msft Jan 26, 2021
c7155bb
{Packaging} Pin PyJWT to 1.7.1 (#16594)
jiasli Jan 26, 2021
d73236e
[Synapse] Add customer-managed key related cmdlets (#16224)
sunsw1994 Jan 26, 2021
8134e3b
[Network] Network virtual router rename (#16494)
kairu-ms Jan 27, 2021
ac430e7
[AKS] Add managed cluster stop/start bindings (#16599)
NickKeller Jan 27, 2021
6ab0ebf
{Compute} Update vm create examples (#16670)
qwordy Jan 27, 2021
9928d45
[SQL] Upgrade azure-mgmt-sql to 0.26.0 (#16618)
Juliehzl Jan 27, 2021
2e6a3c6
[Storage] Fix #16489: Upgrade azcopy to 10.8.0 (#16552)
Juliehzl Jan 27, 2021
73e7546
{AKS} AKS to LA final region map update for Azure Monitor for Contain…
bragi92 Jan 27, 2021
9ed4d32
[Extension] Support extension command prefix match for dynamic instal…
fengzhou-msft Jan 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
{Packaging} Pin PyJWT to 1.7.1 (Azure#16594)
  • Loading branch information
jiasli authored Jan 26, 2021
commit c7155bbc4009e1665c3ef8a65d4163493b6434b6
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'msal-extensions~=0.1.3',
'msrestazure>=0.6.3',
'paramiko>=2.0.8,<3.0.0',
'PyJWT',
'PyJWT==1.7.1',
'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612
'requests~=2.22',
'six~=1.12',
Expand Down