schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
service-schema.json
files
Files
{"type": "string", "ignoreCase": "key"}
service-schema.json
authType
Authentication Method
{"ignoreCase": "all", "enum": ["ServiceEndpoint", "UserAndPass"]}
service-schema.json
serviceEndpoint
Service Connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
username
Username
{"type": "string", "ignoreCase": "key"}
service-schema.json
password
Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
url
URL
{"type": "string", "ignoreCase": "key"}
service-schema.json
remotePath
Remote Directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
options
Optional Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
redirectStderr
Redirect Standard Error to Standard Out
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Azure App Service Settings Update/Add App settings an Azure Web App for Linux or Windows
{"ignoreCase": "value", "pattern": "^AzureAppServiceSettings@1$"}
service-schema.json
inputs
Azure App Service Settings inputs
{"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "appName": {"type": "string", "ignoreCase": "key"}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key"}, "appSettings": {"type": "string", "ignoreCase": "key"}, "generalSettings": {"type": "string", "ignoreCase": "key"}, "connectionStrings": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "appName", "resourceGroupName"]}
service-schema.json
azureSubscription
Azure subscription
{"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}
service-schema.json
appName
App Service name
{"type": "string", "ignoreCase": "key"}
service-schema.json
resourceGroupName
Resource group
{"type": "string", "ignoreCase": "key"}
service-schema.json
slotName
Slot
{"type": "string", "ignoreCase": "key"}
service-schema.json
appSettings
App settings
{"type": "string", "ignoreCase": "key"}
service-schema.json
generalSettings
General settings
{"type": "string", "ignoreCase": "key"}
service-schema.json
connectionStrings
Connection Strings
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Universal packages Download or publish Universal Packages
{"ignoreCase": "value", "pattern": "^UniversalPackages@0$"}
service-schema.json
inputs
Universal packages inputs
{"properties": {"command": {"ignoreCase": "all", "enum": ["download", "publish"]}, "downloadDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["downloadDirectory"]}, "feedsToUse": {"ignoreCase": "all", "enum": ["internal", "external"], "aliases": ["internalOrExternalDownload"]}, "externalFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}, "vstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedListDownload"]}, "vstsFeedPackage": {"type": "string", "ignoreCase": "key", "aliases": ["packageListDownload"]}, "vstsPackageVersion": {"type": "string", "ignoreCase": "key", "aliases": ["versionListDownload"]}, "feedDownloadExternal": {"type": "string", "ignoreCase": "key"}, "packageDownloadExternal": {"type": "string", "ignoreCase": "key"}, "versionDownloadExternal": {"type": "string", "ignoreCase": "key"}, "publishDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["publishDirectory"]}, "feedsToUsePublish": {"ignoreCase": "all", "enum": ["internal", "external"], "aliases": ["internalOrExternalPublish"]}, "publishFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "vstsFeedPublish": {"type": "string", "ignoreCase": "key", "aliases": ["feedListPublish"]}, "publishPackageMetadata": {"type": "boolean", "ignoreCase": "key"}, "vstsFeedPackagePublish": {"type": "string", "ignoreCase": "key", "aliases": ["packageListPublish"]}, "feedPublishExternal": {"type": "string", "ignoreCase": "key"}, "packagePublishExternal": {"type": "string", "ignoreCase": "key"}, "versionOption": {"ignoreCase": "all", "enum": ["major", "minor", "patch", "custom"], "aliases": ["versionPublishSelector"]}, "versionPublish": {"type": "string", "ignoreCase": "key"}, "packagePublishDescription": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["None", "Trace", "Debug", "Information", "Warning", "Error", "Critical"]}, "publishedPackageVar": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
command
Command
{"ignoreCase": "all", "enum": ["download", "publish"]}
service-schema.json
downloadDirectory
Destination directory
{"type": "string", "ignoreCase": "key", "aliases": ["downloadDirectory"]}
service-schema.json
feedsToUse
Feed location
{"ignoreCase": "all", "enum": ["internal", "external"], "aliases": ["internalOrExternalDownload"]}
service-schema.json
externalFeedCredentials
organization/collection connection
{"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}
service-schema.json
vstsFeed
Feed
{"type": "string", "ignoreCase": "key", "aliases": ["feedListDownload"]}
service-schema.json
vstsFeedPackage
Package name
{"type": "string", "ignoreCase": "key", "aliases": ["packageListDownload"]}
service-schema.json
vstsPackageVersion
Version
{"type": "string", "ignoreCase": "key", "aliases": ["versionListDownload"]}
service-schema.json
feedDownloadExternal
Feed (or Project/Feed if the feed was created in a project)
{"type": "string", "ignoreCase": "key"}
service-schema.json
packageDownloadExternal
Package name
{"type": "string", "ignoreCase": "key"}
service-schema.json
versionDownloadExternal
Version
{"type": "string", "ignoreCase": "key"}
service-schema.json
publishDirectory
Path to file(s) to publish
{"type": "string", "ignoreCase": "key", "aliases": ["publishDirectory"]}
service-schema.json
feedsToUsePublish
Feed location
{"ignoreCase": "all", "enum": ["internal", "external"], "aliases": ["internalOrExternalPublish"]}
service-schema.json
publishFeedCredentials
organization/collection connection
{"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}
service-schema.json
vstsFeedPublish
Destination Feed
{"type": "string", "ignoreCase": "key", "aliases": ["feedListPublish"]}
service-schema.json
publishPackageMetadata
Publish pipeline metadata
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
vstsFeedPackagePublish
Package name
{"type": "string", "ignoreCase": "key", "aliases": ["packageListPublish"]}
service-schema.json
feedPublishExternal
Feed (or Project/Feed if the feed was created in a project)
{"type": "string", "ignoreCase": "key"}
service-schema.json
packagePublishExternal
Package name
{"type": "string", "ignoreCase": "key"}
service-schema.json
versionOption
Version
{"ignoreCase": "all", "enum": ["major", "minor", "patch", "custom"], "aliases": ["versionPublishSelector"]}
service-schema.json
versionPublish
Custom version
{"type": "string", "ignoreCase": "key"}
service-schema.json
packagePublishDescription
Description
{"type": "string", "ignoreCase": "key"}
service-schema.json
verbosity
Verbosity
{"ignoreCase": "all", "enum": ["None", "Trace", "Debug", "Information", "Warning", "Error", "Critical"]}
service-schema.json
publishedPackageVar
Package Output Variable
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Check Azure Policy compliance Security and compliance assessment for Azure Policy
{"ignoreCase": "value", "pattern": "^AzurePolicyCheckGate@0$"}
service-schema.json
inputs
Check Azure Policy compliance inputs
{"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "Resources": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}
service-schema.json
azureSubscription
Azure subscription
{"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}
service-schema.json
ResourceGroupName
Resource group
{"type": "string", "ignoreCase": "key"}
service-schema.json
Resources
Resource name
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Azure Function on Kubernetes Deploy Azure function to Kubernetes cluster.
{"ignoreCase": "value", "pattern": "^AzureFunctionOnKubernetes@0$"}
service-schema.json
inputs
Azure Function on Kubernetes inputs
{"properties": {"dockerRegistryServiceConnection": {"type": "string", "ignoreCase": "key"}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key"}, "namespace": {"type": "string", "ignoreCase": "key"}, "secretName": {"type": "string", "ignoreCase": "key"}, "dockerHubNamespace": {"type": "string", "ignoreCase": "key"}, "appName": {"type": "string", "ignoreCase": "key"}, "functionRootDirectory": {"type": "string", "ignoreCase": "key"}, "waitForStability": {"type": "boolean", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["dockerRegistryServiceConnection", "kubernetesServiceConnection", "appName"]}
service-schema.json
dockerRegistryServiceConnection
Docker registry service connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
kubernetesServiceConnection
Kubernetes service connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
namespace
Kubernetes namespace
{"type": "string", "ignoreCase": "key"}
service-schema.json
secretName
Secret Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
dockerHubNamespace
Docker Hub namespace
{"type": "string", "ignoreCase": "key"}
service-schema.json
appName
Application Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
functionRootDirectory
Function root directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
waitForStability
Wait for stability
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Azure Function on Kubernetes Deploy Azure function to Kubernetes cluster.
{"ignoreCase": "value", "pattern": "^AzureFunctionOnKubernetes@1$"}
service-schema.json
inputs
Azure Function on Kubernetes inputs
{"properties": {"connectionType": {"ignoreCase": "all", "enum": ["Azure Resource Manager", "Kubernetes Service Connection"]}, "dockerRegistryServiceConnection": {"type": "string", "ignoreCase": "key"}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}, "azureSubscriptionConnection": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureResourceGroup": {"type": "string", "ignoreCase": "key"}, "kubernetesCluster": {"type": "string", "ignoreCase": "key"}, "namespace": {"type": "string", "ignoreCase": "key"}, "secretName": {"type": "string", "ignoreCase": "key"}, "dockerHubNamespace": {"type": "string", "ignoreCase": "key"}, "appName": {"type": "string", "ignoreCase": "key"}, "functionRootDirectory": {"type": "string", "ignoreCase": "key"}, "waitForStability": {"type": "boolean", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["dockerRegistryServiceConnection", "appName"]}
service-schema.json
connectionType
Service connection type
{"ignoreCase": "all", "enum": ["Azure Resource Manager", "Kubernetes Service Connection"]}
service-schema.json
dockerRegistryServiceConnection
Docker registry service connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
kubernetesServiceConnection
Kubernetes service connection
{"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}
service-schema.json
azureSubscriptionConnection
Azure subscription
{"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}
service-schema.json
azureResourceGroup
Resource group
{"type": "string", "ignoreCase": "key"}
service-schema.json
kubernetesCluster
Kubernetes cluster
{"type": "string", "ignoreCase": "key"}
service-schema.json
namespace
Kubernetes namespace
{"type": "string", "ignoreCase": "key"}
service-schema.json
secretName
Secret Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
dockerHubNamespace
Docker Hub namespace
{"type": "string", "ignoreCase": "key"}
service-schema.json
appName
Application Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
functionRootDirectory
Function root directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
waitForStability
Wait for stability
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Bash Run a Bash script on macOS, Linux, or Windows
{"ignoreCase": "value", "pattern": "^Bash@3$"}
service-schema.json
inputs
Bash inputs
{"properties": {"targetType": {"ignoreCase": "all", "enum": ["filePath", "inline"]}, "filePath": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "script": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}, "bashEnvValue": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
targetType
Type
{"ignoreCase": "all", "enum": ["filePath", "inline"]}
service-schema.json
filePath
Script Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
script
Script
{"type": "string", "ignoreCase": "key"}
service-schema.json
workingDirectory
Working Directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
failOnStderr
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
bashEnvValue
Set value for BASH_ENV environment variable
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Shell script Run a shell script using Bash
{"ignoreCase": "value", "pattern": "^ShellScript@2$"}
service-schema.json
inputs
Shell script inputs
{"properties": {"scriptPath": {"type": "string", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "disableAutoCwd": {"type": "boolean", "ignoreCase": "key"}, "cwd": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["scriptPath"]}
service-schema.json
scriptPath
Script Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
args
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
disableAutoCwd
Specify Working Directory
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
cwd
Working Directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
failOnStandardError
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Publish build artifacts Publish build artifacts to Azure Pipelines or a Windows file share
{"ignoreCase": "value", "pattern": "^PublishBuildArtifacts@1$"}
service-schema.json
inputs
Publish build artifacts inputs
{"properties": {"PathtoPublish": {"type": "string", "ignoreCase": "key"}, "ArtifactName": {"type": "string", "ignoreCase": "key"}, "publishLocation": {"ignoreCase": "all", "enum": ["Container", "FilePath"], "aliases": ["ArtifactType"]}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "Parallel": {"type": "boolean", "ignoreCase": "key"}, "ParallelCount": {"type": "integer", "ignoreCase": "key"}, "FileCopyOptions": {"type": "string", "ignoreCase": "key"}, "StoreAsTar": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
PathtoPublish
Path to publish
{"type": "string", "ignoreCase": "key"}
service-schema.json
ArtifactName
Artifact name
{"type": "string", "ignoreCase": "key"}
service-schema.json
publishLocation
Artifact publish location
{"ignoreCase": "all", "enum": ["Container", "FilePath"], "aliases": ["ArtifactType"]}
service-schema.json
TargetPath
File share path
{"type": "string", "ignoreCase": "key"}
service-schema.json
Parallel
Parallel copy
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
ParallelCount
Parallel count
{"type": "integer", "ignoreCase": "key"}
service-schema.json
FileCopyOptions
File copy options
{"type": "string", "ignoreCase": "key"}
service-schema.json
StoreAsTar
Tar the artifact before uploading
{"type": "boolean", "ignoreCase": "key"}