From 2156fe6ea3e8df82589725c24ceb83b03acd995a Mon Sep 17 00:00:00 2001 From: Kennedy Bushnell Date: Mon, 17 Aug 2026 14:40:04 -0700 Subject: [PATCH] AzureMonitorAgent: add SUSE 12 SP5 x86_64 support Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- AzureMonitorAgent/ama_tst/modules/install/supported_distros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AzureMonitorAgent/ama_tst/modules/install/supported_distros.py b/AzureMonitorAgent/ama_tst/modules/install/supported_distros.py index a0e3e340..1b00adfe 100644 --- a/AzureMonitorAgent/ama_tst/modules/install/supported_distros.py +++ b/AzureMonitorAgent/ama_tst/modules/install/supported_distros.py @@ -7,7 +7,7 @@ 'oracle' : ['7', '8', '9', '10'], 'ol' : ['7', '8', '9', '10'], # Oracle 'redhat' : ['7', '8', '9', '10'], # RHEL 'rocky' : ['8', '9', '10'], # Rocky - 'suse' : ['15', '16'], 'sles' : ['15', '16'], # SLES + 'suse' : ['12', '15', '16'], 'sles' : ['12', '15', '16'], # SLES 'ubuntu' : ['16.04', '18.04', '20.04', '22.04', '24.04', '26.04'], # Ubuntu }