Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
543 stars 372 forks source link

[BUG] DeprecationWarning: distro.linux_distribution() is deprecated #3216

Open waldiTM opened 2 months ago

waldiTM commented 2 months ago

Describe the bug: A clear and concise description of what the bug is.

azurelinuxagent/common/future.py:106
  /build/source/azurelinuxagent/common/future.py:106: DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead.
    distro.linux_distribution(

Distro and WALinuxAgent details (please complete the following information): Python 3.12