schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | inputs | Node.js tasks runner installer inputs | {"properties": {"nodeVersion": {"ignoreCase": "all", "enum": ["6", "10"], "aliases": ["runnerVersion", "installVersion"]}}, "additionalProperties": false, "required": []} |
service-schema.json | nodeVersion | Version of runner to install | {"ignoreCase": "all", "enum": ["6", "10"], "aliases": ["runnerVersion", "installVersion"]} |
service-schema.json | task | Xamarin License
[Deprecated] Upgrade to free version of Xamarin: https://store.xamarin.com | {"ignoreCase": "value", "pattern": "^XamarinLicense@1$"} |
service-schema.json | inputs | Xamarin License inputs | {"properties": {"action": {"ignoreCase": "all", "enum": ["Activate", "Deactivate"]}, "email": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "product": {"ignoreCase": "all", "enum": ["MA", "MT", "MM"]}, "timeout": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["email", "password"]} |
service-schema.json | action | Action | {"ignoreCase": "all", "enum": ["Activate", "Deactivate"]} |
service-schema.json | email | Email | {"type": "string", "ignoreCase": "key"} |
service-schema.json | password | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | product | Xamarin Product | {"ignoreCase": "all", "enum": ["MA", "MT", "MM"]} |
service-schema.json | timeout | Timeout in Seconds | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | NuGet authenticate
This version of the task is deprecated, use NuGetAuthenticateV1 instead. Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 2.1.400, or MSBuild >= 15.8.166.59604. | {"ignoreCase": "value", "pattern": "^NuGetAuthenticate@0$"} |
service-schema.json | inputs | NuGet authenticate inputs | {"properties": {"nuGetServiceConnections": {"type": "string", "ignoreCase": "key"}, "forceReinstallCredentialProvider": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | nuGetServiceConnections | Service connection credentials for feeds outside this organization | {"type": "string", "ignoreCase": "key"} |
service-schema.json | forceReinstallCredentialProvider | Reinstall the credential provider even if already installed | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | NuGet authenticate
Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 6, or MSBuild >= 15.8.166.59604 | {"ignoreCase": "value", "pattern": "^NuGetAuthenticate@1$"} |
service-schema.json | inputs | NuGet authenticate inputs | {"properties": {"nuGetServiceConnections": {"type": "string", "ignoreCase": "key"}, "forceReinstallCredentialProvider": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | nuGetServiceConnections | Service connection credentials for feeds outside this organization | {"type": "string", "ignoreCase": "key"} |
service-schema.json | forceReinstallCredentialProvider | Reinstall the credential provider even if already installed | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Download GitHub Nuget Packages
Restore your nuget packages using dotnet CLI | {"ignoreCase": "value", "pattern": "^DownloadGitHubNugetPackage@1$"} |
service-schema.json | inputs | Download GitHub Nuget Packages inputs | {"properties": {"packageName": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "externalFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "restoreDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}}, "additionalProperties": false, "required": ["packageName", "version"]} |
service-schema.json | packageName | Package Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | version | Package Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | externalFeedCredentials | Credentials for feed from GitHub | {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]} |
service-schema.json | restoreDirectory | Destination directory | {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]} |
service-schema.json | task | Maven Authenticate
Provides credentials for Azure Artifacts feeds and external maven repositories | {"ignoreCase": "value", "pattern": "^MavenAuthenticate@0$"} |
service-schema.json | inputs | Maven Authenticate inputs | {"properties": {"artifactsFeeds": {"type": "string", "ignoreCase": "key"}, "mavenServiceConnections": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | artifactsFeeds | Feeds | {"type": "string", "ignoreCase": "key"} |
service-schema.json | mavenServiceConnections | Credentials for repositories outside this organization/collection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Review App
Use this task under deploy phase provider to create a resource dynamically | {"ignoreCase": "value", "pattern": "^ReviewApp@0$"} |
service-schema.json | inputs | Review App inputs | {"properties": {"resourceName": {"type": "string", "ignoreCase": "key"}, "baseEnvironmentName": {"type": "string", "ignoreCase": "key"}, "reviewResourceName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["resourceName"]} |
service-schema.json | resourceName | Resource name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | baseEnvironmentName | Environment name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | reviewResourceName | Review Resource Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Java tool installer
Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME | {"ignoreCase": "value", "pattern": "^JavaToolInstaller@0$"} |
service-schema.json | inputs | Java tool installer inputs | {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x64", "x86"]}, "jdkSourceOption": {"ignoreCase": "all", "enum": ["AzureStorage", "LocalDirectory", "PreInstalled"]}, "jdkFile": {"type": "string", "ignoreCase": "key"}, "azureResourceManagerEndpoint": {"type": "string", "ignoreCase": "key"}, "azureStorageAccountName": {"type": "string", "ignoreCase": "key"}, "azureContainerName": {"type": "string", "ignoreCase": "key"}, "azureCommonVirtualFile": {"type": "string", "ignoreCase": "key"}, "jdkDestinationDirectory": {"type": "string", "ignoreCase": "key"}, "cleanDestinationDirectory": {"type": "boolean", "ignoreCase": "key"}, "createExtractDirectory": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["jdkArchitectureOption", "jdkSourceOption"]} |
service-schema.json | versionSpec | JDK version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | jdkArchitectureOption | JDK architecture | {"ignoreCase": "all", "enum": ["x64", "x86"]} |
service-schema.json | jdkSourceOption | JDK source | {"ignoreCase": "all", "enum": ["AzureStorage", "LocalDirectory", "PreInstalled"]} |
service-schema.json | jdkFile | JDK file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureResourceManagerEndpoint | Azure subscription | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureStorageAccountName | Storage account name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureContainerName | Container name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureCommonVirtualFile | Common virtual path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | jdkDestinationDirectory | Destination directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cleanDestinationDirectory | Clean destination directory | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | createExtractDirectory | Create directory for extracting | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Chef
Deploy to Chef environments by editing environment attributes | {"ignoreCase": "value", "pattern": "^Chef@1$"} |
service-schema.json | inputs | Chef inputs | {"properties": {"connectedServiceName": {"type": "string", "ignoreCase": "key"}, "Environment": {"type": "string", "ignoreCase": "key"}, "Attributes": {"type": "string", "ignoreCase": "key"}, "chefWaitTime": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["connectedServiceName", "Environment", "Attributes"]} |
service-schema.json | connectedServiceName | Chef Service Connection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Environment | Environment | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Attributes | Environment Attributes | {"type": "string", "ignoreCase": "key"} |
service-schema.json | chefWaitTime | Wait Time | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure Functions Deploy
Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications | {"ignoreCase": "value", "pattern": "^AzureFunctionApp@2$"} |
service-schema.json | inputs | Azure Functions Deploy inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key"}, "appType": {"ignoreCase": "all", "enum": ["functionApp", "functionAppLinux"]}, "appName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key"}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key"}, "package": {"type": "string", "ignoreCase": "key"}, "runtimeStack": {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "DOTNET|6.0", "DOTNET-ISOLATED|7.0", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "NODE|16", "NODE|18", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8", "PYTHON|3.9"]}, "appSettings": {"type": "string", "ignoreCase": "key"}, "deploymentMethod": {"ignoreCase": "all", "enum": ["auto", "zipDeploy", "runFromPackage"]}}, "additionalProperties": false, "required": ["azureSubscription", "appType", "appName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appType | App type | {"ignoreCase": "all", "enum": ["functionApp", "functionAppLinux"]} |
service-schema.json | appName | Azure Functions App name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deployToSlotOrASE | Deploy to Slot or App Service Environment | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | resourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | slotName | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | package | Package or folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runtimeStack | Runtime stack | {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "DOTNET|6.0", "DOTNET-ISOLATED|7.0", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "NODE|16", "NODE|18", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8", "PYTHON|3.9"]} |
service-schema.json | appSettings | App settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deploymentMethod | Deployment method | {"ignoreCase": "all", "enum": ["auto", "zipDeploy", "runFromPackage"]} |
service-schema.json | task | Azure Functions
Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications | {"ignoreCase": "value", "pattern": "^AzureFunctionApp@1$"} |
service-schema.json | inputs | Azure Functions inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key"}, "appType": {"ignoreCase": "all", "enum": ["functionApp", "functionAppLinux"]}, "appName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key"}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key"}, "package": {"type": "string", "ignoreCase": "key"}, "runtimeStack": {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "DOTNET|6.0", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "NODE|16", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8", "PYTHON|3.9"]}, "startUpCommand": {"type": "string", "ignoreCase": "key"}, "customWebConfig": {"type": "string", "ignoreCase": "key"}, "appSettings": {"type": "string", "ignoreCase": "key"}, "configurationStrings": {"type": "string", "ignoreCase": "key"}, "deploymentMethod": {"ignoreCase": "all", "enum": ["auto", "zipDeploy", "runFromPackage"]}}, "additionalProperties": false, "required": ["azureSubscription", "appType", "appName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appType | App type | {"ignoreCase": "all", "enum": ["functionApp", "functionAppLinux"]} |
service-schema.json | appName | Azure Functions App name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deployToSlotOrASE | Deploy to Slot or App Service Environment | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | resourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | slotName | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | package | Package or folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runtimeStack | Runtime stack | {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "DOTNET|6.0", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "NODE|16", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8", "PYTHON|3.9"]} |
service-schema.json | startUpCommand | Startup command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customWebConfig | Generate web.config parameters for Python, Node.js, Go and Java apps | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appSettings | App settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configurationStrings | Configuration settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deploymentMethod | Deployment method | {"ignoreCase": "all", "enum": ["auto", "zipDeploy", "runFromPackage"]} |
service-schema.json | task | npm authenticate (for task runners)
Don't use this task if you're also using the npm task. Provides npm credentials to an .npmrc file in your repository for the scope of the build. This enables npm task runners like gulp and Grunt to authenticate with private registries. | {"ignoreCase": "value", "pattern": "^npmAuthenticate@0$"} |
service-schema.json | inputs | npm authenticate (for task runners) inputs | {"properties": {"workingFile": {"type": "string", "ignoreCase": "key"}, "customEndpoint": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["workingFile"]} |
service-schema.json | workingFile | .npmrc file to authenticate | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customEndpoint | Credentials for registries outside this organization/collection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | MSBuild
Build with MSBuild | {"ignoreCase": "value", "pattern": "^MSBuild@1$"} |
service-schema.json | inputs | MSBuild inputs | {"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "msbuildLocationMethod": {"ignoreCase": "all", "enum": ["version", "location"]}, "msbuildVersion": {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "4.0"]}, "msbuildArchitecture": {"ignoreCase": "all", "enum": ["x86", "x64"]}, "msbuildLocation": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "msbuildArguments": {"type": "string", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "maximumCpuCount": {"type": "boolean", "ignoreCase": "key"}, "restoreNugetPackages": {"type": "boolean", "ignoreCase": "key"}, "logProjectEvents": {"type": "boolean", "ignoreCase": "key"}, "createLogFile": {"type": "boolean", "ignoreCase": "key"}, "logFileVerbosity": {"ignoreCase": "all", "enum": ["quiet", "minimal", "normal", "detailed", "diagnostic"]}}, "additionalProperties": false, "required": []} |
service-schema.json | solution | Project | {"type": "string", "ignoreCase": "key"} |
service-schema.json | msbuildLocationMethod | MSBuild | {"ignoreCase": "all", "enum": ["version", "location"]} |
service-schema.json | msbuildVersion | MSBuild Version | {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "4.0"]} |
service-schema.json | msbuildArchitecture | MSBuild Architecture | {"ignoreCase": "all", "enum": ["x86", "x64"]} |
service-schema.json | msbuildLocation | Path to MSBuild | {"type": "string", "ignoreCase": "key"} |
service-schema.json | platform | Platform | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configuration | Configuration | {"type": "string", "ignoreCase": "key"} |
service-schema.json | msbuildArguments | MSBuild Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | clean | Clean | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | maximumCpuCount | Build in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | restoreNugetPackages | Restore NuGet Packages | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | logProjectEvents | Record Project Details | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | createLogFile | Create Log File | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | logFileVerbosity | Log File Verbosity | {"ignoreCase": "all", "enum": ["quiet", "minimal", "normal", "detailed", "diagnostic"]} |
service-schema.json | task | Build machine image
Build a machine image using Packer, which may be used for Azure Virtual machine scale set deployment | {"ignoreCase": "value", "pattern": "^PackerBuild@0$"} |
service-schema.json | inputs | Build machine image inputs | {"properties": {"templateType": {"ignoreCase": "all", "enum": ["builtin", "custom"]}, "customTemplateLocation": {"type": "string", "ignoreCase": "key"}, "customTemplateParameters": {"type": "string", "ignoreCase": "key"}, "ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "location": {"type": "string", "ignoreCase": "key"}, "storageAccountName": {"type": "string", "ignoreCase": "key"}, "azureResourceGroup": {"type": "string", "ignoreCase": "key"}, "baseImageSource": {"ignoreCase": "all", "enum": ["default", "customVhd"]}, "baseImage": {"ignoreCase": "all", "enum": ["MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:windows", "MicrosoftWindowsServer:WindowsServer:2016-Datacenter:windows", "MicrosoftWindowsServer:WindowsServer:2012-Datacenter:windows", "MicrosoftWindowsServer:WindowsServer:2008-R2-SP1:windows", "Canonical:UbuntuServer:14.04.4-LTS:linux", "Canonical:UbuntuServer:16.04-LTS:linux", "RedHat:RHEL:7.2:linux", "RedHat:RHEL:6.8:linux", "OpenLogic:CentOS:7.2:linux", "OpenLogic:CentOS:6.8:linux", "credativ:Debian:8:linux", "credativ:Debian:7:linux", "SUSE:openSUSE-Leap:42.2:linux", "SUSE:SLES:12-SP2:linux", "SUSE:SLES:11-SP4:linux"]}, "customImageUrl": {"type": "string", "ignoreCase": "key"}, "customImageOSType": {"ignoreCase": "all", "enum": ["windows", "linux"]}, "packagePath": {"type": "string", "ignoreCase": "key"}, "deployScriptPath": {"type": "string", "ignoreCase": "key"}, "deployScriptArguments": {"type": "string", "ignoreCase": "key"}, "additionalBuilderParameters": {"type": "string", "ignoreCase": "key"}, "skipTempFileCleanupDuringVMDeprovision": {"type": "boolean", "ignoreCase": "key"}, "imageUri": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "location", "storageAccountName", "azureResourceGroup", "packagePath", "deployScriptPath"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.