schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
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
customDeployFolder
Custom Deploy Folder
{"type": "string", "ignoreCase": "key"}
service-schema.json
runtimeStack
Runtime stack
{"type": "string", "ignoreCase": "key"}
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
Azure CLI Run Azure CLI commands against an Azure subscription in a Shell script when running on Linux agent or Batch script when running on Windows agent.
{"ignoreCase": "value", "pattern": "^AzureCLI@1$"}
service-schema.json
inputs
Azure CLI inputs
{"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM"]}, "scriptLocation": {"ignoreCase": "all", "enum": ["inlineScript", "scriptPath"]}, "scriptPath": {"type": "string", "ignoreCase": "key"}, "inlineScript": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key", "aliases": ["args"]}, "addSpnToEnvironment": {"type": "boolean", "ignoreCase": "key"}, "useGlobalConfig": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}
service-schema.json
azureSubscription
Azure subscription
{"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM"]}
service-schema.json
scriptLocation
Script Location
{"ignoreCase": "all", "enum": ["inlineScript", "scriptPath"]}
service-schema.json
scriptPath
Script Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
inlineScript
Inline Script
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key", "aliases": ["args"]}
service-schema.json
addSpnToEnvironment
Access service principal details in script
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
useGlobalConfig
Use global Azure CLI configuration
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
workingDirectory
Working Directory
{"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}
service-schema.json
failOnStandardError
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Azure CLI Preview Run a Shell or Batch script with Azure CLI commands against an azure subscription
{"ignoreCase": "value", "pattern": "^AzureCLI@0$"}
service-schema.json
inputs
Azure CLI Preview inputs
{"properties": {"connectedServiceNameSelector": {"ignoreCase": "all", "enum": ["connectedServiceName", "connectedServiceNameARM"]}, "connectedServiceNameARM": {"type": "string", "ignoreCase": "key"}, "connectedServiceName": {"type": "string", "ignoreCase": "key"}, "scriptLocation": {"ignoreCase": "all", "enum": ["inlineScript", "scriptPath"]}, "scriptPath": {"type": "string", "ignoreCase": "key"}, "inlineScript": {"type": "string", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "cwd": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
connectedServiceNameSelector
Azure Connection Type
{"ignoreCase": "all", "enum": ["connectedServiceName", "connectedServiceNameARM"]}
service-schema.json
connectedServiceNameARM
AzureRM Subscription
{"type": "string", "ignoreCase": "key"}
service-schema.json
connectedServiceName
Azure Classic Subscription
{"type": "string", "ignoreCase": "key"}
service-schema.json
scriptLocation
Script Location
{"ignoreCase": "all", "enum": ["inlineScript", "scriptPath"]}
service-schema.json
scriptPath
Script Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
inlineScript
Inline Script
{"type": "string", "ignoreCase": "key"}
service-schema.json
args
Arguments
{"type": "string", "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
Azure CLI Run Azure CLI commands against an Azure subscription in a PowerShell Core/Shell script when running on Linux agent or PowerShell/PowerShell Core/Batch script when running on Windows agent.
{"ignoreCase": "value", "pattern": "^AzureCLI@2$"}
service-schema.json
inputs
Azure CLI inputs
{"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM"]}, "scriptType": {"ignoreCase": "all", "enum": ["ps", "pscore", "batch", "bash"]}, "scriptLocation": {"ignoreCase": "all", "enum": ["inlineScript", "scriptPath"]}, "scriptPath": {"type": "string", "ignoreCase": "key"}, "inlineScript": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key", "aliases": ["scriptArguments"]}, "powerShellErrorActionPreference": {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}, "addSpnToEnvironment": {"type": "boolean", "ignoreCase": "key"}, "useGlobalConfig": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}, "powerShellIgnoreLASTEXITCODE": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "scriptType"]}
service-schema.json
azureSubscription
Azure Resource Manager connection
{"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM"]}
service-schema.json
scriptType
Script Type
{"ignoreCase": "all", "enum": ["ps", "pscore", "batch", "bash"]}
service-schema.json
scriptLocation
Script Location
{"ignoreCase": "all", "enum": ["inlineScript", "scriptPath"]}
service-schema.json
scriptPath
Script Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
inlineScript
Inline Script
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Script Arguments
{"type": "string", "ignoreCase": "key", "aliases": ["scriptArguments"]}
service-schema.json
powerShellErrorActionPreference
ErrorActionPreference
{"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}
service-schema.json
addSpnToEnvironment
Access service principal details in script
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
useGlobalConfig
Use global Azure CLI configuration
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
workingDirectory
Working Directory
{"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}
service-schema.json
failOnStandardError
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
powerShellIgnoreLASTEXITCODE
Ignore $LASTEXITCODE
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
GitHub Release Create, edit, or delete a GitHub release
{"ignoreCase": "value", "pattern": "^GitHubRelease@1$"}
service-schema.json
inputs
GitHub Release inputs
{"properties": {"gitHubConnection": {"type": "string", "ignoreCase": "key"}, "repositoryName": {"type": "string", "ignoreCase": "key"}, "action": {"ignoreCase": "all", "enum": ["create", "edit", "delete"]}, "target": {"type": "string", "ignoreCase": "key"}, "tagSource": {"ignoreCase": "all", "enum": ["gitTag", "userSpecifiedTag"]}, "tagPattern": {"type": "string", "ignoreCase": "key"}, "tag": {"type": "string", "ignoreCase": "key"}, "releaseNotesSource": {"ignoreCase": "all", "enum": ["filePath", "inline"]}, "releaseNotesFilePath": {"type": "string", "ignoreCase": "key"}, "releaseNotesInline": {"type": "string", "ignoreCase": "key"}, "assets": {"type": "string", "ignoreCase": "key"}, "assetUploadMode": {"ignoreCase": "all", "enum": ["delete", "replace"]}, "isDraft": {"type": "boolean", "ignoreCase": "key"}, "isPreRelease": {"type": "boolean", "ignoreCase": "key"}, "addChangeLog": {"type": "boolean", "ignoreCase": "key"}, "changeLogCompareToRelease": {"ignoreCase": "all", "enum": ["lastFullRelease", "lastNonDraftRelease", "lastNonDraftReleaseByTag"]}, "changeLogCompareToReleaseTag": {"type": "string", "ignoreCase": "key"}, "changeLogType": {"ignoreCase": "all", "enum": ["commitBased", "issueBased"]}, "changeLogLabels": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["gitHubConnection"]}
service-schema.json
gitHubConnection
GitHub connection (OAuth or PAT)
{"type": "string", "ignoreCase": "key"}
service-schema.json
repositoryName
Repository
{"type": "string", "ignoreCase": "key"}
service-schema.json
action
Action
{"ignoreCase": "all", "enum": ["create", "edit", "delete"]}
service-schema.json
target
Target
{"type": "string", "ignoreCase": "key"}
service-schema.json
tagSource
Tag source
{"ignoreCase": "all", "enum": ["gitTag", "userSpecifiedTag"]}
service-schema.json
tagPattern
Tag Pattern
{"type": "string", "ignoreCase": "key"}
service-schema.json
tag
Tag
{"type": "string", "ignoreCase": "key"}
service-schema.json
title
Release title
{"type": "string", "ignoreCase": "key"}
service-schema.json
releaseNotesSource
Release notes source
{"ignoreCase": "all", "enum": ["filePath", "inline"]}
service-schema.json
releaseNotesFilePath
Release notes file path
{"type": "string", "ignoreCase": "key"}
service-schema.json
releaseNotesInline
Release notes
{"type": "string", "ignoreCase": "key"}
service-schema.json
assets
Assets
{"type": "string", "ignoreCase": "key"}
service-schema.json
assetUploadMode
Asset upload mode
{"ignoreCase": "all", "enum": ["delete", "replace"]}
service-schema.json
isDraft
Draft release
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
isPreRelease
Pre-release
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
addChangeLog
Add changelog
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
changeLogCompareToRelease
Compare to
{"ignoreCase": "all", "enum": ["lastFullRelease", "lastNonDraftRelease", "lastNonDraftReleaseByTag"]}
service-schema.json
changeLogCompareToReleaseTag
Release Tag
{"type": "string", "ignoreCase": "key"}
service-schema.json
changeLogType
Changelog type
{"ignoreCase": "all", "enum": ["commitBased", "issueBased"]}
service-schema.json
changeLogLabels
Categories
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
GitHub Release Create, edit, or delete a GitHub release
{"ignoreCase": "value", "pattern": "^GitHubRelease@0$"}
service-schema.json
inputs
GitHub Release inputs
{"properties": {"gitHubConnection": {"type": "string", "ignoreCase": "key"}, "repositoryName": {"type": "string", "ignoreCase": "key"}, "action": {"ignoreCase": "all", "enum": ["create", "edit", "delete"]}, "target": {"type": "string", "ignoreCase": "key"}, "tagSource": {"ignoreCase": "all", "enum": ["auto", "manual"]}, "tagPattern": {"type": "string", "ignoreCase": "key"}, "tag": {"type": "string", "ignoreCase": "key"}, "releaseNotesSource": {"ignoreCase": "all", "enum": ["file", "input"]}, "releaseNotesFile": {"type": "string", "ignoreCase": "key"}, "releaseNotes": {"type": "string", "ignoreCase": "key"}, "assets": {"type": "string", "ignoreCase": "key"}, "assetUploadMode": {"ignoreCase": "all", "enum": ["delete", "replace"]}, "isDraft": {"type": "boolean", "ignoreCase": "key"}, "isPreRelease": {"type": "boolean", "ignoreCase": "key"}, "addChangeLog": {"type": "boolean", "ignoreCase": "key"}, "changeLogCompareToRelease": {"ignoreCase": "all", "enum": ["lastFullRelease", "lastNonDraftRelease", "lastNonDraftReleaseByTag"]}, "changeLogCompareToReleaseTag": {"type": "string", "ignoreCase": "key"}, "changeLogType": {"ignoreCase": "all", "enum": ["commitBased", "issueBased"]}, "changeLogLabels": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["gitHubConnection"]}
service-schema.json
gitHubConnection
GitHub connection (OAuth or PAT)
{"type": "string", "ignoreCase": "key"}
service-schema.json
repositoryName
Repository
{"type": "string", "ignoreCase": "key"}
service-schema.json
action
Action
{"ignoreCase": "all", "enum": ["create", "edit", "delete"]}
service-schema.json
target
Target
{"type": "string", "ignoreCase": "key"}
service-schema.json
tagSource
Tag source
{"ignoreCase": "all", "enum": ["auto", "manual"]}
service-schema.json
tagPattern
Tag Pattern
{"type": "string", "ignoreCase": "key"}
service-schema.json
tag
Tag
{"type": "string", "ignoreCase": "key"}
service-schema.json
title
Release title
{"type": "string", "ignoreCase": "key"}
service-schema.json
releaseNotesSource
Release notes source
{"ignoreCase": "all", "enum": ["file", "input"]}
service-schema.json
releaseNotesFile
Release notes file path
{"type": "string", "ignoreCase": "key"}
service-schema.json
releaseNotes
Release notes
{"type": "string", "ignoreCase": "key"}
service-schema.json
assets
Assets
{"type": "string", "ignoreCase": "key"}
service-schema.json
assetUploadMode
Asset upload mode
{"ignoreCase": "all", "enum": ["delete", "replace"]}
service-schema.json
isDraft
Draft release
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
isPreRelease
Pre-release
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
addChangeLog
Add changelog
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
changeLogCompareToRelease
Compare to
{"ignoreCase": "all", "enum": ["lastFullRelease", "lastNonDraftRelease", "lastNonDraftReleaseByTag"]}
service-schema.json
changeLogCompareToReleaseTag
Release Tag
{"type": "string", "ignoreCase": "key"}
service-schema.json
changeLogType
Changelog type
{"ignoreCase": "all", "enum": ["commitBased", "issueBased"]}
service-schema.json
changeLogLabels
Categories
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
cURL Upload Files Use cURL to upload files with FTP, FTPS, SFTP, HTTP, and more.
{"ignoreCase": "value", "pattern": "^cURLUploader@1$"}
service-schema.json
inputs
cURL Upload Files inputs
{"properties": {"files": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "url": {"type": "string", "ignoreCase": "key"}, "options": {"type": "string", "ignoreCase": "key"}, "redirectStderr": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["files", "url"]}
service-schema.json
files
Files
{"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
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
cURL upload files Use cURL's supported protocols to upload files
{"ignoreCase": "value", "pattern": "^cURLUploader@2$"}
service-schema.json
inputs
cURL upload files inputs
{"properties": {"files": {"type": "string", "ignoreCase": "key"}, "authType": {"ignoreCase": "all", "enum": ["ServiceEndpoint", "UserAndPass"]}, "serviceEndpoint": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "url": {"type": "string", "ignoreCase": "key"}, "remotePath": {"type": "string", "ignoreCase": "key"}, "options": {"type": "string", "ignoreCase": "key"}, "redirectStderr": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["files"]}