Skip to content

Commit

Permalink
AMA is not supported on mariner
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford authored Dec 14, 2023
1 parent 5a41542 commit 039282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/lib/vm_extension_identifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, publisher: str, ext_type: str, version: str):

unsupported_distros: Dict[str, List[str]] = {
"Microsoft.OSTCExtensions.VMAccessForLinux": ["flatcar"],
"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent": ["flatcar"]
"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent": ["flatcar","mariner"]
}

def supports_distro(self, system_info: str) -> bool:
Expand Down

0 comments on commit 039282a

Please sign in to comment.