Skip to content

Commit

Permalink
Fix verify_azuremonitoragent_linux for Azure Linux 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyapathak authored and LiliDeng committed Nov 18, 2024
1 parent d7ebb6e commit ceac54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft/testsuites/vm_extensions/AzureMonitorAgentLinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _is_supported_linux_distro(self, node: Node) -> bool:
Ubuntu: [16, 18, 20],
Suse: [12, 15],
SLES: [12, 15],
CBLMariner: [2],
CBLMariner: [2, 3],
}

supported_major_versions_arm64 = {
Expand All @@ -105,7 +105,7 @@ def _is_supported_linux_distro(self, node: Node) -> bool:
Debian: [11],
Ubuntu: [18, 20],
SLES: [15],
CBLMariner: [2],
CBLMariner: [2, 3],
}

for distro in supported_major_versions_x86_64:
Expand Down

0 comments on commit ceac54d

Please sign in to comment.