Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paramiko warning running commands #509

Open
C-Wal opened this issue Nov 21, 2024 · 1 comment
Open

Paramiko warning running commands #509

C-Wal opened this issue Nov 21, 2024 · 1 comment

Comments

@C-Wal
Copy link

C-Wal commented Nov 21, 2024

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

Additional context

@C-Wal C-Wal added bug Something isn't working Triage-needed Triage needed by Cloud Shell team labels Nov 21, 2024
@mbifeld
Copy link
Member

mbifeld commented Dec 10, 2024

Hi @C-Wal , thank you for reporting this warning. Cloud Shell will update with the latest az cli package in January, and this warning may go away then. Additionally, the warning seems like a standard deprecation warning for a Paramiko module and not an issue that Cloud Shell can fix.

@mbifeld mbifeld added Priority 3 and removed bug Something isn't working Triage-needed Triage needed by Cloud Shell team labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants