# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

LINUX_CONSUMPTION = 0
LINUX_DEDICATED = 1
WINDOWS = 2

PYTHON = "python"
NODE = "node"
DOTNET = "dotnet"
JAVA = "java"
POWERSHELL = "powershell"

SERVICE_ENDPOINT_DOMAIN = "dev.azure.com"
