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