Azure / Azure/azure-linux-extensions
constants.py missing Ubuntu 20 support
Open
- Dominant language
- Python
- Stars
- 333
- Forks
- 278
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
Source: https://docs.microsoft.com/en-us/azure/azure-monitor/agents/agents-overview

```
SUPPORTED_DISTROS = {
'debian' : ['9'],
'ubuntu' : ['16', '18'],
```
I'm assuming this is here because the agent hasn't worked on Ubuntu 20.04 in like a year even though is says it's supported? Any chance this is being fixed soon?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.