schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
service-schema.json
key
Function key
{"type": "string", "ignoreCase": "key"}
service-schema.json
method
Method
{"ignoreCase": "all", "enum": ["OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "PATCH"]}
service-schema.json
headers
Headers
{"type": "string", "ignoreCase": "key"}
service-schema.json
queryParameters
Query parameters
{"type": "string", "ignoreCase": "key"}
service-schema.json
body
Body
{"type": "string", "ignoreCase": "key"}
service-schema.json
waitForCompletion
Completion event
{"ignoreCase": "all", "enum": ["true", "false"]}
service-schema.json
successCriteria
Success criteria
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Invoke Azure Function Invoke Azure function as a part of your process.
{"ignoreCase": "value", "pattern": "^AzureFunction@0$"}
service-schema.json
inputs
Invoke Azure Function inputs
{"properties": {"function": {"type": "string", "ignoreCase": "key"}, "key": {"type": "string", "ignoreCase": "key"}, "method": {"ignoreCase": "all", "enum": ["OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "PATCH"]}, "headers": {"type": "string", "ignoreCase": "key"}, "queryParameters": {"type": "string", "ignoreCase": "key"}, "body": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"ignoreCase": "all", "enum": ["true", "false"]}, "successCriteria": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["function", "key"]}
service-schema.json
function
Azure function url
{"type": "string", "ignoreCase": "key"}
service-schema.json
key
Function key
{"type": "string", "ignoreCase": "key"}
service-schema.json
method
Method
{"ignoreCase": "all", "enum": ["OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "PATCH"]}
service-schema.json
headers
Headers
{"type": "string", "ignoreCase": "key"}
service-schema.json
queryParameters
Query parameters
{"type": "string", "ignoreCase": "key"}
service-schema.json
body
Body
{"type": "string", "ignoreCase": "key"}
service-schema.json
waitForCompletion
Complete based on
{"ignoreCase": "all", "enum": ["true", "false"]}
service-schema.json
successCriteria
Success criteria
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Download GitHub Release Downloads a GitHub Release from a repository
{"ignoreCase": "value", "pattern": "^DownloadGitHubRelease@0$"}
service-schema.json
inputs
Download GitHub Release inputs
{"properties": {"connection": {"type": "string", "ignoreCase": "key"}, "userRepository": {"type": "string", "ignoreCase": "key"}, "defaultVersionType": {"ignoreCase": "all", "enum": ["latest", "specificVersion", "specificTag"]}, "version": {"type": "string", "ignoreCase": "key"}, "itemPattern": {"type": "string", "ignoreCase": "key"}, "downloadPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["connection", "userRepository"]}
service-schema.json
connection
GitHub Connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
userRepository
Repository
{"type": "string", "ignoreCase": "key"}
service-schema.json
defaultVersionType
Default version
{"ignoreCase": "all", "enum": ["latest", "specificVersion", "specificTag"]}
service-schema.json
version
Release
{"type": "string", "ignoreCase": "key"}
service-schema.json
itemPattern
Item Pattern
{"type": "string", "ignoreCase": "key"}
service-schema.json
downloadPath
Destination directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
SSH Run shell commands or a script on a remote machine using SSH
{"ignoreCase": "value", "pattern": "^SSH@0$"}
service-schema.json
inputs
SSH inputs
{"properties": {"sshEndpoint": {"type": "string", "ignoreCase": "key"}, "runOptions": {"ignoreCase": "all", "enum": ["commands", "script", "inline"]}, "commands": {"type": "string", "ignoreCase": "key"}, "scriptPath": {"type": "string", "ignoreCase": "key"}, "inline": {"type": "string", "ignoreCase": "key"}, "interpreterCommand": {"type": "string", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "failOnStdErr": {"type": "boolean", "ignoreCase": "key"}, "interactiveSession": {"type": "boolean", "ignoreCase": "key"}, "readyTimeout": {"type": "string", "ignoreCase": "key"}, "interactiveKeyboardAuthentication": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["sshEndpoint"]}
service-schema.json
sshEndpoint
SSH service connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
runOptions
Run
{"ignoreCase": "all", "enum": ["commands", "script", "inline"]}
service-schema.json
commands
Commands
{"type": "string", "ignoreCase": "key"}
service-schema.json
scriptPath
Shell script path
{"type": "string", "ignoreCase": "key"}
service-schema.json
inline
Inline Script
{"type": "string", "ignoreCase": "key"}
service-schema.json
interpreterCommand
Interpreter command
{"type": "string", "ignoreCase": "key"}
service-schema.json
args
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
failOnStdErr
Fail on STDERR
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
interactiveSession
Enable interactive session
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
readyTimeout
SSH handshake timeout
{"type": "string", "ignoreCase": "key"}
service-schema.json
interactiveKeyboardAuthentication
Use interactive-keyboard authentication
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Publish pipeline artifact Publish a local directory or file as a named artifact for the current pipeline
{"ignoreCase": "value", "pattern": "^PublishPipelineArtifact@0$"}
service-schema.json
inputs
Publish pipeline artifact inputs
{"properties": {"artifactName": {"type": "string", "ignoreCase": "key"}, "targetPath": {"type": "string", "ignoreCase": "key"}, "properties": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["targetPath"]}
service-schema.json
artifactName
The name of this artifact
{"type": "string", "ignoreCase": "key"}
service-schema.json
targetPath
Path to publish
{"type": "string", "ignoreCase": "key"}
service-schema.json
properties
Custom properties
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Publish Pipeline Artifacts Publish (upload) a file or directory as a named artifact for the current run
{"ignoreCase": "value", "pattern": "^PublishPipelineArtifact@1$"}
service-schema.json
inputs
Publish Pipeline Artifacts inputs
{"properties": {"targetPath": {"type": "string", "ignoreCase": "key", "aliases": ["path"]}, "artifact": {"type": "string", "ignoreCase": "key", "aliases": ["artifactName"]}, "publishLocation": {"ignoreCase": "all", "enum": ["pipeline", "filepath"], "aliases": ["artifactType"]}, "fileSharePath": {"type": "string", "ignoreCase": "key"}, "parallel": {"type": "boolean", "ignoreCase": "key"}, "parallelCount": {"type": "integer", "ignoreCase": "key"}, "properties": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
targetPath
File or directory path
{"type": "string", "ignoreCase": "key", "aliases": ["path"]}
service-schema.json
artifact
Artifact name
{"type": "string", "ignoreCase": "key", "aliases": ["artifactName"]}
service-schema.json
publishLocation
Artifact publish location
{"ignoreCase": "all", "enum": ["pipeline", "filepath"], "aliases": ["artifactType"]}
service-schema.json
fileSharePath
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
properties
Custom properties
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
SonarQube for MSBuild - Begin Analysis [DEPRECATED] Fetch the Quality Profile from SonarQube to configure the analysis
{"ignoreCase": "value", "pattern": "^SonarQubePreBuild@1$"}
service-schema.json
inputs
SonarQube for MSBuild - Begin Analysis inputs
{"properties": {"projectKey": {"type": "string", "ignoreCase": "key"}, "projectName": {"type": "string", "ignoreCase": "key"}, "projectVersion": {"type": "string", "ignoreCase": "key"}, "connectedServiceName": {"type": "string", "ignoreCase": "key"}, "dbUrl": {"type": "string", "ignoreCase": "key"}, "dbUsername": {"type": "string", "ignoreCase": "key"}, "dbPassword": {"type": "string", "ignoreCase": "key"}, "cmdLineArgs": {"type": "string", "ignoreCase": "key"}, "configFile": {"type": "string", "ignoreCase": "key"}, "includeFullReport": {"type": "boolean", "ignoreCase": "key"}, "breakBuild": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["projectKey", "projectName", "connectedServiceName"]}
service-schema.json
projectKey
Project Key
{"type": "string", "ignoreCase": "key"}
service-schema.json
projectName
Project Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
projectVersion
Project Version
{"type": "string", "ignoreCase": "key"}
service-schema.json
connectedServiceName
SonarQube Endpoint
{"type": "string", "ignoreCase": "key"}
service-schema.json
dbUrl
Db Connection String
{"type": "string", "ignoreCase": "key"}
service-schema.json
dbUsername
Db UserName
{"type": "string", "ignoreCase": "key"}
service-schema.json
dbPassword
Db User Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
cmdLineArgs
Additional Settings
{"type": "string", "ignoreCase": "key"}
service-schema.json
configFile
Settings File
{"type": "string", "ignoreCase": "key"}
service-schema.json
includeFullReport
Include full analysis report in the build summary (SQ 5.3+)
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
breakBuild
Fail the build on quality gate failure (SQ 5.3+)
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Download artifacts from file share Download artifacts from a file share, like \\share\drop
{"ignoreCase": "value", "pattern": "^DownloadFileshareArtifacts@1$"}
service-schema.json
inputs
Download artifacts from file share inputs
{"properties": {"filesharePath": {"type": "string", "ignoreCase": "key"}, "artifactName": {"type": "string", "ignoreCase": "key"}, "itemPattern": {"type": "string", "ignoreCase": "key"}, "downloadPath": {"type": "string", "ignoreCase": "key"}, "parallelizationLimit": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["filesharePath", "artifactName"]}
service-schema.json
filesharePath
File share path
{"type": "string", "ignoreCase": "key"}
service-schema.json
artifactName
Artifact name
{"type": "string", "ignoreCase": "key"}
service-schema.json
itemPattern
Matching pattern
{"type": "string", "ignoreCase": "key"}
service-schema.json
downloadPath
Download path
{"type": "string", "ignoreCase": "key"}
service-schema.json
parallelizationLimit
Parallelization limit
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Kubectl Deploy, configure, update a Kubernetes cluster in Azure Container Service by running kubectl commands
{"ignoreCase": "value", "pattern": "^Kubernetes@0$"}
service-schema.json
inputs
Kubectl inputs
{"properties": {"kubernetesServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}, "namespace": {"type": "string", "ignoreCase": "key"}, "command": {"ignoreCase": "all", "enum": ["apply", "create", "delete", "exec", "expose", "get", "logs", "run", "set", "top"]}, "useConfigurationFile": {"type": "boolean", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "secretType": {"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]}, "secretArguments": {"type": "string", "ignoreCase": "key"}, "containerRegistryType": {"ignoreCase": "all", "enum": ["Azure Container Registry", "Container Registry"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpoint"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "secretName": {"type": "string", "ignoreCase": "key"}, "forceUpdate": {"type": "boolean", "ignoreCase": "key"}, "configMapName": {"type": "string", "ignoreCase": "key"}, "forceUpdateConfigMap": {"type": "boolean", "ignoreCase": "key"}, "useConfigMapFile": {"type": "boolean", "ignoreCase": "key"}, "configMapFile": {"type": "string", "ignoreCase": "key"}, "configMapArguments": {"type": "string", "ignoreCase": "key"}, "versionOrLocation": {"ignoreCase": "all", "enum": ["version", "location"]}, "versionSpec": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}, "specifyLocation": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "outputFormat": {"ignoreCase": "all", "enum": ["json", "yaml"]}, "kubectlOutput": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
kubernetesServiceConnection
Kubernetes service connection
{"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}
service-schema.json
namespace
Namespace
{"type": "string", "ignoreCase": "key"}
service-schema.json
command
Command
{"ignoreCase": "all", "enum": ["apply", "create", "delete", "exec", "expose", "get", "logs", "run", "set", "top"]}
service-schema.json
useConfigurationFile
Use Configuration files
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
configuration
Configuration file
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
secretType
Type of secret
{"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]}
service-schema.json
secretArguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
containerRegistryType
Container Registry type
{"ignoreCase": "all", "enum": ["Azure Container Registry", "Container Registry"]}
service-schema.json
dockerRegistryConnection
Docker Registry service connection
{"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpoint"]}
service-schema.json
azureSubscription
Azure subscription
{"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}
service-schema.json
azureContainerRegistry
Azure Container Registry
{"type": "string", "ignoreCase": "key"}
service-schema.json
secretName
Secret name
{"type": "string", "ignoreCase": "key"}
service-schema.json
forceUpdate
Force update secret
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
configMapName
ConfigMap name
{"type": "string", "ignoreCase": "key"}
service-schema.json
forceUpdateConfigMap
Force update configmap
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
useConfigMapFile
Use file
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
configMapFile
ConfigMap file
{"type": "string", "ignoreCase": "key"}
service-schema.json
configMapArguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
versionOrLocation
Kubectl
{"ignoreCase": "all", "enum": ["version", "location"]}
service-schema.json
versionSpec
Version spec
{"type": "string", "ignoreCase": "key"}
service-schema.json
checkLatest
Check for latest version
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
specifyLocation
Path to Kubectl
{"type": "string", "ignoreCase": "key"}
service-schema.json
workingDirectory
Working directory
{"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}
service-schema.json
outputFormat
Output format
{"ignoreCase": "all", "enum": ["json", "yaml"]}
service-schema.json
kubectlOutput
Output variable name
{"type": "string", "ignoreCase": "key"}