-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
Description
To Reproduce
az webapp auth show -g rgname -n appname
Observed Behavior
/usr/lib64/az/lib/python3.9/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"cipher": algorithms.TripleDES,
/usr/lib64/az/lib/python3.9/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
Expected behavior
No warnings in the output from my command.
Is this specific to Cloud Shell?
I only use cloud shell
Interface information
https://portal.azure.com, via Edge on Windows 10