4 references to AzureLinux
Infrastructure.Common (4)
OSHelper.cs (3)
31
new Tuple<string, OSID>("azurelinux", OSID.
AzureLinux
),
32
new Tuple<string, OSID>("Mariner", OSID.
AzureLinux
), // CBL-Mariner (legacy name for Azure Linux)
53
new Tuple<string, OSID>("Microsoft Azure Linux", OSID.
AzureLinux
),
OsID.cs (1)
50
AnyUnix =
AzureLinux
| Debian | Fedora | OpenSUSE | OSX | RHEL | Ubuntu,