schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
component.json | locals | Local dependencies are already located on disk, these are not installed, but are however included in the builds, thus no versions need to be defined. Local components should be located in a directory specified within .paths. | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | remotes | The public component must not contain any remotes. | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | paths | The public component must not contain any paths. | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | templates | The templates array MUST provide the contents of each file as a require-able module. For example the following must provide the HTML string via require('user.html'). | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | license | The license string such as 'MIT' may be used for search output and other reporting, developers SHOULD specify this field | {"type": "string"} |
service-schema.json | A pipeline definition | {"$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [{}, {"type": "string", "pattern": "^$"}], "definitions": {"string": {"type": "string"}, "sequence": {"type": "array", "items": {}}, "mapping": {"type": "object", "additionalProperties": true}, "any": {"anyOf": [{"type": "string"}, {"type": "array", "items": {}}, {"type": "object", "additionalProperties": true}]}, "pipeline": {"anyOf": [{"type": "object", "properties": {"stages": {}, "pool": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "required": ["stages"]}, {"type": "object", "properties": {"extends": {}, "pool": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "required": ["extends"]}, {"type": "object", "properties": {"jobs": {}, "pool": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "required": ["jobs"]}, {"type": "object", "properties": {"phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "required": ["phases"]}, {"type": "object", "properties": {"strategy": {}, "continueOnError": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "steps": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "required": ["steps"]}, {"type": "object", "properties": {"continueOnError": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "steps": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "deprecationMessage": "This option is deprecated, use `job` (inside `jobs`) instead", "required": ["steps"]}, {"type": "object", "properties": {"continueOnError": {}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "steps": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false, "deprecationMessage": "This option is deprecated, use `job` (inside `jobs`) instead", "required": ["steps"]}]}, "pipelineBase": {"type": "object", "properties": {"name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "lockBehavior": {}}, "additionalProperties": false}, "pipelineTrigger": {"type": "object", "properties": {"trigger": {}, "name": {}, "appendCommitMessageToRunName": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "stages": {}, "jobs": {}, "extends": {}, "phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}, "strategy": {}, "continueOnError": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "steps": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "lockBehavior": {}}, "additionalProperties": false}, "pipelineParameters": {"type": "object", "properties": {"parameters": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "stages": {}, "jobs": {}, "extends": {}, "phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}, "strategy": {}, "continueOnError": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "steps": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "lockBehavior": {}}, "additionalProperties": false}, "pipelinePR": {"type": "object", "properties": {"pr": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "schedules": {}, "resources": {}, "variables": {}, "stages": {}, "jobs": {}, "extends": {}, "phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}, "strategy": {}, "continueOnError": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "steps": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "lockBehavior": {}}, "additionalProperties": false}, "pipelineSchedules": {"type": "object", "properties": {"schedules": {}, "name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "resources": {}, "variables": {}, "stages": {}, "jobs": {}, "extends": {}, "phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}, "strategy": {}, "continueOnError": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "steps": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "lockBehavior": {}}, "additionalProperties": false}, "pipelineAnyBase": {"type": "object", "properties": {"name": {}, "appendCommitMessageToRunName": {}, "trigger": {}, "parameters": {}, "pr": {}, "schedules": {}, "resources": {}, "variables": {}, "stages": {}, "jobs": {}, "extends": {}, "phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}, "strategy": {}, "continueOnError": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "steps": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "lockBehavior": {}}, "additionalProperties": false}, "pr": {"anyOf": [{"type": "string", "pattern": "^none$"}, {"type": "array", "items": {}}, {"type": "object", "properties": {"autoCancel": {}, "branches": {}, "paths": {}, "drafts": {}}, "additionalProperties": false}]}, "trigger": {"anyOf": [{"type": "string", "pattern": "^none$"}, {"type": "array", "items": {}}, {"type": "object", "properties": {"batch": {}, "branches": {}, "paths": {}, "tags": {}}, "additionalProperties": false}]}, "includeExcludeFilters": {"type": "object", "properties": {"include": {}, "exclude": {}}, "additionalProperties": false}, "includeExcludeStringFilters": {"anyOf": [{"type": "array", "items": {}}, {"type": "object", "properties": {"include": {}, "exclude": {}}, "additionalProperties": false}]}, "branchFilterArray": {"type": "array", "items": {}}, "branchFilter": {"type": "string", "pattern": "^[^\\/~\\^\\: \\[\\]\\\\]+(\\/[^\\/~\\^\\: \\[\\]\\\\]+)*$"}, "templateParameters": {"anyOf": [{"type": "array", "items": {}}, {"type": "object", "additionalProperties": true}]}, "templateParameter": {"type": "object", "properties": {"name": {}, "displayName": {}, "type": {}, "default": {}, "values": {}}, "additionalProperties": false, "firstProperty": ["name"]}, "templateParameterType": {"anyOf": [{"type": "string", "pattern": "^boolean$"}, {"type": "string", "pattern": "^container$"}, {"type": "string", "pattern": "^containerList$"}, {"type": "string", "pattern": "^deployment$"}, {"type": "string", "pattern": "^deploymentList$"}, {"type": "string", "pattern": "^job$"}, {"type": "string", "pattern": "^jobList$"}, {"type": "string", "pattern": "^legacyObject$"}, {"type": "string", "pattern": "^number$"}, {"type": "string", "pattern": "^object$"}, {"type": "string", "pattern": "^stage$"}, {"type": "string", "pattern": "^stageList$"}, {"type": "string", "pattern": "^step$"}, {"type": "string", "pattern": "^stepList$"}, {"type": "string", "pattern": "^string$"}]}, "pipelineTemplateParameters": {"type": "array", "items": {}}, "pipelineTemplateParameter": {"type": "object", "properties": {"name": {}, "displayName": {}, "type": {}, "default": {}, "values": {}}, "additionalProperties": false, "firstProperty": ["name"]}, "pipelineTemplateParameterType": {"anyOf": [{"type": "string", "pattern": "^boolean$"}, {"type": "string", "pattern": "^container$"}, {"type": "string", "pattern": "^containerList$"}, {"type": "string", "pattern": "^deployment$"}, {"type": "string", "pattern": "^deploymentList$"}, {"type": "string", "pattern": "^environment$"}, {"type": "string", "pattern": "^filePath$"}, {"type": "string", "pattern": "^job$"}, {"type": "string", "pattern": "^jobList$"}, {"type": "string", "pattern": "^number$"}, {"type": "string", "pattern": "^object$"}, {"type": "string", "pattern": "^pool$"}, {"type": "string", "pattern": "^secureFile$"}, {"type": "string", "pattern": "^serviceConnection$"}, {"type": "string", "pattern": "^stage$"}, {"type": "string", "pattern": "^stageList$"}, {"type": "string", "pattern": "^step$"}, {"type": "string", "pattern": "^stepList$"}, {"type": "string", "pattern": "^string$"}]}, "schedules": {"type": "array", "items": {}}, "schedule": {"type": "object", "properties": {"cron": {}, "displayName": {}, "branches": {}, "batch": {}, "always": {}}, "additionalProperties": false, "firstProperty": ["cron"]}, "resources": {"anyOf": [{"type": "object", "properties": {"builds": {}, "containers": {}, "pipelines": {}, "repositories": {}, "webhooks": {}, "packages": {}}, "additionalProperties": false}, {"type": "array", "items": {}}]}, "buildResources": {"type": "array", "items": {}}, "buildResource": {"type": "object", "properties": {"build": {}, "type": {}, "connection": {}, "source": {}, "version": {}, "branch": {}, "trigger": {}}, "additionalProperties": false, "firstProperty": ["build"], "required": ["build", "type", "connection", "source"]}, "buildResourceTrigger": {"anyOf": [{"type": "string", "pattern": "^none$"}, {"type": "string", "pattern": "^true$"}]}, "packageResources": {"type": "array", "items": {}}, "packageResource": {"type": "object", "properties": {"package": {}, "type": {}, "connection": {}, "name": {}, "version": {}, "tag": {}, "trigger": {}}, "additionalProperties": false, "firstProperty": ["package"], "required": ["package", "type", "connection", "name"]}, "packageResourceTrigger": {"anyOf": [{"type": "string", "pattern": "^none$"}, {"type": "string", "pattern": "^true$"}]}, "containerResources": {"type": "array", "items": {}}, "containerResource": {"type": "object", "properties": {"container": {}, "type": {}, "trigger": {}, "endpoint": {}, "env": {}, "image": {"examples": ["ubuntu:16.04", "windows:1803"]}, "mapDockerSocket": {}, "options": {}, "ports": {}, "volumes": {}, "mountReadOnly": {}}, "additionalProperties": true, "firstProperty": ["container"], "required": ["container", "image"]}, "containerArtifactType": {"anyOf": [{"type": "string", "ignoreCase": "value", "pattern": "^ACR$"}, {"type": "string"}]}, "containerResourceTrigger": {"anyOf": [{"type": "string", "pattern": "^none$"}, {"type": "string", "pattern": "^true$"}, {"type": "object", "properties": {"enabled": {}, "tags": {}}, "additionalProperties": false}]}, "pipelineResources": {"type": "array", "items": {}}, "pipelineResource": {"type": "object", "properties": {"pipeline": {}, "project": {}, "source": {}, "version": {}, "branch": {}, "tags": {}, "trigger": {}}, "additionalProperties": false, "firstProperty": ["pipeline"], "required": ["pipeline"]}, "pipelineResourceTrigger": {"anyOf": [{"type": "string", "pattern": "^none$"}, {"type": "string", "pattern": "^true$"}, {"type": "object", "properties": {"enabled": {}, "branches": {}, "stages": {}, "tags": {}}, "additionalProperties": false}]}, "triggerBranchFilter": {"anyOf": [{"type": "object", "properties": {"include": {}, "exclude": {}}, "additionalProperties": false}, {"type": "array", "items": {}}]}, "repositoryResources": {"type": "array", "items": {}}, "repositoryResource": {"type": "object", "properties": {"repository": {}, "endpoint": {}, "trigger": {}, "checkoutOptions": {"deprecationMessage": "This location is deprecated, `checkoutOptions` should be a peer of the `repository` keyword.", "doNotSuggest": true}, "ref": {}}, "additionalProperties": true, "firstProperty": ["repository"], "required": ["repository"]}, "repositoryCheckoutOptions": {"type": "object", "properties": {"clean": {"enum": ["true", "false"]}, "fetchDepth": {}, "fetchTags": {}, "lfs": {}, "submodules": {}, "persistCredentials": {}}, "additionalProperties": false}, "legacyResource": {"type": "object", "properties": {"repo": {}, "clean": {"enum": ["true", "false"]}, "fetchDepth": {}, "lfs": {}}, "additionalProperties": false, "firstProperty": ["repo"]}, "legacyRepoResourceAlias": {"type": "string", "pattern": "^self$"}, "webhookResources": {"type": "array", "items": {}}, "webhookResource": {"type": "object", "properties": {"webhook": {}, "connection": {}, "type": {}, "filters": {}}, "additionalProperties": false, "firstProperty": ["webhook"], "required": ["webhook", "connection"]}, "webhookFilters": {"type": "array", "items": {}}, "webhookFilter": {"type": "object", "properties": {"path": {}, "value": {}}, "additionalProperties": false, "firstProperty": ["path"], "required": ["path", "value"]}, "variablesTemplate": {"type": "object", "properties": {"parameters": {}, "variables": {}}, "additionalProperties": false}, "variables": {"anyOf": [{"type": "object", "additionalProperties": true}, {"type": "array", "items": {}}]}, "variable": {"anyOf": [{"type": "object", "properties": {"name": {}, "value": {}, "readonly": {}}, "additionalProperties": false, "firstProperty": ["name"]}, {"type": "object", "properties": {"group": {}}, "additionalProperties": false, "firstProperty": ["group"]}, {"type": "object", "properties": {"template": {}, "parameters": {}}, "additionalProperties": false, "firstProperty": ["template"]}]}, "stagesTemplate": {"type": "object", "properties": {"parameters": {}, "stages": {}}, "additionalProperties": false}, "stages": {"type": "array", "items": {}}, "stage": {"anyOf": [{"type": "object", "properties": {"stage": {}, "displayName": {}, "pool": {}, "dependsOn": {}, "condition": {}, "variables": {}, "jobs": {}, "lockBehavior": {}, "templateContext": {}}, "additionalProperties": false, "firstProperty": ["stage"]}, {"type": "object", "properties": {"template": {}, "parameters": {}}, "additionalProperties": false, "firstProperty": ["template"]}]}, "lockBehavior": {"anyOf": [{"type": "string", "pattern": "^sequential$"}, {"type": "string", "pattern": "^runLatest$"}]}, "extendsParameters": {"type": "array", "items": {}}, "extendsTemplate": {"anyOf": [{"type": "object", "properties": {"stages": {}, "trigger": {}, "resources": {}, "parameters": {}, "variables": {}}, "additionalProperties": false}, {"type": "object", "properties": {"jobs": {}, "trigger": {}, "resources": {}, "parameters": {}, "variables": {}}, "additionalProperties": false}, {"type": "object", "properties": {"steps": {}, "trigger": {}, "resources": {}, "parameters": {}, "variables": {}}, "additionalProperties": false}, {"type": "object", "properties": {"trigger": {}, "resources": {}, "parameters": {}, "extends": {}}, "additionalProperties": false}]}, "extendsTemplateBase": {"type": "object", "properties": {"trigger": {}, "resources": {}, "parameters": {}, "variables": {}}, "additionalProperties": false}, "parametersTemplate": {"anyOf": [{"type": "object", "properties": {"parameters": {}, "steps": {}}, "additionalProperties": false, "required": ["steps"]}, {"type": "object", "properties": {"parameters": {}, "jobs": {}}, "additionalProperties": false}, {"type": "object", "properties": {"parameters": {}, "stages": {}}, "additionalProperties": false}, {"type": "object", "properties": {"resources": {}, "parameters": {}, "extends": {}}, "additionalProperties": false, "required": ["extends"]}]}, "extends": {"type": "object", "properties": {"template": {}, "parameters": {}}, "additionalProperties": false}, "jobsTemplate": {"anyOf": [{"type": "object", "properties": {"parameters": {}, "jobs": {}}, "additionalProperties": false}, {"type": "object", "properties": {"parameters": {}, "phases": {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true}}, "additionalProperties": false}]}, "jobs": {"type": "array", "items": {}}, "job": {"anyOf": [{"type": "object", "properties": {"job": {}, "displayName": {}, "dependsOn": {}, "condition": {}, "continueOnError": {}, "timeoutInMinutes": {}, "cancelTimeoutInMinutes": {}, "variables": {}, "strategy": {}, "pool": {}, "container": {}, "services": {}, "workspace": {}, "uses": {}, "steps": {}, "templateContext": {}}, "additionalProperties": false, "firstProperty": ["job"]}, {"type": "object", "properties": {"deployment": {}, "displayName": {}, "dependsOn": {}, "condition": {}, "continueOnError": {}, "timeoutInMinutes": {}, "cancelTimeoutInMinutes": {}, "variables": {}, "pool": {}, "environment": {}, "strategy": {}, "workspace": {}, "uses": {}, "container": {}, "services": {}, "templateContext": {}}, "additionalProperties": false, "firstProperty": ["deployment"]}, {"type": "object", "properties": {"template": {}, "parameters": {}}, "additionalProperties": false, "firstProperty": ["template"]}]}, "explicitResources": {"type": "object", "properties": {"repositories": {}, "pools": {}}, "additionalProperties": false}, "pool": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"name": {}, "demands": {}}, "additionalProperties": true}]}, "poolDemands": {"anyOf": [{"type": "string"}, {"type": "array", "items": {}}]}, "jobContainer": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"alias": {}}, "additionalProperties": false}, {"type": "object", "properties": {"endpoint": {}, "env": {}, "image": {"examples": ["ubuntu:16.04", "windows:1803"]}, "mapDockerSocket": {}, "options": {}, "ports": {}, "volumes": {}, "mountReadOnly": {}}, "required": ["image"]}]}, "containerBase": {"type": "object", "properties": {"endpoint": {}, "env": {}, "image": {"examples": ["ubuntu:16.04", "windows:1803"]}, "mapDockerSocket": {}, "options": {}, "ports": {}, "volumes": {}, "mountReadOnly": {}}, "additionalProperties": false, "required": ["image"]}, "readOnlyMounts": {"type": "object", "properties": {"work": {}, "externals": {}, "tools": {}, "tasks": {}}, "additionalProperties": false}, "jobServices": {"type": "object", "additionalProperties": true}, "jobWorkspace": {"type": "object", "properties": {"clean": {"enum": ["outputs", "resources", "all"]}}, "additionalProperties": false}, "jobStrategy": {"anyOf": [{"type": "object", "properties": {"matrix": {}, "maxParallel": {}}, "additionalProperties": false}, {"type": "object", "properties": {"parallel": {}}, "additionalProperties": false}]}, "jobMatrix": {"anyOf": [{"type": "object", "additionalProperties": true, "minProperties": 1, "patternProperties": {"^[A-Za-z0-9_]+$": {}}}, {"type": "string"}]}, "matrixProperties": {"type": "object", "additionalProperties": true}, "deploymentEnvironment": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"name": {}, "resourceName": {}, "resourceId": {}, "resourceType": {}, "tags": {}}, "additionalProperties": false}]}, "deploymentStrategy": {"anyOf": [{"type": "object", "properties": {"runOnce": {}}, "additionalProperties": false}, {"type": "object", "properties": {"rolling": {}}, "additionalProperties": false}, {"type": "object", "properties": {"canary": {}}, "additionalProperties": false}]}, "preDeployHook": {"type": "object", "properties": {"steps": {}, "pool": {}}, "additionalProperties": false}, "deployHook": {"type": "object", "properties": {"steps": {}, "pool": {}}, "additionalProperties": false}, "routeTrafficHook": {"type": "object", "properties": {"steps": {}, "pool": {}}, "additionalProperties": false}, "postRouteTrafficHook": {"type": "object", "properties": {"steps": {}, "pool": {}}, "additionalProperties": false}, "onSuccessOrFailureHook": {"type": "object", "properties": {"failure": {}, "success": {}}, "additionalProperties": false}, "onFailureHook": {"type": "object", "properties": {"steps": {}, "pool": {}}, "additionalProperties": false}, "onSuccessHook": {"type": "object", "properties": {"steps": {}, "pool": {}}, "additionalProperties": false}, "runOnceDeploymentStrategy": {"type": "object", "properties": {"preDeploy": {}, "deploy": {}, "routeTraffic": {}, "postRouteTraffic": {}, "on": {}}, "additionalProperties": false}, "rollingDeploymentStrategy": {"type": "object", "properties": {"maxParallel": {}, "preDeploy": {}, "deploy": {}, "routeTraffic": {}, "postRouteTraffic": {}, "on": {}}, "additionalProperties": false}, "canaryDeploymentStrategy": {"type": "object", "properties": {"increments": {}, "preDeploy": {}, "deploy": {}, "routeTraffic": {}, "postRouteTraffic": {}, "on": {}}, "additionalProperties": false}, "canaryDeploymentIncrements": {"type": "array", "items": {}}, "phases": {"type": "array", "deprecationMessage": "This option is deprecated, use `jobs` instead", "items": {}}, "phase": {"deprecationMessage": "This option is deprecated, use `job` (inside `jobs`) instead", "anyOf": [{"type": "object", "properties": {"phase": {}, "dependsOn": {}, "displayName": {}, "condition": {}, "continueOnError": {}, "queue": {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true}, "variables": {}, "steps": {}}, "additionalProperties": false, "firstProperty": ["phase"]}, {"type": "object", "properties": {"phase": {}, "dependsOn": {}, "displayName": {}, "condition": {}, "continueOnError": {}, "server": {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true}, "variables": {}, "steps": {}}, "additionalProperties": false, "firstProperty": ["phase"]}, {"type": "object", "properties": {"template": {}, "parameters": {}}, "additionalProperties": false, "firstProperty": ["template"]}]}, "phaseQueueTarget": {"deprecationMessage": "This option is deprecated, use `pool` under `jobs` instead", "anyOf": [{"type": "string"}, {"type": "object", "properties": {"cancelTimeoutInMinutes": {}, "container": {}, "demands": {}, "matrix": {}, "name": {}, "parallel": {}, "timeoutInMinutes": {}, "workspace": {}}, "additionalProperties": false}]}, "phaseServerTarget": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"cancelTimeoutInMinutes": {}, "matrix": {}, "parallel": {}, "timeoutInMinutes": {}}, "additionalProperties": false}]}, "phaseTargetDemands": {"anyOf": [{"type": "string"}, {"type": "array", "items": {}}]}, "phaseTargetWorkspace": {"type": "object", "properties": {"clean": {"enum": ["outputs", "resources", "all"]}}, "additionalProperties": false}, "phaseTargetMatrix": {"anyOf": [{"type": "object", "additionalProperties": true}, {"type": "string"}], "minProperties": 1, "patternProperties": {"^[A-Za-z0-9_]+$": {}}}, "stepsTemplate": {"type": "object", "properties": {"parameters": {}, "steps": {}}, "additionalProperties": false}, "steps": {"type": "array", "items": {}}, "step": {"anyOf": [{"type": "object"}, {"type": "object", "properties": {"script": {}, "failOnStderr": {}, "workingDirectory": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["script"], "required": ["script"]}, {"type": "object", "properties": {"powershell": {}, "errorActionPreference": {}, "failOnStderr": {}, "ignoreLASTEXITCODE": {}, "workingDirectory": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["powershell"], "required": ["powershell"]}, {"type": "object", "properties": {"pwsh": {}, "errorActionPreference": {}, "failOnStderr": {}, "ignoreLASTEXITCODE": {}, "workingDirectory": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["pwsh"], "required": ["pwsh"]}, {"type": "object", "properties": {"bash": {}, "failOnStderr": {}, "workingDirectory": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["bash"], "required": ["bash"]}, {"type": "object", "properties": {"checkout": {}, "clean": {"enum": ["true", "false"]}, "fetchDepth": {}, "fetchTags": {}, "lfs": {}, "persistCredentials": {}, "submodules": {}, "path": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["checkout"]}, {"type": "object", "properties": {"download": {}, "artifact": {}, "patterns": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["download"], "required": ["download"]}, {"type": "object", "properties": {"downloadBuild": {}, "artifact": {}, "path": {}, "patterns": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["downloadBuild"]}, {"type": "object", "properties": {"getPackage": {}, "path": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["getPackage"]}, {"type": "object", "properties": {"upload": {"deprecationMessage": "This option is deprecated, use `publish` instead", "doNotSuggest": true}, "artifact": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["upload"]}, {"type": "object", "properties": {"publish": {}, "artifact": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["publish"]}, {"type": "object", "properties": {"template": {}, "parameters": {}}, "additionalProperties": false, "firstProperty": ["template"]}, {"type": "object", "properties": {"reviewApp": {}, "condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false, "firstProperty": ["reviewApp"]}]}, "stepTarget": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"container": {}, "commands": {"enum": ["any", "restricted"]}, "settableVariables": {}}, "additionalProperties": false}]}, "variableRestrictions": {"anyOf": [{"type": "string", "ignoreCase": "value", "pattern": "^none$"}, {"type": "array", "items": {}}]}, "jobDecoratorSteps": {"type": "object", "properties": {"steps": {}}, "additionalProperties": false}, "tasks": {"type": "array", "items": {}}, "taskBase": {"type": "object", "properties": {"condition": {}, "continueOnError": {}, "displayName": {}, "target": {}, "enabled": {}, "env": {}, "name": {}, "timeoutInMinutes": {}, "retryCountOnTaskFailure": {}}, "additionalProperties": false}, "jobContinueOnError": {"type": "string"}, "jobDependsOn": {"anyOf": [{"type": "string"}, {"type": "array", "items": {}}]}, "referenceName": {"type": "string", "pattern": "^[-_A-Za-z0-9]*$"}, "templateContext": {"type": "object", "additionalProperties": true}, "boolean": {"anyOf": [{"type": "string", "ignoreCase": "value", "pattern": "^true$"}, {"type": "string", "ignoreCase": "value", "pattern": "^y$"}, {"type": "string", "ignoreCase": "value", "pattern": "^yes$"}, {"type": "string", "ignoreCase": "value", "pattern": "^on$"}, {"type": "string", "ignoreCase": "value", "pattern": "^false$"}, {"type": "string", "ignoreCase": "value", "pattern": "^n$"}, {"type": "string", "ignoreCase": "value", "pattern": "^no$"}, {"type": "string", "ignoreCase": "value", "pattern": "^off$"}]}, "string_allowExpressions": {"type": "string"}, "nonEmptyString": {"type": "string"}, "sequenceOfNonEmptyString": {"type": "array", "items": {}}, "sequenceOfString_allowExpressions": {"type": "array", "items": {}}, "mappingOfStringString": {"type": "object", "additionalProperties": true}, "any_allowExpressions": {"anyOf": [{"type": "string"}, {"type": "array", "items": {}}, {"type": "object", "additionalProperties": true}]}, "task": {"type": "object", "properties": {"task": {"anyOf": [{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShell@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShell@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@4"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@5"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["MysqlDeploymentOnMachineGroup@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PipAuthenticate@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PipAuthenticate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@4"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@1"]}, {"deprecationMessage": "DotNetCoreCLI is deprecated - Build, test and publish using dotnet core command-line.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["DotNetCoreCLI@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DotNetCoreCLI@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DotNetCoreCLI@1"]}, {"deprecationMessage": "XamarinComponentRestore is deprecated - This task is deprecated. Use 'NuGet' instead.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XamarinComponentRestore@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureRmWebAppDeployment@4"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureRmWebAppDeployment@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureRmWebAppDeployment@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShellOnTargetMachines@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShellOnTargetMachines@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShellOnTargetMachines@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishCodeCoverageResults@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishCodeCoverageResults@1"]}, {"deprecationMessage": "RunVisualStudioTestsusingTestAgent is deprecated - Deprecated: This task and it\u2019s companion task (Visual Studio Test Agent Deployment) are deprecated. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent job setting. Use the 'Visual Studio Test Platform' task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["RunVisualStudioTestsusingTestAgent@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ManualIntervention@8"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleProvisioningProfile@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleProvisioningProfile@1"]}, {"deprecationMessage": "SonarQubePostTest is deprecated - [DEPRECATED] Finish the analysis and upload the results to SonarQube", "doNotSuggest": true, "ignoreCase": "value", "enum": ["SonarQubePostTest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PyPIPublisher@0"]}, {"deprecationMessage": "ChefKnife is deprecated - Run scripts with Knife commands on your Chef workstation", "doNotSuggest": true, "ignoreCase": "value", "enum": ["ChefKnife@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["GoTool@0"]}, {"deprecationMessage": "XcodePackageiOS is deprecated - Generate an .ipa file from Xcode build output using xcrun (Xcode 7 or below)", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XcodePackageiOS@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Go@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishPipelineMetadata@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Docker@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Docker@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Docker@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["JenkinsQueueJob@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["JenkinsQueueJob@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["FtpUpload@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["FtpUpload@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["WindowsMachineFileCopy@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["WindowsMachineFileCopy@2"]}, {"deprecationMessage": "AndroidBuild is deprecated - [Deprecated] Use Gradle", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AndroidBuild@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["TwineAuthenticate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["TwineAuthenticate@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["IISWebAppDeploymentOnMachineGroup@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PythonScript@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["HelmInstaller@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["HelmInstaller@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NodeTaskRunnerInstaller@0"]}, {"deprecationMessage": "XamarinLicense is deprecated - [Deprecated] Upgrade to free version of Xamarin: https://store.xamarin.com", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XamarinLicense@1"]}, {"deprecationMessage": "NuGetAuthenticate is deprecated - 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.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGetAuthenticate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetAuthenticate@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadGitHubNugetPackage@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["MavenAuthenticate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ReviewApp@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["JavaToolInstaller@0"]}, {"deprecationMessage": "Chef is deprecated - Deploy to Chef environments by editing environment attributes", "doNotSuggest": true, "ignoreCase": "value", "enum": ["Chef@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionApp@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionApp@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["npmAuthenticate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["MSBuild@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PackerBuild@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PackerBuild@1"]}, {"deprecationMessage": "NuGetPackager is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGetPackager@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DuffleInstaller@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricUpdateAppVersions@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricUpdateManifests@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureMonitor@1"]}, {"deprecationMessage": "AzureMonitor is deprecated - Observe the configured classic Azure Monitor rules for active alerts", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AzureMonitor@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureNLBManagement@1"]}, {"deprecationMessage": "ApacheJMeterLoadTest is deprecated - Run an Apache JMeter load test in the cloud", "doNotSuggest": true, "ignoreCase": "value", "enum": ["ApacheJMeterLoadTest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DockerCompose@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureMonitorAlerts@0"]}, {"deprecationMessage": "XamarinTestCloud is deprecated - [Deprecated] Test mobile apps with Xamarin Test Cloud using Xamarin.UITest. Instead, use the 'App Center test' task.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XamarinTestCloud@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricDeploy@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@5"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@4"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@2"]}, {"deprecationMessage": "NuGetPublisher is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGetPublisher@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["queryWorkItems@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureWebAppContainer@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["SqlDacpacDeploymentOnMachineGroup@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CacheBeta@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Cache@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CacheBeta@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CMake@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["VSMobileCenterTest@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AppCenterTest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadSecureFile@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureContainerApps@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["UseRubyVersion@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Grunt@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["SqlAzureDacpacDeployment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ContainerStructureTest@0"]}, {"deprecationMessage": "IISWebAppDeployment is deprecated - Deploy using MSDeploy, then create/update websites and app pools", "doNotSuggest": true, "ignoreCase": "value", "enum": ["IISWebAppDeployment@1"]}, {"deprecationMessage": "CloudLoadTest is deprecated - Run a load test in the cloud with Azure Pipelines", "doNotSuggest": true, "ignoreCase": "value", "enum": ["CloudLoadTest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["KubectlInstaller@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CmdLine@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CmdLine@2"]}, {"deprecationMessage": "NuGet is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGet@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ContainerBuild@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetCommand@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetInstaller@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetRestore@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Delay@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["XamariniOS@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["XamariniOS@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishTestResults@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishTestResults@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFileCopy@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFileCopy@4"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFileCopy@5"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFileCopy@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFileCopy@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishSymbols@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishSymbols@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CopyFilesOverSSH@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Gradle@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Gradle@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Gradle@1"]}, {"deprecationMessage": "AppCenterDistribute is deprecated - Distribute app builds to testers and users via Visual Studio App Center", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AppCenterDistribute@2"]}, {"deprecationMessage": "AppCenterDistribute is deprecated - Distribute app builds to testers and users via Visual Studio App Center", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AppCenterDistribute@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AppCenterDistribute@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AppCenterDistribute@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetToolInstaller@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetToolInstaller@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["JenkinsDownloadArtifacts@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionAppContainer@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["JavaToolInstallerTestVuln2@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DecryptFile@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["HelmDeploy@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleCertificate@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleCertificate@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleCertificate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunction@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunction@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadGitHubRelease@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["SSH@0"]}, {"deprecationMessage": "PublishPipelineArtifact is deprecated - Publish a local directory or file as a named artifact for the current pipeline", "doNotSuggest": true, "ignoreCase": "value", "enum": ["PublishPipelineArtifact@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishPipelineArtifact@1"]}, {"deprecationMessage": "SonarQubePreBuild is deprecated - [DEPRECATED] Fetch the Quality Profile from SonarQube to configure the analysis", "doNotSuggest": true, "ignoreCase": "value", "enum": ["SonarQubePreBuild@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadFileshareArtifacts@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Kubernetes@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Kubernetes@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureIoTEdge@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricComposeDeploy@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AndroidSigning@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AndroidSigning@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AndroidSigning@1"]}, {"deprecationMessage": "DownloadPipelineArtifact is deprecated - Download a named artifact from a pipeline to a local path", "doNotSuggest": true, "ignoreCase": "value", "enum": ["DownloadPipelineArtifact@1"]}, {"deprecationMessage": "DownloadPipelineArtifact is deprecated - Downloads an artifact associated with a pipeline", "doNotSuggest": true, "ignoreCase": "value", "enum": ["DownloadPipelineArtifact@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadPipelineArtifact@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["UsePythonVersion@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricPowerShell@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["VSTest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["VSTest@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ManualValidation@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Ant@1"]}, {"deprecationMessage": "DeployVisualStudioTestAgent is deprecated - Deprecated: Instead, use the 'Visual Studio Test' task to run unit and functional tests", "doNotSuggest": true, "ignoreCase": "value", "enum": ["DeployVisualStudioTestAgent@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DeployVisualStudioTestAgent@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CondaEnvironment@0"]}, {"deprecationMessage": "CondaEnvironment is deprecated - This task is deprecated. Use `conda` directly in script to work with Anaconda environments.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["CondaEnvironment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["BatchScript@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadGithubNpmPackage@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["VSBuild@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureKeyVault@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureKeyVault@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["UseDotNet@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DotNetCoreInstaller@0"]}, {"deprecationMessage": "DotNetCoreInstaller is deprecated - Acquire a specific version of the .NET Core SDK from the internet or local cache and add it to the PATH", "doNotSuggest": true, "ignoreCase": "value", "enum": ["DotNetCoreInstaller@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureAppServiceManage@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["FuncToolsInstaller@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["FileTransform@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["FileTransform@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ExtractFiles@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["XamarinAndroid@1"]}, {"deprecationMessage": "CopyPublishBuildArtifacts is deprecated - [DEPRECATED] Use the Copy Files task and the Publish Build Artifacts task instead", "doNotSuggest": true, "ignoreCase": "value", "enum": ["CopyPublishBuildArtifacts@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadPackage@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadPackage@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureResourceManagerTemplateDeployment@3"]}, {"deprecationMessage": "AzureResourceGroupDeployment is deprecated - Deploy, start, stop, delete Azure Resource Groups", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AzureResourceGroupDeployment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureResourceGroupDeployment@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InvokeRESTAPI@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InvokeRESTAPI@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ArchiveFiles@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ArchiveFiles@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["GitHubComment@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CopyFiles@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CopyFiles@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureMysqlDeployment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Npm@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Npm@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureStaticWebApp@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["NodeTool@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["UseNode@1"]}, {"deprecationMessage": "SqlServerDacpacDeployment is deprecated - Deploy a SQL Server database using DACPAC", "doNotSuggest": true, "ignoreCase": "value", "enum": ["SqlServerDacpacDeployment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["VisualStudioTestPlatformInstaller@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishToAzureServiceBus@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishToAzureServiceBus@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["KubernetesManifest@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["KubernetesManifest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadBuildArtifacts@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadBuildArtifacts@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CocoaPods@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureSpringCloud@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureWebApp@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureCLI@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureCLI@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureCLI@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["GitHubRelease@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["GitHubRelease@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["cURLUploader@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["cURLUploader@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureAppServiceSettings@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["UniversalPackages@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePolicyCheckGate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionOnKubernetes@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionOnKubernetes@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["Bash@3"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["ShellScript@2"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishBuildArtifacts@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallSSHKey@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureVmssDeployment@0"]}, {"deprecationMessage": "AzureWebPowerShellDeployment is deprecated - Create or update Azure App Service using Azure PowerShell", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AzureWebPowerShellDeployment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureCloudPowerShellDeployment@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["CargoAuthenticate@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DeleteFiles@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["gulp@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["gulp@1"]}, {"deprecationMessage": "QuickPerfTest is deprecated - Run a quick web performance test in the cloud with Azure Pipelines", "doNotSuggest": true, "ignoreCase": "value", "enum": ["QuickPerfTest@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["IISWebAppManagementOnMachineGroup@0"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["DockerInstaller@0"]}]}, "displayName": {"type": "string"}, "name": {"type": "string", "pattern": "^[_A-Za-z0-9]*$"}, "condition": {"type": "string"}, "continueOnError": {"type": "boolean"}, "enabled": {"type": "string"}, "retryCountOnTaskFailure": {"type": "integer"}, "timeoutInMinutes": {"type": "integer"}, "inputs": {"type": "object"}, "env": {"type": "object"}}, "additionalProperties": false, "firstProperty": ["task"], "anyOf": [{"properties": {"task": {"ignoreCase": "value", "pattern": "^PowerShell@1$"}, "inputs": {"properties": {"scriptType": {"ignoreCase": "all", "enum": ["inlineScript", "filePath"]}, "scriptName": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingFolder": {"type": "string", "ignoreCase": "key"}, "inlineScript": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PowerShell@2$"}, "inputs": {"properties": {"targetType": {"ignoreCase": "all", "enum": ["filePath", "inline"]}, "filePath": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "script": {"type": "string", "ignoreCase": "key"}, "errorActionPreference": {"ignoreCase": "all", "enum": ["default", "stop", "continue", "silentlyContinue"]}, "warningPreference": {"ignoreCase": "all", "enum": ["default", "stop", "continue", "silentlyContinue"]}, "informationPreference": {"ignoreCase": "all", "enum": ["default", "stop", "continue", "silentlyContinue"]}, "verbosePreference": {"ignoreCase": "all", "enum": ["default", "stop", "continue", "silentlyContinue"]}, "debugPreference": {"ignoreCase": "all", "enum": ["default", "stop", "continue", "silentlyContinue"]}, "progressPreference": {"ignoreCase": "all", "enum": ["default", "stop", "continue", "silentlyContinue"]}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}, "showWarnings": {"type": "boolean", "ignoreCase": "key"}, "ignoreLASTEXITCODE": {"type": "boolean", "ignoreCase": "key"}, "pwsh": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "runScriptInSeparateScope": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzurePowerShell@4$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "errorActionPreference": {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}, "FailOnStandardError": {"type": "boolean", "ignoreCase": "key"}, "RestrictContextToCurrentTask": {"type": "boolean", "ignoreCase": "key"}, "azurePowerShellVersion": {"ignoreCase": "all", "enum": ["LatestVersion", "OtherVersion"], "aliases": ["TargetAzurePs"]}, "preferredAzurePowerShellVersion": {"type": "string", "ignoreCase": "key", "aliases": ["CustomTargetAzurePs"]}, "pwsh": {"type": "boolean", "ignoreCase": "key"}, "validateScriptSignature": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzurePowerShell@2$"}, "inputs": {"properties": {"azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "azurePowerShellVersion": {"ignoreCase": "all", "enum": ["LatestVersion", "OtherVersion"], "aliases": ["TargetAzurePs"]}, "preferredAzurePowerShellVersion": {"type": "string", "ignoreCase": "key", "aliases": ["CustomTargetAzurePs"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzurePowerShell@5$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "errorActionPreference": {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}, "FailOnStandardError": {"type": "boolean", "ignoreCase": "key"}, "azurePowerShellVersion": {"ignoreCase": "all", "enum": ["LatestVersion", "OtherVersion"], "aliases": ["TargetAzurePs"]}, "preferredAzurePowerShellVersion": {"type": "string", "ignoreCase": "key", "aliases": ["CustomTargetAzurePs"]}, "pwsh": {"type": "boolean", "ignoreCase": "key"}, "validateScriptSignature": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzurePowerShell@3$"}, "inputs": {"properties": {"azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "errorActionPreference": {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}, "FailOnStandardError": {"type": "boolean", "ignoreCase": "key"}, "azurePowerShellVersion": {"ignoreCase": "all", "enum": ["LatestVersion", "OtherVersion"], "aliases": ["TargetAzurePs"]}, "preferredAzurePowerShellVersion": {"type": "string", "ignoreCase": "key", "aliases": ["CustomTargetAzurePs"]}, "validateScriptSignature": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzurePowerShell@1$"}, "inputs": {"properties": {"ConnectedServiceNameSelector": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"]}, "ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "ConnectedServiceNameARM": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^MysqlDeploymentOnMachineGroup@1$"}, "inputs": {"properties": {"TaskNameSelector": {"ignoreCase": "all", "enum": ["SqlTaskFile", "InlineSqlTask"]}, "SqlFile": {"type": "string", "ignoreCase": "key"}, "SqlInline": {"type": "string", "ignoreCase": "key"}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "SqlAdditionalArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SqlUsername", "SqlPassword"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PipAuthenticate@1$"}, "inputs": {"properties": {"artifactFeeds": {"type": "string", "ignoreCase": "key", "aliases": ["artifactFeeds"]}, "pythonDownloadServiceConnections": {"type": "string", "ignoreCase": "key", "aliases": ["pythonDownloadServiceConnections"]}, "onlyAddExtraIndex": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PipAuthenticate@0$"}, "inputs": {"properties": {"artifactFeeds": {"type": "string", "ignoreCase": "key", "aliases": ["feedList"]}, "externalFeeds": {"type": "string", "ignoreCase": "key", "aliases": ["externalSources"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Maven@4$"}, "inputs": {"properties": {"mavenPomFile": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPOMFile"]}, "goals": {"type": "string", "ignoreCase": "key"}, "options": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "allowBrokenSymlinks": {"type": "boolean", "ignoreCase": "key", "aliases": ["allowBrokenSymbolicLinks"]}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageSourceDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "codeCoverageRestoreOriginalPomXml": {"type": "boolean", "ignoreCase": "key", "aliases": ["restoreOriginalPomXml"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.17", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "mavenVersionOption": {"ignoreCase": "all", "enum": ["Default", "Path"], "aliases": ["mavenVersionSelection"]}, "mavenDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPath"]}, "mavenSetM2Home": {"type": "boolean", "ignoreCase": "key"}, "mavenOptions": {"type": "string", "ignoreCase": "key", "aliases": ["mavenOpts"]}, "mavenAuthenticateFeed": {"type": "boolean", "ignoreCase": "key", "aliases": ["mavenFeedAuthenticate"]}, "effectivePomSkip": {"type": "boolean", "ignoreCase": "key", "aliases": ["skipEffectivePom"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "isJacocoCoverageReportXML": {"type": "boolean", "ignoreCase": "key"}, "sqMavenPluginVersionChoice": {"ignoreCase": "all", "enum": ["latest", "pom"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}, "spotBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["spotBugsAnalysisEnabled"]}, "spotBugsVersion": {"type": "string", "ignoreCase": "key", "aliases": ["spotBugsMavenPluginVersion"]}, "spotBugsGoal": {"ignoreCase": "all", "enum": ["spotbugs", "check"]}, "failWhenBugsFound": {"type": "boolean", "ignoreCase": "key", "aliases": ["spotBugsFailWhenBugsFound", "sbFailWhenBugsFound"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Maven@3$"}, "inputs": {"properties": {"mavenPomFile": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPOMFile"]}, "goals": {"type": "string", "ignoreCase": "key"}, "options": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "allowBrokenSymlinks": {"type": "boolean", "ignoreCase": "key", "aliases": ["allowBrokenSymbolicLinks"]}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageSourceDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "codeCoverageRestoreOriginalPomXml": {"type": "boolean", "ignoreCase": "key", "aliases": ["restoreOriginalPomXml"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.17", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "mavenVersionOption": {"ignoreCase": "all", "enum": ["Default", "Path"], "aliases": ["mavenVersionSelection"]}, "mavenDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPath"]}, "mavenSetM2Home": {"type": "boolean", "ignoreCase": "key"}, "mavenOptions": {"type": "string", "ignoreCase": "key", "aliases": ["mavenOpts"]}, "mavenAuthenticateFeed": {"type": "boolean", "ignoreCase": "key", "aliases": ["mavenFeedAuthenticate"]}, "effectivePomSkip": {"type": "boolean", "ignoreCase": "key", "aliases": ["skipEffectivePom"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "isJacocoCoverageReportXML": {"type": "boolean", "ignoreCase": "key"}, "sqMavenPluginVersionChoice": {"ignoreCase": "all", "enum": ["latest", "pom"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}, "spotBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["spotBugsAnalysisEnabled"]}, "spotBugsVersion": {"type": "string", "ignoreCase": "key", "aliases": ["spotBugsMavenPluginVersion"]}, "spotBugsGoal": {"ignoreCase": "all", "enum": ["spotbugs", "check"]}, "failWhenBugsFound": {"type": "boolean", "ignoreCase": "key", "aliases": ["spotBugsFailWhenBugsFound", "sbFailWhenBugsFound"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Maven@2$"}, "inputs": {"properties": {"mavenPomFile": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPOMFile"]}, "goals": {"type": "string", "ignoreCase": "key"}, "options": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "allowBrokenSymlinks": {"type": "boolean", "ignoreCase": "key", "aliases": ["allowBrokenSymbolicLinks"]}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageSourceDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "codeCoverageRestoreOriginalPomXml": {"type": "boolean", "ignoreCase": "key", "aliases": ["restoreOriginalPomXml"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.17", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "mavenVersionOption": {"ignoreCase": "all", "enum": ["Default", "Path"], "aliases": ["mavenVersionSelection"]}, "mavenDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPath"]}, "mavenSetM2Home": {"type": "boolean", "ignoreCase": "key"}, "mavenOptions": {"type": "string", "ignoreCase": "key", "aliases": ["mavenOpts"]}, "mavenAuthenticateFeed": {"type": "boolean", "ignoreCase": "key", "aliases": ["mavenFeedAuthenticate"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "isJacocoCoverageReportXML": {"type": "boolean", "ignoreCase": "key"}, "sqMavenPluginVersionChoice": {"ignoreCase": "all", "enum": ["latest", "pom"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Maven@1$"}, "inputs": {"properties": {"mavenPomFile": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPOMFile"]}, "goals": {"type": "string", "ignoreCase": "key"}, "options": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageSourceDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "mavenVersionOption": {"ignoreCase": "all", "enum": ["Default", "Path"], "aliases": ["mavenVersionSelection"]}, "mavenDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["mavenPath"]}, "mavenSetM2Home": {"type": "boolean", "ignoreCase": "key"}, "mavenOptions": {"type": "string", "ignoreCase": "key", "aliases": ["mavenOpts"]}, "mavenAuthenticateFeed": {"type": "boolean", "ignoreCase": "key", "aliases": ["mavenFeedAuthenticate"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "sonarQubeServiceEndpoint": {"type": "string", "ignoreCase": "key", "aliases": ["sqConnectedServiceName"]}, "sonarQubeProjectName": {"type": "string", "ignoreCase": "key", "aliases": ["sqProjectName"]}, "sonarQubeProjectKey": {"type": "string", "ignoreCase": "key", "aliases": ["sqProjectKey"]}, "sonarQubeProjectVersion": {"type": "string", "ignoreCase": "key", "aliases": ["sqProjectVersion"]}, "sonarQubeSpecifyDB": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqDbDetailsRequired"]}, "sonarQubeDBUrl": {"type": "string", "ignoreCase": "key", "aliases": ["sqDbUrl"]}, "sonarQubeDBUsername": {"type": "string", "ignoreCase": "key", "aliases": ["sqDbUsername"]}, "sonarQubeDBPassword": {"type": "string", "ignoreCase": "key", "aliases": ["sqDbPassword"]}, "sonarQubeIncludeFullReport": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisIncludeFullReport"]}, "sonarQubeFailWhenQualityGateFails": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisBreakBuildIfQualityGateFailed"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DotNetCoreCLI@0$"}, "inputs": {"properties": {"command": {"ignoreCase": "all", "enum": ["build", "publish", "restore", "test", "run"]}, "publishWebProjects": {"type": "boolean", "ignoreCase": "key"}, "projects": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "zipAfterPublish": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "DotNetCoreCLI is deprecated - Build, test and publish using dotnet core command-line.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DotNetCoreCLI@2$"}, "inputs": {"properties": {"command": {"ignoreCase": "all", "enum": ["build", "push", "pack", "publish", "restore", "run", "test", "custom"]}, "publishWebProjects": {"type": "boolean", "ignoreCase": "key"}, "projects": {"type": "string", "ignoreCase": "key"}, "custom": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "restoreArguments": {"type": "string", "ignoreCase": "key"}, "publishTestResults": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "zipAfterPublish": {"type": "boolean", "ignoreCase": "key"}, "modifyOutputPath": {"type": "boolean", "ignoreCase": "key"}, "feedsToUse": {"ignoreCase": "all", "enum": ["select", "config"], "aliases": ["selectOrConfig"]}, "vstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedRestore"]}, "includeNuGetOrg": {"type": "boolean", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "externalFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "restoreDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}, "verbosityRestore": {"ignoreCase": "all", "enum": ["-", "Quiet", "Minimal", "Normal", "Detailed", "Diagnostic"]}, "packagesToPush": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPush"]}, "nuGetFeedType": {"ignoreCase": "all", "enum": ["internal", "external"]}, "publishVstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedPublish"]}, "publishPackageMetadata": {"type": "boolean", "ignoreCase": "key"}, "publishFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}, "packagesToPack": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPack"]}, "configuration": {"type": "string", "ignoreCase": "key", "aliases": ["configurationToPack"]}, "packDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}, "nobuild": {"type": "boolean", "ignoreCase": "key"}, "includesymbols": {"type": "boolean", "ignoreCase": "key"}, "includesource": {"type": "boolean", "ignoreCase": "key"}, "versioningScheme": {"ignoreCase": "all", "enum": ["off", "byPrereleaseNumber", "byEnvVar", "byBuildNumber"]}, "versionEnvVar": {"type": "string", "ignoreCase": "key"}, "majorVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedMajorVersion"]}, "minorVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedMinorVersion"]}, "patchVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedPatchVersion"]}, "buildProperties": {"type": "string", "ignoreCase": "key"}, "verbosityPack": {"ignoreCase": "all", "enum": ["-", "Quiet", "Minimal", "Normal", "Detailed", "Diagnostic"]}, "workingDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DotNetCoreCLI@1$"}, "inputs": {"properties": {"command": {"ignoreCase": "all", "enum": ["build", "publish", "restore", "test", "run"]}, "publishWebProjects": {"type": "boolean", "ignoreCase": "key"}, "projects": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "zipAfterPublish": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XamarinComponentRestore@0$"}, "inputs": {"properties": {"solutionFile": {"type": "string", "ignoreCase": "key", "aliases": ["solution"]}, "email": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["email", "password"]}}, "deprecationMessage": "XamarinComponentRestore is deprecated - This task is deprecated. Use 'NuGet' instead.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureRmWebAppDeployment@4$"}, "inputs": {"properties": {"ConnectionType": {"ignoreCase": "all", "enum": ["AzureRM", "PublishProfile"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "PublishProfilePath": {"type": "string", "ignoreCase": "key"}, "PublishProfilePassword": {"type": "string", "ignoreCase": "key"}, "appType": {"ignoreCase": "all", "enum": ["webApp", "webAppLinux", "webAppContainer", "webAppHyperVContainer", "functionApp", "functionAppLinux", "functionAppContainer", "apiApp", "mobileApp"], "aliases": ["WebAppKind"]}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key", "aliases": ["DeployToSlotOrASEFlag"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SlotName": {"type": "string", "ignoreCase": "key"}, "DockerNamespace": {"type": "string", "ignoreCase": "key"}, "DockerRepository": {"type": "string", "ignoreCase": "key"}, "DockerImageTag": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "packageForLinux": {"type": "string", "ignoreCase": "key", "aliases": ["Package"]}, "RuntimeStack": {"type": "string", "ignoreCase": "key"}, "RuntimeStackFunction": {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8"]}, "StartupCommand": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["", "Inline Script", "File Path"]}, "InlineScript": {"type": "string", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "WebConfigParameters": {"type": "string", "ignoreCase": "key"}, "AppSettings": {"type": "string", "ignoreCase": "key"}, "ConfigurationSettings": {"type": "string", "ignoreCase": "key"}, "enableCustomDeployment": {"type": "boolean", "ignoreCase": "key", "aliases": ["UseWebDeploy"]}, "DeploymentType": {"ignoreCase": "all", "enum": ["webDeploy", "zipDeploy", "runFromZip"]}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "RenameFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "enableXmlTransform": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlTransformation"]}, "enableXmlVariableSubstitution": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlVariableSubstitution"]}, "JSONFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureRmWebAppDeployment@2$"}, "inputs": {"properties": {"ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "DeployToSlotFlag": {"type": "boolean", "ignoreCase": "key"}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SlotName": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "WebAppUri": {"type": "string", "ignoreCase": "key"}, "UseWebDeploy": {"type": "boolean", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "WebAppName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureRmWebAppDeployment@3$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "appType": {"ignoreCase": "all", "enum": ["app", "applinux", "functionapp", "api", "mobileapp"], "aliases": ["WebAppKind"]}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "DeployToSlotFlag": {"type": "boolean", "ignoreCase": "key"}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SlotName": {"type": "string", "ignoreCase": "key"}, "ImageSource": {"ignoreCase": "all", "enum": ["Registry", "Builtin"]}, "AzureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "AzureContainerRegistryLoginServer": {"type": "string", "ignoreCase": "key"}, "AzureContainerRegistryImage": {"type": "string", "ignoreCase": "key"}, "AzureContainerRegistryTag": {"type": "string", "ignoreCase": "key"}, "DockerRepositoryAccess": {"ignoreCase": "all", "enum": ["private", "public"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["RegistryConnectedServiceName"]}, "PrivateRegistryImage": {"type": "string", "ignoreCase": "key"}, "PrivateRegistryTag": {"type": "string", "ignoreCase": "key"}, "DockerNamespace": {"type": "string", "ignoreCase": "key"}, "DockerRepository": {"type": "string", "ignoreCase": "key"}, "DockerImageTag": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "packageForLinux": {"type": "string", "ignoreCase": "key", "aliases": ["BuiltinLinuxPackage"]}, "RuntimeStack": {"type": "string", "ignoreCase": "key"}, "StartupCommand": {"type": "string", "ignoreCase": "key"}, "WebAppUri": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["", "Inline Script", "File Path"]}, "InlineScript": {"type": "string", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "GenerateWebConfig": {"type": "boolean", "ignoreCase": "key"}, "WebConfigParameters": {"type": "string", "ignoreCase": "key"}, "AppSettings": {"type": "string", "ignoreCase": "key"}, "ConfigurationSettings": {"type": "string", "ignoreCase": "key"}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}, "UseWebDeploy": {"type": "boolean", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "RenameFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "enableXmlTransform": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlTransformation"]}, "enableXmlVariableSubstitution": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlVariableSubstitution"]}, "JSONFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "WebAppName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PowerShellOnTargetMachines@3$"}, "inputs": {"properties": {"Machines": {"type": "string", "ignoreCase": "key"}, "UserName": {"type": "string", "ignoreCase": "key"}, "UserPassword": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "Inline"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "InlineScript": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "InitializationScript": {"type": "string", "ignoreCase": "key"}, "SessionVariables": {"type": "string", "ignoreCase": "key"}, "CommunicationProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "AuthenticationMechanism": {"ignoreCase": "all", "enum": ["Default", "Credssp"]}, "NewPsSessionOptionArguments": {"type": "string", "ignoreCase": "key"}, "ErrorActionPreference": {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}, "ignoreLASTEXITCODE": {"type": "boolean", "ignoreCase": "key"}, "WorkingDirectory": {"type": "string", "ignoreCase": "key"}, "RunPowershellInParallel": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["Machines"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PowerShellOnTargetMachines@1$"}, "inputs": {"properties": {"EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "TestCertificate": {"type": "boolean", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "InitializationScriptPath": {"type": "string", "ignoreCase": "key"}, "SessionVariables": {"type": "string", "ignoreCase": "key"}, "RunPowershellInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "ScriptPath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PowerShellOnTargetMachines@2$"}, "inputs": {"properties": {"EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "TestCertificate": {"type": "boolean", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "InitializationScriptPath": {"type": "string", "ignoreCase": "key"}, "SessionVariables": {"type": "string", "ignoreCase": "key"}, "RunPowershellInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "ScriptPath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishCodeCoverageResults@2$"}, "inputs": {"properties": {"summaryFileLocation": {"type": "string", "ignoreCase": "key"}, "pathToSources": {"type": "string", "ignoreCase": "key"}, "failIfCoverageEmpty": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["summaryFileLocation"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishCodeCoverageResults@1$"}, "inputs": {"properties": {"codeCoverageTool": {"ignoreCase": "all", "enum": ["Cobertura", "JaCoCo"]}, "summaryFileLocation": {"type": "string", "ignoreCase": "key"}, "pathToSources": {"type": "string", "ignoreCase": "key"}, "reportDirectory": {"type": "string", "ignoreCase": "key"}, "additionalCodeCoverageFiles": {"type": "string", "ignoreCase": "key"}, "failIfCoverageEmpty": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["summaryFileLocation"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^RunVisualStudioTestsusingTestAgent@1$"}, "inputs": {"properties": {"testMachineGroup": {"type": "string", "ignoreCase": "key"}, "dropLocation": {"type": "string", "ignoreCase": "key"}, "testSelection": {"ignoreCase": "all", "enum": ["testAssembly", "testPlan"]}, "testPlan": {"type": "string", "ignoreCase": "key"}, "testSuite": {"type": "string", "ignoreCase": "key"}, "testConfiguration": {"type": "string", "ignoreCase": "key"}, "sourcefilters": {"type": "string", "ignoreCase": "key"}, "testFilterCriteria": {"type": "string", "ignoreCase": "key"}, "runSettingsFile": {"type": "string", "ignoreCase": "key"}, "overrideRunParams": {"type": "string", "ignoreCase": "key"}, "codeCoverageEnabled": {"type": "boolean", "ignoreCase": "key"}, "customSlicingEnabled": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "testConfigurations": {"type": "string", "ignoreCase": "key"}, "autMachineGroup": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["testMachineGroup", "dropLocation"]}}, "deprecationMessage": "RunVisualStudioTestsusingTestAgent is deprecated - Deprecated: This task and it\u2019s companion task (Visual Studio Test Agent Deployment) are deprecated. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent job setting. Use the 'Visual Studio Test Platform' task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ManualIntervention@8$"}, "inputs": {"properties": {"instructions": {"type": "string", "ignoreCase": "key"}, "emailRecipients": {"type": "string", "ignoreCase": "key"}, "onTimeout": {"ignoreCase": "all", "enum": ["reject", "resume"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InstallAppleProvisioningProfile@0$"}, "inputs": {"properties": {"provProfileSecureFile": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["provProfileSecureFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InstallAppleProvisioningProfile@1$"}, "inputs": {"properties": {"provisioningProfileLocation": {"ignoreCase": "all", "enum": ["secureFiles", "sourceRepository"]}, "provProfileSecureFile": {"type": "string", "ignoreCase": "key"}, "provProfileSourceRepository": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^SonarQubePostTest@1$"}, "inputs": {"properties": {}, "additionalProperties": false, "required": []}}, "deprecationMessage": "SonarQubePostTest is deprecated - [DEPRECATED] Finish the analysis and upload the results to SonarQube", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PyPIPublisher@0$"}, "inputs": {"properties": {"pypiConnection": {"type": "string", "ignoreCase": "key", "aliases": ["serviceEndpoint"]}, "packageDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["wd"]}, "alsoPublishWheel": {"type": "boolean", "ignoreCase": "key", "aliases": ["wheel"]}}, "additionalProperties": false, "required": ["pypiConnection", "packageDirectory"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ChefKnife@1$"}, "inputs": {"properties": {"ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "ScriptPath"]}}, "deprecationMessage": "ChefKnife is deprecated - Run scripts with Knife commands on your Chef workstation", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^GoTool@0$"}, "inputs": {"properties": {"version": {"type": "string", "ignoreCase": "key"}, "goPath": {"type": "string", "ignoreCase": "key"}, "goBin": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XcodePackageiOS@0$"}, "inputs": {"properties": {"appName": {"type": "string", "ignoreCase": "key"}, "ipaName": {"type": "string", "ignoreCase": "key"}, "provisioningProfile": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "appPath": {"type": "string", "ignoreCase": "key"}, "ipaPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["provisioningProfile"]}}, "deprecationMessage": "XcodePackageiOS is deprecated - Generate an .ipa file from Xcode build output using xcrun (Xcode 7 or below)", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Go@0$"}, "inputs": {"properties": {"command": {"ignoreCase": "all", "enum": ["get", "build", "test", "custom"]}, "customCommand": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishPipelineMetadata@0$"}, "inputs": {"properties": {}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Docker@0$"}, "inputs": {"properties": {"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"}, "action": {"ignoreCase": "all", "enum": ["Build an image", "Tag images", "Push an image", "Push images", "Run an image", "Run a Docker command"]}, "dockerFile": {"type": "string", "ignoreCase": "key"}, "addBaseImageData": {"type": "boolean", "ignoreCase": "key"}, "buildArguments": {"type": "string", "ignoreCase": "key"}, "defaultContext": {"type": "boolean", "ignoreCase": "key"}, "context": {"type": "string", "ignoreCase": "key"}, "imageName": {"type": "string", "ignoreCase": "key"}, "imageNamesPath": {"type": "string", "ignoreCase": "key"}, "qualifyImageName": {"type": "boolean", "ignoreCase": "key"}, "additionalImageTags": {"type": "string", "ignoreCase": "key"}, "includeSourceTags": {"type": "boolean", "ignoreCase": "key"}, "includeLatestTag": {"type": "boolean", "ignoreCase": "key"}, "imageDigestFile": {"type": "string", "ignoreCase": "key"}, "containerName": {"type": "string", "ignoreCase": "key"}, "ports": {"type": "string", "ignoreCase": "key"}, "volumes": {"type": "string", "ignoreCase": "key"}, "envVars": {"type": "string", "ignoreCase": "key"}, "workDir": {"type": "string", "ignoreCase": "key"}, "entrypoint": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "detached": {"type": "boolean", "ignoreCase": "key"}, "restartPolicy": {"ignoreCase": "all", "enum": ["no", "onFailure", "always", "unlessStopped"]}, "restartMaxRetries": {"type": "string", "ignoreCase": "key"}, "customCommand": {"type": "string", "ignoreCase": "key"}, "dockerHostEndpoint": {"type": "string", "ignoreCase": "key"}, "enforceDockerNamingConvention": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "memory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Docker@1$"}, "inputs": {"properties": {"containerregistrytype": {"ignoreCase": "all", "enum": ["Azure Container Registry", "Container Registry"]}, "addBaseImageData": {"type": "boolean", "ignoreCase": "key"}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "azureSubscriptionEndpoint": {"type": "string", "ignoreCase": "key"}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "command": {"ignoreCase": "all", "enum": ["Build an image", "Tag image", "Push an image", "Run an image", "login", "logout"]}, "dockerFile": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "pushMultipleImages": {"type": "boolean", "ignoreCase": "key"}, "tagMultipleImages": {"type": "boolean", "ignoreCase": "key"}, "imageName": {"type": "string", "ignoreCase": "key"}, "imageNamesPath": {"type": "string", "ignoreCase": "key"}, "qualifyImageName": {"type": "boolean", "ignoreCase": "key"}, "qualifySourceImageName": {"type": "boolean", "ignoreCase": "key"}, "includeSourceTags": {"type": "boolean", "ignoreCase": "key"}, "includeLatestTag": {"type": "boolean", "ignoreCase": "key"}, "addDefaultLabels": {"type": "boolean", "ignoreCase": "key"}, "useDefaultContext": {"type": "boolean", "ignoreCase": "key"}, "buildContext": {"type": "string", "ignoreCase": "key"}, "imageDigestFile": {"type": "string", "ignoreCase": "key"}, "containerName": {"type": "string", "ignoreCase": "key"}, "ports": {"type": "string", "ignoreCase": "key"}, "volumes": {"type": "string", "ignoreCase": "key"}, "envVars": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "entrypointOverride": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "runInBackground": {"type": "boolean", "ignoreCase": "key"}, "restartPolicy": {"ignoreCase": "all", "enum": ["no", "onFailure", "always", "unlessStopped"]}, "maxRestartRetries": {"type": "string", "ignoreCase": "key"}, "dockerHostEndpoint": {"type": "string", "ignoreCase": "key"}, "enforceDockerNamingConvention": {"type": "boolean", "ignoreCase": "key"}, "memoryLimit": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Docker@2$"}, "inputs": {"properties": {"containerRegistry": {"type": "string", "ignoreCase": "key"}, "repository": {"type": "string", "ignoreCase": "key"}, "command": {"ignoreCase": "all", "enum": ["buildAndPush", "build", "push", "login", "logout", "start", "stop"]}, "Dockerfile": {"type": "string", "ignoreCase": "key"}, "buildContext": {"type": "string", "ignoreCase": "key"}, "tags": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "addPipelineData": {"type": "boolean", "ignoreCase": "key"}, "addBaseImageData": {"type": "boolean", "ignoreCase": "key"}, "container": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^JenkinsQueueJob@1$"}, "inputs": {"properties": {"serverEndpoint": {"type": "string", "ignoreCase": "key"}, "jobName": {"type": "string", "ignoreCase": "key"}, "isMultibranchJob": {"type": "boolean", "ignoreCase": "key"}, "multibranchPipelineBranch": {"type": "string", "ignoreCase": "key"}, "captureConsole": {"type": "boolean", "ignoreCase": "key"}, "capturePipeline": {"type": "boolean", "ignoreCase": "key"}, "parameterizedJob": {"type": "boolean", "ignoreCase": "key"}, "jobParameters": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["serverEndpoint", "jobName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^JenkinsQueueJob@2$"}, "inputs": {"properties": {"serverEndpoint": {"type": "string", "ignoreCase": "key"}, "jobName": {"type": "string", "ignoreCase": "key"}, "isMultibranchJob": {"type": "boolean", "ignoreCase": "key"}, "multibranchPipelineBranch": {"type": "string", "ignoreCase": "key"}, "captureConsole": {"type": "boolean", "ignoreCase": "key"}, "capturePipeline": {"type": "boolean", "ignoreCase": "key"}, "isParameterizedJob": {"type": "boolean", "ignoreCase": "key", "aliases": ["parameterizedJob"]}, "jobParameters": {"type": "string", "ignoreCase": "key"}, "failOnUnstableResult": {"type": "boolean", "ignoreCase": "key"}, "retryCount": {"type": "string", "ignoreCase": "key"}, "delayBetweenRetries": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["serverEndpoint", "jobName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^FtpUpload@2$"}, "inputs": {"properties": {"credentialsOption": {"ignoreCase": "all", "enum": ["serviceEndpoint", "inputs"], "aliases": ["credsType"]}, "serverEndpoint": {"type": "string", "ignoreCase": "key"}, "serverUrl": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "rootDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["rootFolder"]}, "filePatterns": {"type": "string", "ignoreCase": "key"}, "remoteDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["remotePath"]}, "enableUtf8": {"type": "boolean", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "cleanContents": {"type": "boolean", "ignoreCase": "key"}, "preservePaths": {"type": "boolean", "ignoreCase": "key"}, "trustSSL": {"type": "boolean", "ignoreCase": "key"}, "customCmds": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["rootDirectory"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^FtpUpload@1$"}, "inputs": {"properties": {"credentialsOption": {"ignoreCase": "all", "enum": ["serviceEndpoint", "inputs"], "aliases": ["credsType"]}, "serverEndpoint": {"type": "string", "ignoreCase": "key"}, "serverUrl": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "rootDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["rootFolder"]}, "filePatterns": {"type": "string", "ignoreCase": "key"}, "remoteDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["remotePath"]}, "clean": {"type": "boolean", "ignoreCase": "key"}, "cleanContents": {"type": "boolean", "ignoreCase": "key"}, "overwrite": {"type": "boolean", "ignoreCase": "key"}, "preservePaths": {"type": "boolean", "ignoreCase": "key"}, "trustSSL": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["rootDirectory"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^WindowsMachineFileCopy@1$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "TargetPath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^WindowsMachineFileCopy@2$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "MachineNames", "AdminUserName", "AdminPassword", "TargetPath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AndroidBuild@1$"}, "inputs": {"properties": {"gradleWrapper": {"type": "string", "ignoreCase": "key"}, "gradleProj": {"type": "string", "ignoreCase": "key"}, "gradleArguments": {"type": "string", "ignoreCase": "key"}, "avdName": {"type": "string", "ignoreCase": "key"}, "createAvd": {"type": "boolean", "ignoreCase": "key"}, "emulatorTarget": {"type": "string", "ignoreCase": "key"}, "emulatorDevice": {"type": "string", "ignoreCase": "key"}, "avdAbi": {"type": "string", "ignoreCase": "key"}, "avdForce": {"type": "boolean", "ignoreCase": "key"}, "avdOptionalArgs": {"type": "string", "ignoreCase": "key"}, "startEmulator": {"type": "boolean", "ignoreCase": "key"}, "emulatorTimeout": {"type": "string", "ignoreCase": "key"}, "emulatorHeadless": {"type": "boolean", "ignoreCase": "key"}, "emulatorOptionalArgs": {"type": "string", "ignoreCase": "key"}, "deleteAvd": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "AndroidBuild is deprecated - [Deprecated] Use Gradle", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^TwineAuthenticate@0$"}, "inputs": {"properties": {"artifactFeeds": {"type": "string", "ignoreCase": "key", "aliases": ["feedList"]}, "externalFeeds": {"type": "string", "ignoreCase": "key", "aliases": ["externalSources"]}, "publishPackageMetadata": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^TwineAuthenticate@1$"}, "inputs": {"properties": {"artifactFeed": {"type": "string", "ignoreCase": "key", "aliases": ["artifactFeed"]}, "pythonUploadServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["pythonUploadServiceConnection"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^IISWebAppDeploymentOnMachineGroup@0$"}, "inputs": {"properties": {"WebSiteName": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "XmlTransformation": {"type": "boolean", "ignoreCase": "key"}, "XmlVariableSubstitution": {"type": "boolean", "ignoreCase": "key"}, "JSONFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["WebSiteName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PythonScript@0$"}, "inputs": {"properties": {"scriptSource": {"ignoreCase": "all", "enum": ["filePath", "inline"]}, "scriptPath": {"type": "string", "ignoreCase": "key"}, "script": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "pythonInterpreter": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^HelmInstaller@0$"}, "inputs": {"properties": {"helmVersion": {"type": "string", "ignoreCase": "key"}, "checkLatestHelmVersion": {"type": "boolean", "ignoreCase": "key"}, "installKubectl": {"type": "boolean", "ignoreCase": "key", "aliases": ["installKubeCtl"]}, "kubectlVersion": {"type": "string", "ignoreCase": "key"}, "checkLatestKubectl": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkLatestKubeCtl"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^HelmInstaller@1$"}, "inputs": {"properties": {"helmVersionToInstall": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NodeTaskRunnerInstaller@0$"}, "inputs": {"properties": {"nodeVersion": {"ignoreCase": "all", "enum": ["6", "10"], "aliases": ["runnerVersion", "installVersion"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XamarinLicense@1$"}, "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"]}}, "deprecationMessage": "XamarinLicense is deprecated - [Deprecated] Upgrade to free version of Xamarin: https://store.xamarin.com", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetAuthenticate@0$"}, "inputs": {"properties": {"nuGetServiceConnections": {"type": "string", "ignoreCase": "key"}, "forceReinstallCredentialProvider": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "NuGetAuthenticate is deprecated - 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.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetAuthenticate@1$"}, "inputs": {"properties": {"nuGetServiceConnections": {"type": "string", "ignoreCase": "key"}, "forceReinstallCredentialProvider": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadGitHubNugetPackage@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^MavenAuthenticate@0$"}, "inputs": {"properties": {"artifactsFeeds": {"type": "string", "ignoreCase": "key"}, "mavenServiceConnections": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ReviewApp@0$"}, "inputs": {"properties": {"resourceName": {"type": "string", "ignoreCase": "key"}, "baseEnvironmentName": {"type": "string", "ignoreCase": "key"}, "reviewResourceName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["resourceName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^JavaToolInstaller@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Chef@1$"}, "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"]}}, "deprecationMessage": "Chef is deprecated - Deploy to Chef environments by editing environment attributes", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunctionApp@2$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunctionApp@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^npmAuthenticate@0$"}, "inputs": {"properties": {"workingFile": {"type": "string", "ignoreCase": "key"}, "customEndpoint": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["workingFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^MSBuild@1$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PackerBuild@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PackerBuild@1$"}, "inputs": {"properties": {"templateType": {"ignoreCase": "all", "enum": ["builtin", "custom"]}, "customTemplateLocation": {"type": "string", "ignoreCase": "key"}, "customTemplateParameters": {"type": "string", "ignoreCase": "key"}, "ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "isManagedImage": {"type": "boolean", "ignoreCase": "key"}, "managedImageName": {"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", "Canonical:UbuntuServer:18.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"}, "packerVersion": {"type": "string", "ignoreCase": "key"}, "imageUri": {"type": "string", "ignoreCase": "key"}, "imageId": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "location", "storageAccountName", "azureResourceGroup", "packagePath", "deployScriptPath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetPackager@0$"}, "inputs": {"properties": {"searchPattern": {"type": "string", "ignoreCase": "key"}, "outputdir": {"type": "string", "ignoreCase": "key"}, "includeReferencedProjects": {"type": "boolean", "ignoreCase": "key"}, "versionByBuild": {"ignoreCase": "all", "enum": ["false", "byPrereleaseNumber", "byEnvVar", "true"]}, "versionEnvVar": {"type": "string", "ignoreCase": "key"}, "requestedMajorVersion": {"type": "string", "ignoreCase": "key"}, "requestedMinorVersion": {"type": "string", "ignoreCase": "key"}, "requestedPatchVersion": {"type": "string", "ignoreCase": "key"}, "configurationToPack": {"type": "string", "ignoreCase": "key"}, "buildProperties": {"type": "string", "ignoreCase": "key"}, "nuGetAdditionalArgs": {"type": "string", "ignoreCase": "key"}, "nuGetPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "NuGetPackager is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DuffleInstaller@0$"}, "inputs": {"properties": {"version": {"type": "string", "ignoreCase": "key"}, "checkLatestVersion": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ServiceFabricUpdateAppVersions@1$"}, "inputs": {"properties": {"applicationPackagePath": {"type": "string", "ignoreCase": "key"}, "versionSuffix": {"type": "string", "ignoreCase": "key"}, "versionBehavior": {"ignoreCase": "all", "enum": ["Append", "Replace"]}, "updateOnlyChanged": {"type": "boolean", "ignoreCase": "key"}, "pkgArtifactName": {"type": "string", "ignoreCase": "key"}, "logAllChanges": {"type": "boolean", "ignoreCase": "key"}, "compareType": {"ignoreCase": "all", "enum": ["LastSuccessful", "Specific"]}, "buildNumber": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["applicationPackagePath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ServiceFabricUpdateManifests@2$"}, "inputs": {"properties": {"updateType": {"ignoreCase": "all", "enum": ["Manifest versions", "Docker image settings"]}, "applicationPackagePath": {"type": "string", "ignoreCase": "key"}, "versionSuffix": {"type": "string", "ignoreCase": "key"}, "versionBehavior": {"ignoreCase": "all", "enum": ["Append", "Replace"]}, "updateOnlyChanged": {"type": "boolean", "ignoreCase": "key"}, "pkgArtifactName": {"type": "string", "ignoreCase": "key"}, "logAllChanges": {"type": "boolean", "ignoreCase": "key"}, "compareType": {"ignoreCase": "all", "enum": ["LastSuccessful", "Specific"]}, "buildNumber": {"type": "string", "ignoreCase": "key"}, "overwriteExistingPkgArtifact": {"type": "boolean", "ignoreCase": "key"}, "imageNamesPath": {"type": "string", "ignoreCase": "key"}, "imageDigestsPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["applicationPackagePath"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureMonitor@1$"}, "inputs": {"properties": {"connectedServiceNameARM": {"type": "string", "ignoreCase": "key"}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "filterType": {"ignoreCase": "all", "enum": ["resource", "alertrule", "none"]}, "resource": {"type": "string", "ignoreCase": "key"}, "alertRule": {"type": "string", "ignoreCase": "key"}, "severity": {"ignoreCase": "all", "enum": ["Sev0", "Sev1", "Sev2", "Sev3", "Sev4"]}, "timeRange": {"ignoreCase": "all", "enum": ["1h", "1d", "7d", "30d"]}, "alertState": {"ignoreCase": "all", "enum": ["New", "Acknowledged", "Closed"]}, "monitorCondition": {"ignoreCase": "all", "enum": ["Fired ", "Resolved"]}}, "additionalProperties": false, "required": ["connectedServiceNameARM", "ResourceGroupName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureMonitor@0$"}, "inputs": {"properties": {"connectedServiceNameARM": {"type": "string", "ignoreCase": "key"}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "ResourceType": {"ignoreCase": "all", "enum": ["Microsoft.Insights/components", "Microsoft.Web/sites", "Microsoft.Storage/storageAccounts", "Microsoft.Compute/virtualMachines"]}, "resourceName": {"type": "string", "ignoreCase": "key"}, "alertRules": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["connectedServiceNameARM", "ResourceGroupName", "resourceName", "alertRules"]}}, "deprecationMessage": "AzureMonitor is deprecated - Observe the configured classic Azure Monitor rules for active alerts", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureNLBManagement@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "LoadBalancer": {"type": "string", "ignoreCase": "key"}, "Action": {"ignoreCase": "all", "enum": ["Disconnect", "Connect"]}}, "additionalProperties": false, "required": ["azureSubscription", "ResourceGroupName", "LoadBalancer", "Action"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ApacheJMeterLoadTest@1$"}, "inputs": {"properties": {"connectedServiceName": {"type": "string", "ignoreCase": "key"}, "TestDrop": {"type": "string", "ignoreCase": "key"}, "LoadTest": {"type": "string", "ignoreCase": "key"}, "agentCount": {"ignoreCase": "all", "enum": ["1", "2", "3", "4", "5"]}, "runDuration": {"ignoreCase": "all", "enum": ["60", "120", "180", "240", "300"]}, "geoLocation": {"ignoreCase": "all", "enum": ["Default", "Australia East", "Australia Southeast", "Brazil South", "Central India", "Central US", "East Asia", "East US 2", "East US", "Japan East", "Japan West", "North Central US", "North Europe", "South Central US", "South India", "Southeast Asia", "West Europe", "West US"]}, "machineType": {"ignoreCase": "all", "enum": ["0", "2"]}}, "additionalProperties": false, "required": ["TestDrop"]}}, "deprecationMessage": "ApacheJMeterLoadTest is deprecated - Run an Apache JMeter load test in the cloud", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DockerCompose@0$"}, "inputs": {"properties": {"containerregistrytype": {"ignoreCase": "all", "enum": ["Azure Container Registry", "Container Registry"]}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "dockerComposeFile": {"type": "string", "ignoreCase": "key"}, "additionalDockerComposeFiles": {"type": "string", "ignoreCase": "key"}, "dockerComposeFileArgs": {"type": "string", "ignoreCase": "key"}, "projectName": {"type": "string", "ignoreCase": "key"}, "qualifyImageNames": {"type": "boolean", "ignoreCase": "key"}, "action": {"ignoreCase": "all", "enum": ["Build services", "Push services", "Run services", "Run a specific service", "Lock services", "Write service image digests", "Combine configuration", "Run a Docker Compose command"]}, "additionalImageTags": {"type": "string", "ignoreCase": "key"}, "includeSourceTags": {"type": "boolean", "ignoreCase": "key"}, "includeLatestTag": {"type": "boolean", "ignoreCase": "key"}, "buildImages": {"type": "boolean", "ignoreCase": "key"}, "serviceName": {"type": "string", "ignoreCase": "key"}, "containerName": {"type": "string", "ignoreCase": "key"}, "ports": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["workDir"]}, "entrypoint": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "detached": {"type": "boolean", "ignoreCase": "key"}, "abortOnContainerExit": {"type": "boolean", "ignoreCase": "key"}, "imageDigestComposeFile": {"type": "string", "ignoreCase": "key"}, "removeBuildOptions": {"type": "boolean", "ignoreCase": "key"}, "baseResolveDirectory": {"type": "string", "ignoreCase": "key"}, "outputDockerComposeFile": {"type": "string", "ignoreCase": "key"}, "dockerComposeCommand": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "dockerHostEndpoint": {"type": "string", "ignoreCase": "key"}, "nopIfNoDockerComposeFile": {"type": "boolean", "ignoreCase": "key"}, "requireAdditionalDockerComposeFiles": {"type": "boolean", "ignoreCase": "key"}, "currentWorkingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "dockerComposePath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureMonitorAlerts@0$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "ResourceType": {"ignoreCase": "all", "enum": ["Microsoft.Insights/components", "Microsoft.Web/sites", "Microsoft.Storage/storageAccounts", "Microsoft.Compute/virtualMachines"]}, "ResourceName": {"type": "string", "ignoreCase": "key"}, "AlertRules": {"type": "string", "ignoreCase": "key"}, "NotifyServiceOwners": {"type": "boolean", "ignoreCase": "key"}, "NotifyEmails": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "ResourceGroupName", "ResourceName", "AlertRules"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XamarinTestCloud@1$"}, "inputs": {"properties": {"appFile": {"type": "string", "ignoreCase": "key", "aliases": ["app"]}, "dsymFile": {"type": "string", "ignoreCase": "key", "aliases": ["dsym"]}, "teamApiKey": {"type": "string", "ignoreCase": "key"}, "email": {"type": "string", "ignoreCase": "key", "aliases": ["user"]}, "devices": {"type": "string", "ignoreCase": "key"}, "series": {"type": "string", "ignoreCase": "key"}, "testAssemblyDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["testDir"]}, "parallelizationOption": {"ignoreCase": "all", "enum": ["none", "--fixture-chunk", "--test-chunk"], "aliases": ["parallelization"]}, "localeOption": {"ignoreCase": "all", "enum": ["da_DK", "nl_NL", "en_GB", "en_US", "fr_FR", "de_DE", "ja_JP", "ru_RU", "es_MX", "es_ES", "user"], "aliases": ["locale"]}, "userDefinedLocale": {"type": "string", "ignoreCase": "key"}, "testCloudFile": {"type": "string", "ignoreCase": "key", "aliases": ["testCloudLocation"]}, "optionalArgs": {"type": "string", "ignoreCase": "key"}, "publishNUnitResults": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["appFile", "teamApiKey", "email", "devices", "testAssemblyDirectory"]}}, "deprecationMessage": "XamarinTestCloud is deprecated - [Deprecated] Test mobile apps with Xamarin Test Cloud using Xamarin.UITest. Instead, use the 'App Center test' task.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ServiceFabricDeploy@1$"}, "inputs": {"properties": {"applicationPackagePath": {"type": "string", "ignoreCase": "key"}, "serviceConnectionName": {"type": "string", "ignoreCase": "key"}, "publishProfilePath": {"type": "string", "ignoreCase": "key"}, "applicationParameterPath": {"type": "string", "ignoreCase": "key"}, "overrideApplicationParameter": {"type": "boolean", "ignoreCase": "key"}, "compressPackage": {"type": "boolean", "ignoreCase": "key"}, "copyPackageTimeoutSec": {"type": "string", "ignoreCase": "key"}, "registerPackageTimeoutSec": {"type": "string", "ignoreCase": "key"}, "overwriteBehavior": {"ignoreCase": "all", "enum": ["Always", "Never", "SameAppTypeAndVersion"]}, "skipUpgradeSameTypeAndVersion": {"type": "boolean", "ignoreCase": "key"}, "skipPackageValidation": {"type": "boolean", "ignoreCase": "key"}, "useDiffPackage": {"type": "boolean", "ignoreCase": "key"}, "overridePublishProfileSettings": {"type": "boolean", "ignoreCase": "key"}, "isUpgrade": {"type": "boolean", "ignoreCase": "key"}, "unregisterUnusedVersions": {"type": "boolean", "ignoreCase": "key"}, "upgradeMode": {"ignoreCase": "all", "enum": ["Monitored", "UnmonitoredAuto", "UnmonitoredManual"]}, "FailureAction": {"ignoreCase": "all", "enum": ["Rollback", "Manual"]}, "UpgradeReplicaSetCheckTimeoutSec": {"type": "string", "ignoreCase": "key"}, "TimeoutSec": {"type": "string", "ignoreCase": "key"}, "ForceRestart": {"type": "boolean", "ignoreCase": "key"}, "HealthCheckRetryTimeoutSec": {"type": "string", "ignoreCase": "key"}, "HealthCheckWaitDurationSec": {"type": "string", "ignoreCase": "key"}, "HealthCheckStableDurationSec": {"type": "string", "ignoreCase": "key"}, "UpgradeDomainTimeoutSec": {"type": "string", "ignoreCase": "key"}, "ConsiderWarningAsError": {"type": "boolean", "ignoreCase": "key"}, "DefaultServiceTypeHealthPolicy": {"type": "string", "ignoreCase": "key"}, "MaxPercentUnhealthyDeployedApplications": {"type": "string", "ignoreCase": "key"}, "UpgradeTimeoutSec": {"type": "string", "ignoreCase": "key"}, "ServiceTypeHealthPolicyMap": {"type": "string", "ignoreCase": "key"}, "configureDockerSettings": {"type": "boolean", "ignoreCase": "key"}, "registryCredentials": {"ignoreCase": "all", "enum": ["AzureResourceManagerEndpoint", "ContainerRegistryEndpoint", "UsernamePassword"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpoint"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "registryUserName": {"type": "string", "ignoreCase": "key"}, "registryPassword": {"type": "string", "ignoreCase": "key"}, "passwordEncrypted": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["applicationPackagePath", "serviceConnectionName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Xcode@5$"}, "inputs": {"properties": {"actions": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "xcWorkspacePath": {"type": "string", "ignoreCase": "key"}, "scheme": {"type": "string", "ignoreCase": "key"}, "xcodeVersion": {"ignoreCase": "all", "enum": ["8", "9", "10", "11", "12", "13", "default", "specifyPath"]}, "xcodeDeveloperDir": {"type": "string", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "archivePath": {"type": "string", "ignoreCase": "key"}, "exportPath": {"type": "string", "ignoreCase": "key"}, "exportOptions": {"ignoreCase": "all", "enum": ["auto", "plist", "specify"]}, "exportMethod": {"type": "string", "ignoreCase": "key"}, "exportTeamId": {"type": "string", "ignoreCase": "key"}, "exportOptionsPlist": {"type": "string", "ignoreCase": "key"}, "exportArgs": {"type": "string", "ignoreCase": "key"}, "signingOption": {"ignoreCase": "all", "enum": ["nosign", "default", "manual", "auto"]}, "signingIdentity": {"type": "string", "ignoreCase": "key"}, "provisioningProfileUuid": {"type": "string", "ignoreCase": "key"}, "provisioningProfileName": {"type": "string", "ignoreCase": "key"}, "teamId": {"type": "string", "ignoreCase": "key"}, "destinationPlatformOption": {"ignoreCase": "all", "enum": ["default", "iOS", "tvOS", "macOS", "custom"]}, "destinationPlatform": {"type": "string", "ignoreCase": "key"}, "destinationTypeOption": {"ignoreCase": "all", "enum": ["simulators", "devices"]}, "destinationSimulators": {"type": "string", "ignoreCase": "key"}, "destinationDevices": {"type": "string", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "useXcpretty": {"type": "boolean", "ignoreCase": "key"}, "xcprettyArgs": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Xcode@3$"}, "inputs": {"properties": {"actions": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "xcWorkspacePath": {"type": "string", "ignoreCase": "key"}, "scheme": {"type": "string", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "archivePath": {"type": "string", "ignoreCase": "key"}, "exportPath": {"type": "string", "ignoreCase": "key"}, "exportOptions": {"ignoreCase": "all", "enum": ["auto", "plist", "specify"]}, "exportMethod": {"type": "string", "ignoreCase": "key"}, "exportTeamId": {"type": "string", "ignoreCase": "key"}, "exportOptionsPlist": {"type": "string", "ignoreCase": "key"}, "exportArgs": {"type": "string", "ignoreCase": "key"}, "xcode8AutomaticSigning": {"type": "boolean", "ignoreCase": "key"}, "teamId": {"type": "string", "ignoreCase": "key"}, "signMethod": {"ignoreCase": "all", "enum": ["file", "id"]}, "iosSigningIdentity": {"type": "string", "ignoreCase": "key"}, "unlockDefaultKeychain": {"type": "boolean", "ignoreCase": "key"}, "defaultKeychainPassword": {"type": "string", "ignoreCase": "key"}, "provProfileUuid": {"type": "string", "ignoreCase": "key"}, "p12": {"type": "string", "ignoreCase": "key"}, "p12pwd": {"type": "string", "ignoreCase": "key"}, "provProfile": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "cwd": {"type": "string", "ignoreCase": "key"}, "outputPattern": {"type": "string", "ignoreCase": "key"}, "xcodeDeveloperDir": {"type": "string", "ignoreCase": "key"}, "useXcpretty": {"type": "boolean", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Xcode@4$"}, "inputs": {"properties": {"actions": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "xcWorkspacePath": {"type": "string", "ignoreCase": "key"}, "scheme": {"type": "string", "ignoreCase": "key"}, "xcodeVersion": {"ignoreCase": "all", "enum": ["8", "9", "default", "specifyPath"]}, "xcodeDeveloperDir": {"type": "string", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "archivePath": {"type": "string", "ignoreCase": "key"}, "exportPath": {"type": "string", "ignoreCase": "key"}, "exportOptions": {"ignoreCase": "all", "enum": ["auto", "plist", "specify"]}, "exportMethod": {"type": "string", "ignoreCase": "key"}, "exportTeamId": {"type": "string", "ignoreCase": "key"}, "exportOptionsPlist": {"type": "string", "ignoreCase": "key"}, "exportArgs": {"type": "string", "ignoreCase": "key"}, "signingOption": {"ignoreCase": "all", "enum": ["nosign", "default", "manual", "auto"]}, "signingIdentity": {"type": "string", "ignoreCase": "key"}, "provisioningProfileUuid": {"type": "string", "ignoreCase": "key"}, "teamId": {"type": "string", "ignoreCase": "key"}, "destinationPlatformOption": {"ignoreCase": "all", "enum": ["default", "iOS", "tvOS", "macOS", "custom"]}, "destinationPlatform": {"type": "string", "ignoreCase": "key"}, "destinationTypeOption": {"ignoreCase": "all", "enum": ["simulators", "devices"]}, "destinationSimulators": {"type": "string", "ignoreCase": "key"}, "destinationDevices": {"type": "string", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "outputPattern": {"type": "string", "ignoreCase": "key"}, "useXcpretty": {"type": "boolean", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Xcode@2$"}, "inputs": {"properties": {"actions": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "xcWorkspacePath": {"type": "string", "ignoreCase": "key"}, "scheme": {"type": "string", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "packageTool": {"ignoreCase": "all", "enum": ["xcrun", "xcodebuild"]}, "archivePath": {"type": "string", "ignoreCase": "key"}, "exportPath": {"type": "string", "ignoreCase": "key"}, "exportOptions": {"ignoreCase": "all", "enum": ["auto", "plist", "specify"]}, "exportMethod": {"type": "string", "ignoreCase": "key"}, "exportTeamId": {"type": "string", "ignoreCase": "key"}, "exportOptionsPlist": {"type": "string", "ignoreCase": "key"}, "xcode8AutomaticSigning": {"type": "boolean", "ignoreCase": "key"}, "teamId": {"type": "string", "ignoreCase": "key"}, "signMethod": {"ignoreCase": "all", "enum": ["file", "id"]}, "iosSigningIdentity": {"type": "string", "ignoreCase": "key"}, "unlockDefaultKeychain": {"type": "boolean", "ignoreCase": "key"}, "defaultKeychainPassword": {"type": "string", "ignoreCase": "key"}, "provProfileUuid": {"type": "string", "ignoreCase": "key"}, "p12": {"type": "string", "ignoreCase": "key"}, "p12pwd": {"type": "string", "ignoreCase": "key"}, "provProfile": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "cwd": {"type": "string", "ignoreCase": "key"}, "outputPattern": {"type": "string", "ignoreCase": "key"}, "xcodeDeveloperDir": {"type": "string", "ignoreCase": "key"}, "useXcpretty": {"type": "boolean", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "useXctool": {"type": "boolean", "ignoreCase": "key"}, "xctoolReporter": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetPublisher@0$"}, "inputs": {"properties": {"searchPattern": {"type": "string", "ignoreCase": "key"}, "nuGetFeedType": {"ignoreCase": "all", "enum": ["external", "internal"]}, "connectedServiceName": {"type": "string", "ignoreCase": "key"}, "feedName": {"type": "string", "ignoreCase": "key"}, "nuGetAdditionalArgs": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}, "nuGetVersion": {"ignoreCase": "all", "enum": ["3.3.0", "3.5.0.1829", "4.0.0.2283", "custom"]}, "nuGetPath": {"type": "string", "ignoreCase": "key"}, "continueOnEmptyNupkgMatch": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "NuGetPublisher is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^queryWorkItems@0$"}, "inputs": {"properties": {"queryId": {"type": "string", "ignoreCase": "key"}, "maxThreshold": {"type": "string", "ignoreCase": "key"}, "minThreshold": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["queryId"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureWebAppContainer@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key"}, "appName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key"}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key"}, "containers": {"type": "string", "ignoreCase": "key", "aliases": ["imageName"]}, "multicontainerConfigFile": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "appSettings": {"type": "string", "ignoreCase": "key"}, "configurationStrings": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "appName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^SqlDacpacDeploymentOnMachineGroup@0$"}, "inputs": {"properties": {"TaskType": {"ignoreCase": "all", "enum": ["dacpac", "sqlQuery", "sqlInline"]}, "DacpacFile": {"type": "string", "ignoreCase": "key"}, "SqlFile": {"type": "string", "ignoreCase": "key"}, "ExecuteInTransaction": {"type": "boolean", "ignoreCase": "key"}, "ExclusiveLock": {"type": "boolean", "ignoreCase": "key"}, "AppLockName": {"type": "string", "ignoreCase": "key"}, "InlineSql": {"type": "string", "ignoreCase": "key"}, "TargetMethod": {"ignoreCase": "all", "enum": ["server", "connectionString", "publishProfile"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "AuthScheme": {"ignoreCase": "all", "enum": ["windowsAuthentication", "sqlServerAuthentication"]}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "ConnectionString": {"type": "string", "ignoreCase": "key"}, "PublishProfile": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsSql": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CacheBeta@1$"}, "inputs": {"properties": {"key": {"type": "string", "ignoreCase": "key"}, "path": {"type": "string", "ignoreCase": "key"}, "cacheHitVar": {"type": "string", "ignoreCase": "key"}, "restoreKeys": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["key", "path"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Cache@2$"}, "inputs": {"properties": {"key": {"type": "string", "ignoreCase": "key"}, "path": {"type": "string", "ignoreCase": "key"}, "cacheHitVar": {"type": "string", "ignoreCase": "key"}, "restoreKeys": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["key", "path"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CacheBeta@0$"}, "inputs": {"properties": {"key": {"type": "string", "ignoreCase": "key"}, "path": {"type": "string", "ignoreCase": "key"}, "cacheHitVar": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["key", "path"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CMake@1$"}, "inputs": {"properties": {"workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "cmakeArgs": {"type": "string", "ignoreCase": "key"}, "runInsideShell": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^VSMobileCenterTest@0$"}, "inputs": {"properties": {"app": {"type": "string", "ignoreCase": "key"}, "artifactsDir": {"type": "string", "ignoreCase": "key"}, "enablePrepare": {"type": "boolean", "ignoreCase": "key"}, "framework": {"ignoreCase": "all", "enum": ["appium", "espresso", "calabash", "uitest", "xcuitest"]}, "appiumBuildDir": {"type": "string", "ignoreCase": "key"}, "espressoBuildDir": {"type": "string", "ignoreCase": "key"}, "espressoTestApkPath": {"type": "string", "ignoreCase": "key"}, "calabashProjectDir": {"type": "string", "ignoreCase": "key"}, "calabashConfigFile": {"type": "string", "ignoreCase": "key"}, "calabashProfile": {"type": "string", "ignoreCase": "key"}, "calabashSkipConfigCheck": {"type": "boolean", "ignoreCase": "key"}, "uitestBuildDir": {"type": "string", "ignoreCase": "key"}, "uitestStoreFile": {"type": "string", "ignoreCase": "key"}, "uitestStorePass": {"type": "string", "ignoreCase": "key"}, "uitestKeyAlias": {"type": "string", "ignoreCase": "key"}, "uitestKeyPass": {"type": "string", "ignoreCase": "key"}, "uitestToolsDir": {"type": "string", "ignoreCase": "key"}, "signInfo": {"type": "string", "ignoreCase": "key"}, "xcuitestBuildDir": {"type": "string", "ignoreCase": "key"}, "xcuitestTestIpaPath": {"type": "string", "ignoreCase": "key"}, "prepareOpts": {"type": "string", "ignoreCase": "key"}, "enableRun": {"type": "boolean", "ignoreCase": "key"}, "credsType": {"ignoreCase": "all", "enum": ["serviceEndpoint", "inputs"]}, "serverEndpoint": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "appSlug": {"type": "string", "ignoreCase": "key"}, "devices": {"type": "string", "ignoreCase": "key"}, "series": {"type": "string", "ignoreCase": "key"}, "dsymDir": {"type": "string", "ignoreCase": "key"}, "locale": {"ignoreCase": "all", "enum": ["da_DK", "nl_NL", "en_GB", "en_US", "fr_FR", "de_DE", "ja_JP", "ru_RU", "es_MX", "es_ES", "user"]}, "userDefinedLocale": {"type": "string", "ignoreCase": "key"}, "loginOpts": {"type": "string", "ignoreCase": "key"}, "runOpts": {"type": "string", "ignoreCase": "key"}, "async": {"type": "boolean", "ignoreCase": "key"}, "cliLocationOverride": {"type": "string", "ignoreCase": "key"}, "debug": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["app"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AppCenterTest@1$"}, "inputs": {"properties": {"appFile": {"type": "string", "ignoreCase": "key", "aliases": ["app"]}, "artifactsDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["artifactsDir"]}, "prepareTests": {"type": "boolean", "ignoreCase": "key", "aliases": ["enablePrepare"]}, "frameworkOption": {"ignoreCase": "all", "enum": ["appium", "espresso", "calabash", "uitest", "xcuitest"], "aliases": ["framework"]}, "appiumBuildDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["appiumBuildDir"]}, "espressoBuildDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["espressoBuildDir"]}, "espressoTestApkFile": {"type": "string", "ignoreCase": "key", "aliases": ["espressoTestApkPath"]}, "calabashProjectDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["calabashProjectDir"]}, "calabashConfigFile": {"type": "string", "ignoreCase": "key"}, "calabashProfile": {"type": "string", "ignoreCase": "key"}, "calabashSkipConfigCheck": {"type": "boolean", "ignoreCase": "key"}, "uiTestBuildDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["uitestBuildDir"]}, "uitestStorePath": {"type": "string", "ignoreCase": "key"}, "uiTestStorePassword": {"type": "string", "ignoreCase": "key", "aliases": ["uitestStorePass"]}, "uitestKeyAlias": {"type": "string", "ignoreCase": "key"}, "uiTestKeyPassword": {"type": "string", "ignoreCase": "key", "aliases": ["uitestKeyPass"]}, "uiTestToolsDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["uitestToolsDir"]}, "signInfo": {"type": "string", "ignoreCase": "key"}, "xcUITestBuildDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["xcuitestBuildDir"]}, "xcUITestIpaFile": {"type": "string", "ignoreCase": "key", "aliases": ["xcuitestTestIpaPath"]}, "prepareOptions": {"type": "string", "ignoreCase": "key", "aliases": ["prepareOpts"]}, "runTests": {"type": "boolean", "ignoreCase": "key", "aliases": ["enableRun"]}, "credentialsOption": {"ignoreCase": "all", "enum": ["serviceEndpoint", "inputs"], "aliases": ["credsType"]}, "serverEndpoint": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "appSlug": {"type": "string", "ignoreCase": "key"}, "devices": {"type": "string", "ignoreCase": "key"}, "series": {"type": "string", "ignoreCase": "key"}, "dsymDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["dsymDir"]}, "localeOption": {"ignoreCase": "all", "enum": ["da_DK", "nl_NL", "en_GB", "en_US", "fr_FR", "de_DE", "ja_JP", "ru_RU", "es_MX", "es_ES", "user"], "aliases": ["locale"]}, "userDefinedLocale": {"type": "string", "ignoreCase": "key"}, "loginOptions": {"type": "string", "ignoreCase": "key", "aliases": ["loginOpts"]}, "runOptions": {"type": "string", "ignoreCase": "key", "aliases": ["runOpts"]}, "skipWaitingForResults": {"type": "boolean", "ignoreCase": "key", "aliases": ["async"]}, "cliFile": {"type": "string", "ignoreCase": "key", "aliases": ["cliLocationOverride"]}, "showDebugOutput": {"type": "boolean", "ignoreCase": "key", "aliases": ["debug"]}}, "additionalProperties": false, "required": ["appFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadSecureFile@1$"}, "inputs": {"properties": {"secureFile": {"type": "string", "ignoreCase": "key"}, "retryCount": {"type": "string", "ignoreCase": "key"}, "socketTimeout": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["secureFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureContainerApps@0$"}, "inputs": {"properties": {"workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "appSourcePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM"]}, "acrName": {"type": "string", "ignoreCase": "key"}, "acrUsername": {"type": "string", "ignoreCase": "key"}, "acrPassword": {"type": "string", "ignoreCase": "key"}, "dockerfilePath": {"type": "string", "ignoreCase": "key"}, "imageToBuild": {"type": "string", "ignoreCase": "key"}, "imageToDeploy": {"type": "string", "ignoreCase": "key"}, "containerAppName": {"type": "string", "ignoreCase": "key"}, "resourceGroup": {"type": "string", "ignoreCase": "key"}, "containerAppEnvironment": {"type": "string", "ignoreCase": "key"}, "runtimeStack": {"type": "string", "ignoreCase": "key"}, "targetPort": {"type": "string", "ignoreCase": "key"}, "location": {"type": "string", "ignoreCase": "key"}, "environmentVariables": {"type": "string", "ignoreCase": "key"}, "disableTelemetry": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^UseRubyVersion@0$"}, "inputs": {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "addToPath": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Grunt@0$"}, "inputs": {"properties": {"gruntFile": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "gruntCli": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "enableCodeCoverage": {"type": "boolean", "ignoreCase": "key"}, "testFramework": {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]}, "srcFiles": {"type": "string", "ignoreCase": "key"}, "testFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^SqlAzureDacpacDeployment@1$"}, "inputs": {"properties": {"azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "AuthenticationType": {"ignoreCase": "all", "enum": ["server", "aadAuthenticationPassword", "aadAuthenticationIntegrated", "connectionString", "servicePrincipal"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "aadSqlUsername": {"type": "string", "ignoreCase": "key"}, "aadSqlPassword": {"type": "string", "ignoreCase": "key"}, "ConnectionString": {"type": "string", "ignoreCase": "key"}, "deployType": {"ignoreCase": "all", "enum": ["DacpacTask", "SqlTask", "InlineSqlTask"], "aliases": ["TaskNameSelector"]}, "DeploymentAction": {"ignoreCase": "all", "enum": ["Publish", "Extract", "Export", "Import", "Script", "DriftReport", "DeployReport"]}, "DacpacFile": {"type": "string", "ignoreCase": "key"}, "BacpacFile": {"type": "string", "ignoreCase": "key"}, "SqlFile": {"type": "string", "ignoreCase": "key"}, "SqlInline": {"type": "string", "ignoreCase": "key"}, "PublishProfile": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "SqlAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "InlineAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "IpDetectionMethod": {"ignoreCase": "all", "enum": ["AutoDetect", "IPAddressRange"]}, "StartIpAddress": {"type": "string", "ignoreCase": "key"}, "EndIpAddress": {"type": "string", "ignoreCase": "key"}, "DeleteFirewallRule": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ContainerStructureTest@0$"}, "inputs": {"properties": {"dockerRegistryServiceConnection": {"type": "string", "ignoreCase": "key"}, "repository": {"type": "string", "ignoreCase": "key"}, "tag": {"type": "string", "ignoreCase": "key"}, "configFile": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "failTaskOnFailedTests": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["dockerRegistryServiceConnection", "repository", "configFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^IISWebAppDeployment@1$"}, "inputs": {"properties": {"EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "WinRMProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "TestCertificate": {"type": "boolean", "ignoreCase": "key"}, "WebDeployPackage": {"type": "string", "ignoreCase": "key"}, "WebDeployParamFile": {"type": "string", "ignoreCase": "key"}, "OverRideParams": {"type": "string", "ignoreCase": "key"}, "CreateWebSite": {"type": "boolean", "ignoreCase": "key"}, "WebSiteName": {"type": "string", "ignoreCase": "key"}, "WebSitePhysicalPath": {"type": "string", "ignoreCase": "key"}, "WebSitePhysicalPathAuth": {"ignoreCase": "all", "enum": ["WebSiteUserPassThrough", "WebSiteWindowsAuth"]}, "WebSiteAuthUserName": {"type": "string", "ignoreCase": "key"}, "WebSiteAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "AddBinding": {"type": "boolean", "ignoreCase": "key"}, "AssignDuplicateBinding": {"type": "boolean", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["https", "http"]}, "IPAddress": {"type": "string", "ignoreCase": "key"}, "Port": {"type": "string", "ignoreCase": "key"}, "ServerNameIndication": {"type": "boolean", "ignoreCase": "key"}, "HostNameWithOutSNI": {"type": "string", "ignoreCase": "key"}, "HostNameWithHttp": {"type": "string", "ignoreCase": "key"}, "HostNameWithSNI": {"type": "string", "ignoreCase": "key"}, "SSLCertThumbPrint": {"type": "string", "ignoreCase": "key"}, "CreateAppPool": {"type": "boolean", "ignoreCase": "key"}, "AppPoolName": {"type": "string", "ignoreCase": "key"}, "DotNetVersion": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineMode": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentity": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsername": {"type": "string", "ignoreCase": "key"}, "AppPoolPassword": {"type": "string", "ignoreCase": "key"}, "AppCmdCommands": {"type": "string", "ignoreCase": "key"}, "DeployInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineFilter": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "WebDeployPackage"]}}, "deprecationMessage": "IISWebAppDeployment is deprecated - Deploy using MSDeploy, then create/update websites and app pools", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CloudLoadTest@1$"}, "inputs": {"properties": {"connectedServiceName": {"type": "string", "ignoreCase": "key"}, "TestDrop": {"type": "string", "ignoreCase": "key"}, "LoadTest": {"type": "string", "ignoreCase": "key"}, "activeRunSettings": {"ignoreCase": "all", "enum": ["useFile", "changeActive"]}, "runSettingName": {"type": "string", "ignoreCase": "key"}, "testContextParameters": {"type": "string", "ignoreCase": "key"}, "TestSettings": {"type": "string", "ignoreCase": "key"}, "ThresholdLimit": {"type": "string", "ignoreCase": "key"}, "MachineType": {"ignoreCase": "all", "enum": ["0", "2"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "numOfSelfProvisionedAgents": {"type": "integer", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["LoadTest"]}}, "deprecationMessage": "CloudLoadTest is deprecated - Run a load test in the cloud with Azure Pipelines", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^KubectlInstaller@0$"}, "inputs": {"properties": {"kubectlVersion": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CmdLine@1$"}, "inputs": {"properties": {"filename": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingFolder": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["filename"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CmdLine@2$"}, "inputs": {"properties": {"script": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGet@0$"}, "inputs": {"properties": {"command": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["command"]}}, "deprecationMessage": "NuGet is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ContainerBuild@0$"}, "inputs": {"properties": {"dockerRegistryServiceConnection": {"type": "string", "ignoreCase": "key"}, "repository": {"type": "string", "ignoreCase": "key"}, "Dockerfile": {"type": "string", "ignoreCase": "key"}, "buildContext": {"type": "string", "ignoreCase": "key"}, "tags": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetCommand@2$"}, "inputs": {"properties": {"command": {"ignoreCase": "all", "enum": ["restore", "pack", "push", "custom"]}, "restoreSolution": {"type": "string", "ignoreCase": "key", "aliases": ["solution"]}, "feedsToUse": {"ignoreCase": "all", "enum": ["select", "config"], "aliases": ["selectOrConfig"]}, "vstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedRestore"]}, "includeNuGetOrg": {"type": "boolean", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "externalFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "disableParallelProcessing": {"type": "boolean", "ignoreCase": "key"}, "restoreDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}, "verbosityRestore": {"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}, "packagesToPush": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPush"]}, "nuGetFeedType": {"ignoreCase": "all", "enum": ["internal", "external"]}, "publishVstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedPublish"]}, "publishPackageMetadata": {"type": "boolean", "ignoreCase": "key"}, "allowPackageConflicts": {"type": "boolean", "ignoreCase": "key"}, "publishFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}, "verbosityPush": {"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}, "packagesToPack": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPack"]}, "configuration": {"type": "string", "ignoreCase": "key", "aliases": ["configurationToPack"]}, "packDestination": {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}, "versioningScheme": {"ignoreCase": "all", "enum": ["off", "byPrereleaseNumber", "byEnvVar", "byBuildNumber"]}, "includeReferencedProjects": {"type": "boolean", "ignoreCase": "key"}, "versionEnvVar": {"type": "string", "ignoreCase": "key"}, "majorVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedMajorVersion"]}, "minorVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedMinorVersion"]}, "patchVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedPatchVersion"]}, "packTimezone": {"ignoreCase": "all", "enum": ["utc", "local"]}, "includeSymbols": {"type": "boolean", "ignoreCase": "key"}, "toolPackage": {"type": "boolean", "ignoreCase": "key"}, "buildProperties": {"type": "string", "ignoreCase": "key"}, "basePath": {"type": "string", "ignoreCase": "key"}, "verbosityPack": {"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetInstaller@0$"}, "inputs": {"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "restoreMode": {"ignoreCase": "all", "enum": ["restore", "install"]}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "nuGetRestoreArgs": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}, "nuGetVersion": {"ignoreCase": "all", "enum": ["3.3.0", "3.5.0.1829", "4.0.0.2283", "custom"]}, "nuGetPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetRestore@1$"}, "inputs": {"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "selectOrConfig": {"ignoreCase": "all", "enum": ["select", "config"]}, "feed": {"type": "string", "ignoreCase": "key"}, "includeNuGetOrg": {"type": "boolean", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "packagesDirectory": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Delay@1$"}, "inputs": {"properties": {"delayForMinutes": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XamariniOS@2$"}, "inputs": {"properties": {"solutionFile": {"type": "string", "ignoreCase": "key", "aliases": ["solution"]}, "configuration": {"type": "string", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "buildForSimulator": {"type": "boolean", "ignoreCase": "key", "aliases": ["forSimulator"]}, "runNugetRestore": {"type": "boolean", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "mdtoolFile": {"type": "string", "ignoreCase": "key", "aliases": ["buildToolLocation", "mdtoolLocation"]}, "signingIdentity": {"type": "string", "ignoreCase": "key", "aliases": ["iosSigningIdentity"]}, "signingProvisioningProfileID": {"type": "string", "ignoreCase": "key", "aliases": ["provProfileUuid"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XamariniOS@1$"}, "inputs": {"properties": {"solutionFile": {"type": "string", "ignoreCase": "key", "aliases": ["solution"]}, "configuration": {"type": "string", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "buildForSimulator": {"type": "boolean", "ignoreCase": "key", "aliases": ["forSimulator"]}, "runNugetRestore": {"type": "boolean", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "buildToolOption": {"ignoreCase": "all", "enum": ["xbuild", "msbuild"], "aliases": ["buildTool"]}, "mdtoolFile": {"type": "string", "ignoreCase": "key", "aliases": ["mdtoolLocation"]}, "signingOption": {"ignoreCase": "all", "enum": ["file", "id"], "aliases": ["signMethod"]}, "signingIdentity": {"type": "string", "ignoreCase": "key", "aliases": ["iosSigningIdentity"]}, "signingUnlockDefaultKeychain": {"type": "boolean", "ignoreCase": "key", "aliases": ["unlockDefaultKeychain"]}, "signingDefaultKeychainPassword": {"type": "string", "ignoreCase": "key", "aliases": ["defaultKeychainPassword"]}, "signingProvisioningProfileID": {"type": "string", "ignoreCase": "key", "aliases": ["provProfileUuid"]}, "signingP12File": {"type": "string", "ignoreCase": "key", "aliases": ["p12"]}, "signingP12Password": {"type": "string", "ignoreCase": "key", "aliases": ["p12pwd"]}, "signingProvisioningProfileFile": {"type": "string", "ignoreCase": "key", "aliases": ["provProfile"]}, "signingRemoveProfile": {"type": "boolean", "ignoreCase": "key", "aliases": ["removeProfile"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishTestResults@1$"}, "inputs": {"properties": {"testRunner": {"ignoreCase": "all", "enum": ["JUnit", "NUnit", "VSTest", "XUnit"]}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "mergeTestResults": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "publishRunAttachments": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishTestResults@2$"}, "inputs": {"properties": {"testResultsFormat": {"ignoreCase": "all", "enum": ["JUnit", "NUnit", "VSTest", "XUnit", "CTest"], "aliases": ["testRunner"]}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "searchFolder": {"type": "string", "ignoreCase": "key"}, "mergeTestResults": {"type": "boolean", "ignoreCase": "key"}, "failTaskOnFailedTests": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "buildPlatform": {"type": "string", "ignoreCase": "key", "aliases": ["platform"]}, "buildConfiguration": {"type": "string", "ignoreCase": "key", "aliases": ["configuration"]}, "publishRunAttachments": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFileCopy@1$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "classicStorage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccount"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "cloudService": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentName"]}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}, "outputStorageUri": {"type": "string", "ignoreCase": "key"}, "outputStorageContainerSasToken": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "Destination"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFileCopy@4$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "sasTokenTimeOutInMinutes": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "azureSubscription", "Destination", "storage"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFileCopy@5$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "sasTokenTimeOutInMinutes": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "azureSubscription", "Destination", "storage"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFileCopy@2$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "classicStorage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccount"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "cloudService": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentName"]}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}, "outputStorageUri": {"type": "string", "ignoreCase": "key"}, "outputStorageContainerSasToken": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "Destination"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFileCopy@3$"}, "inputs": {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}, "outputStorageUri": {"type": "string", "ignoreCase": "key"}, "outputStorageContainerSasToken": {"type": "string", "ignoreCase": "key"}, "sasTokenTimeOutInMinutes": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "azureSubscription", "Destination", "storage"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishSymbols@2$"}, "inputs": {"properties": {"SymbolsFolder": {"type": "string", "ignoreCase": "key"}, "SearchPattern": {"type": "string", "ignoreCase": "key"}, "IndexSources": {"type": "boolean", "ignoreCase": "key"}, "PublishSymbols": {"type": "boolean", "ignoreCase": "key"}, "SymbolServerType": {"ignoreCase": "all", "enum": [" ", "TeamServices", "FileShare"]}, "SymbolsPath": {"type": "string", "ignoreCase": "key"}, "CompressSymbols": {"type": "boolean", "ignoreCase": "key"}, "SymbolExpirationInDays": {"type": "string", "ignoreCase": "key"}, "IndexableFileFormats": {"ignoreCase": "all", "enum": ["Default", "Pdb", "SourceMap", "All"]}, "DetailedLog": {"type": "boolean", "ignoreCase": "key"}, "TreatNotIndexedAsWarning": {"type": "boolean", "ignoreCase": "key"}, "UseNetCoreClientTool": {"type": "boolean", "ignoreCase": "key"}, "SymbolsMaximumWaitTime": {"type": "string", "ignoreCase": "key"}, "SymbolsProduct": {"type": "string", "ignoreCase": "key"}, "SymbolsVersion": {"type": "string", "ignoreCase": "key"}, "SymbolsArtifactName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishSymbols@1$"}, "inputs": {"properties": {"SymbolsPath": {"type": "string", "ignoreCase": "key"}, "SearchPattern": {"type": "string", "ignoreCase": "key"}, "SymbolsFolder": {"type": "string", "ignoreCase": "key"}, "SkipIndexing": {"type": "boolean", "ignoreCase": "key"}, "TreatNotIndexedAsWarning": {"type": "boolean", "ignoreCase": "key"}, "SymbolsMaximumWaitTime": {"type": "string", "ignoreCase": "key"}, "SymbolsProduct": {"type": "string", "ignoreCase": "key"}, "SymbolsVersion": {"type": "string", "ignoreCase": "key"}, "SymbolsArtifactName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CopyFilesOverSSH@0$"}, "inputs": {"properties": {"sshEndpoint": {"type": "string", "ignoreCase": "key"}, "sourceFolder": {"type": "string", "ignoreCase": "key"}, "contents": {"type": "string", "ignoreCase": "key"}, "targetFolder": {"type": "string", "ignoreCase": "key"}, "isWindowsOnTarget": {"type": "boolean", "ignoreCase": "key"}, "cleanTargetFolder": {"type": "boolean", "ignoreCase": "key"}, "cleanHiddenFilesInTarget": {"type": "boolean", "ignoreCase": "key"}, "readyTimeout": {"type": "string", "ignoreCase": "key"}, "overwrite": {"type": "boolean", "ignoreCase": "key"}, "failOnEmptySource": {"type": "boolean", "ignoreCase": "key"}, "flattenFolders": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["sshEndpoint"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Gradle@2$"}, "inputs": {"properties": {"gradleWrapperFile": {"type": "string", "ignoreCase": "key", "aliases": ["wrapperScript"]}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "options": {"type": "string", "ignoreCase": "key"}, "tasks": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "codeCoverageGradle5xOrHigher": {"type": "boolean", "ignoreCase": "key", "aliases": ["gradle5xOrHigher"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.17", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "gradleOptions": {"type": "string", "ignoreCase": "key", "aliases": ["gradleOpts"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "sqGradlePluginVersionChoice": {"ignoreCase": "all", "enum": ["specify", "build"]}, "sonarQubeGradlePluginVersion": {"type": "string", "ignoreCase": "key", "aliases": ["sqGradlePluginVersion"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}, "spotBugsAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["spotBugsAnalysisEnabled"]}, "spotBugsGradlePluginVersionChoice": {"ignoreCase": "all", "enum": ["specify", "build"]}, "spotbugsGradlePluginVersion": {"type": "string", "ignoreCase": "key", "aliases": ["spotbugsGradlePluginVersion"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Gradle@3$"}, "inputs": {"properties": {"gradleWrapperFile": {"type": "string", "ignoreCase": "key", "aliases": ["wrapperScript"]}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "options": {"type": "string", "ignoreCase": "key"}, "tasks": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "codeCoverageGradle5xOrHigher": {"type": "boolean", "ignoreCase": "key", "aliases": ["gradle5xOrHigher"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.17", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "gradleOptions": {"type": "string", "ignoreCase": "key", "aliases": ["gradleOpts"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "sqGradlePluginVersionChoice": {"ignoreCase": "all", "enum": ["specify", "build"]}, "sonarQubeGradlePluginVersion": {"type": "string", "ignoreCase": "key", "aliases": ["sqGradlePluginVersion"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}, "spotBugsAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["spotBugsAnalysisEnabled"]}, "spotBugsGradlePluginVersionChoice": {"ignoreCase": "all", "enum": ["specify", "build"]}, "spotbugsGradlePluginVersion": {"type": "string", "ignoreCase": "key", "aliases": ["spotbugsGradlePluginVersion"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Gradle@1$"}, "inputs": {"properties": {"gradleWrapperFile": {"type": "string", "ignoreCase": "key", "aliases": ["wrapperScript"]}, "options": {"type": "string", "ignoreCase": "key"}, "tasks": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "codeCoverageToolOption": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}, "gradleOptions": {"type": "string", "ignoreCase": "key", "aliases": ["gradleOpts"]}, "sonarQubeRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisEnabled"]}, "sonarQubeServiceEndpoint": {"type": "string", "ignoreCase": "key", "aliases": ["sqConnectedServiceName"]}, "sonarQubeProjectName": {"type": "string", "ignoreCase": "key", "aliases": ["sqProjectName"]}, "sonarQubeProjectKey": {"type": "string", "ignoreCase": "key", "aliases": ["sqProjectKey"]}, "sonarQubeProjectVersion": {"type": "string", "ignoreCase": "key", "aliases": ["sqProjectVersion"]}, "sonarQubeGradlePluginVersion": {"type": "string", "ignoreCase": "key", "aliases": ["sqGradlePluginVersion"]}, "sonarQubeSpecifyDB": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqDbDetailsRequired"]}, "sonarQubeDBUrl": {"type": "string", "ignoreCase": "key", "aliases": ["sqDbUrl"]}, "sonarQubeDBUsername": {"type": "string", "ignoreCase": "key", "aliases": ["sqDbUsername"]}, "sonarQubeDBPassword": {"type": "string", "ignoreCase": "key", "aliases": ["sqDbPassword"]}, "sonarQubeIncludeFullReport": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisIncludeFullReport"]}, "sonarQubeFailWhenQualityGateFails": {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisBreakBuildIfQualityGateFailed"]}, "checkStyleRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]}, "findBugsRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]}, "pmdRunAnalysis": {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AppCenterDistribute@2$"}, "inputs": {"properties": {"serverEndpoint": {"type": "string", "ignoreCase": "key"}, "appSlug": {"type": "string", "ignoreCase": "key"}, "appFile": {"type": "string", "ignoreCase": "key", "aliases": ["app"]}, "symbolsOption": {"ignoreCase": "all", "enum": ["Apple"], "aliases": ["symbolsType"]}, "symbolsPath": {"type": "string", "ignoreCase": "key"}, "symbolsPdbFiles": {"type": "string", "ignoreCase": "key", "aliases": ["pdbPath"]}, "symbolsDsymFiles": {"type": "string", "ignoreCase": "key", "aliases": ["dsymPath"]}, "symbolsMappingTxtFile": {"type": "string", "ignoreCase": "key", "aliases": ["mappingTxtPath"]}, "symbolsIncludeParentDirectory": {"type": "boolean", "ignoreCase": "key", "aliases": ["packParentFolder"]}, "releaseNotesOption": {"ignoreCase": "all", "enum": ["input", "file"], "aliases": ["releaseNotesSelection"]}, "releaseNotesInput": {"type": "string", "ignoreCase": "key"}, "releaseNotesFile": {"type": "string", "ignoreCase": "key"}, "isMandatory": {"type": "boolean", "ignoreCase": "key"}, "distributionGroupId": {"type": "string", "ignoreCase": "key", "aliases": ["destinationIds", "destinationId"]}}, "additionalProperties": false, "required": ["serverEndpoint", "appSlug", "appFile"]}}, "deprecationMessage": "AppCenterDistribute is deprecated - Distribute app builds to testers and users via Visual Studio App Center", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AppCenterDistribute@1$"}, "inputs": {"properties": {"serverEndpoint": {"type": "string", "ignoreCase": "key"}, "appSlug": {"type": "string", "ignoreCase": "key"}, "appFile": {"type": "string", "ignoreCase": "key", "aliases": ["app"]}, "symbolsOption": {"ignoreCase": "all", "enum": ["Apple"], "aliases": ["symbolsType"]}, "symbolsPath": {"type": "string", "ignoreCase": "key"}, "symbolsPdbFiles": {"type": "string", "ignoreCase": "key", "aliases": ["pdbPath"]}, "symbolsDsymFiles": {"type": "string", "ignoreCase": "key", "aliases": ["dsymPath"]}, "symbolsMappingTxtFile": {"type": "string", "ignoreCase": "key", "aliases": ["mappingTxtPath"]}, "symbolsIncludeParentDirectory": {"type": "boolean", "ignoreCase": "key", "aliases": ["packParentFolder"]}, "releaseNotesOption": {"ignoreCase": "all", "enum": ["input", "file"], "aliases": ["releaseNotesSelection"]}, "releaseNotesInput": {"type": "string", "ignoreCase": "key"}, "releaseNotesFile": {"type": "string", "ignoreCase": "key"}, "isMandatory": {"type": "boolean", "ignoreCase": "key"}, "distributionGroupId": {"type": "string", "ignoreCase": "key", "aliases": ["destinationId"]}}, "additionalProperties": false, "required": ["serverEndpoint", "appSlug", "appFile"]}}, "deprecationMessage": "AppCenterDistribute is deprecated - Distribute app builds to testers and users via Visual Studio App Center", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AppCenterDistribute@3$"}, "inputs": {"properties": {"serverEndpoint": {"type": "string", "ignoreCase": "key"}, "appSlug": {"type": "string", "ignoreCase": "key"}, "appFile": {"type": "string", "ignoreCase": "key", "aliases": ["app"]}, "buildVersion": {"type": "string", "ignoreCase": "key"}, "symbolsOption": {"ignoreCase": "all", "enum": ["Apple", "Android", "UWP"], "aliases": ["symbolsType"]}, "symbolsPath": {"type": "string", "ignoreCase": "key"}, "appxsymPath": {"type": "string", "ignoreCase": "key"}, "symbolsDsymFiles": {"type": "string", "ignoreCase": "key", "aliases": ["dsymPath"]}, "symbolsMappingTxtFile": {"type": "string", "ignoreCase": "key", "aliases": ["mappingTxtPath"]}, "nativeLibrariesPath": {"type": "string", "ignoreCase": "key"}, "symbolsIncludeParentDirectory": {"type": "boolean", "ignoreCase": "key", "aliases": ["packParentFolder"]}, "releaseNotesOption": {"ignoreCase": "all", "enum": ["input", "file"], "aliases": ["releaseNotesSelection"]}, "releaseNotesInput": {"type": "string", "ignoreCase": "key"}, "releaseNotesFile": {"type": "string", "ignoreCase": "key"}, "isMandatory": {"type": "boolean", "ignoreCase": "key"}, "destinationType": {"ignoreCase": "all", "enum": ["groups", "store"]}, "distributionGroupId": {"type": "string", "ignoreCase": "key", "aliases": ["destinationGroupIds"]}, "destinationStoreId": {"type": "string", "ignoreCase": "key"}, "isSilent": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["serverEndpoint", "appSlug", "appFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AppCenterDistribute@0$"}, "inputs": {"properties": {"serverEndpoint": {"type": "string", "ignoreCase": "key"}, "appSlug": {"type": "string", "ignoreCase": "key"}, "appFile": {"type": "string", "ignoreCase": "key", "aliases": ["app"]}, "symbolsOption": {"ignoreCase": "all", "enum": ["Apple"], "aliases": ["symbolsType"]}, "symbolsPath": {"type": "string", "ignoreCase": "key"}, "symbolsPdbFiles": {"type": "string", "ignoreCase": "key", "aliases": ["pdbPath"]}, "symbolsDsymFiles": {"type": "string", "ignoreCase": "key", "aliases": ["dsymPath"]}, "symbolsMappingTxtFile": {"type": "string", "ignoreCase": "key", "aliases": ["mappingTxtPath"]}, "symbolsIncludeParentDirectory": {"type": "boolean", "ignoreCase": "key", "aliases": ["packParentFolder"]}, "releaseNotesOption": {"ignoreCase": "all", "enum": ["input", "file"], "aliases": ["releaseNotesSelection"]}, "releaseNotesInput": {"type": "string", "ignoreCase": "key"}, "releaseNotesFile": {"type": "string", "ignoreCase": "key"}, "distributionGroupId": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["serverEndpoint", "appSlug", "appFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetToolInstaller@0$"}, "inputs": {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NuGetToolInstaller@1$"}, "inputs": {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^JenkinsDownloadArtifacts@1$"}, "inputs": {"properties": {"jenkinsServerConnection": {"type": "string", "ignoreCase": "key", "aliases": ["serverEndpoint"]}, "jobName": {"type": "string", "ignoreCase": "key"}, "jenkinsJobType": {"type": "string", "ignoreCase": "key"}, "saveTo": {"type": "string", "ignoreCase": "key"}, "jenkinsBuild": {"ignoreCase": "all", "enum": ["LastSuccessfulBuild", "BuildNumber"]}, "jenkinsBuildNumber": {"type": "string", "ignoreCase": "key"}, "itemPattern": {"type": "string", "ignoreCase": "key"}, "downloadCommitsAndWorkItems": {"type": "boolean", "ignoreCase": "key"}, "startJenkinsBuildNumber": {"type": "string", "ignoreCase": "key"}, "artifactDetailsFileNameSuffix": {"type": "string", "ignoreCase": "key"}, "propagatedArtifacts": {"type": "boolean", "ignoreCase": "key"}, "artifactProvider": {"ignoreCase": "all", "enum": ["azureStorage"]}, "ConnectedServiceNameARM": {"type": "string", "ignoreCase": "key"}, "storageAccountName": {"type": "string", "ignoreCase": "key"}, "containerName": {"type": "string", "ignoreCase": "key"}, "commonVirtualPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["jenkinsServerConnection", "jobName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunctionAppContainer@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key"}, "appName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key"}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key"}, "imageName": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "appSettings": {"type": "string", "ignoreCase": "key"}, "configurationStrings": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "appName", "imageName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^JavaToolInstallerTestVuln2@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DecryptFile@1$"}, "inputs": {"properties": {"cipher": {"type": "string", "ignoreCase": "key"}, "inFile": {"type": "string", "ignoreCase": "key"}, "passphrase": {"type": "string", "ignoreCase": "key"}, "outFile": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}}, "additionalProperties": false, "required": ["inFile", "passphrase"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^HelmDeploy@0$"}, "inputs": {"properties": {"connectionType": {"ignoreCase": "all", "enum": ["Azure Resource Manager", "Kubernetes Service Connection", "None"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureResourceGroup": {"type": "string", "ignoreCase": "key"}, "kubernetesCluster": {"type": "string", "ignoreCase": "key"}, "useClusterAdmin": {"type": "boolean", "ignoreCase": "key"}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}, "namespace": {"type": "string", "ignoreCase": "key"}, "azureSubscriptionForACR": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpointForACR"]}, "azureResourceGroupForACR": {"type": "string", "ignoreCase": "key"}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "command": {"ignoreCase": "all", "enum": ["create", "delete", "expose", "get", "init", "install", "login", "logout", "ls", "package", "rollback", "save", "upgrade", "uninstall"]}, "chartType": {"ignoreCase": "all", "enum": ["Name", "FilePath"]}, "chartName": {"type": "string", "ignoreCase": "key"}, "chartPath": {"type": "string", "ignoreCase": "key"}, "chartVersion": {"type": "string", "ignoreCase": "key", "aliases": ["version"]}, "releaseName": {"type": "string", "ignoreCase": "key"}, "overrideValues": {"type": "string", "ignoreCase": "key"}, "valueFile": {"type": "string", "ignoreCase": "key"}, "destination": {"type": "string", "ignoreCase": "key"}, "canaryImage": {"type": "boolean", "ignoreCase": "key", "aliases": ["canaryimage"]}, "upgradeTiller": {"type": "boolean", "ignoreCase": "key", "aliases": ["upgradetiller"]}, "updateDependency": {"type": "boolean", "ignoreCase": "key", "aliases": ["updatedependency"]}, "save": {"type": "boolean", "ignoreCase": "key"}, "install": {"type": "boolean", "ignoreCase": "key"}, "recreate": {"type": "boolean", "ignoreCase": "key"}, "resetValues": {"type": "boolean", "ignoreCase": "key"}, "force": {"type": "boolean", "ignoreCase": "key"}, "waitForExecution": {"type": "boolean", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "enableTls": {"type": "boolean", "ignoreCase": "key"}, "caCert": {"type": "string", "ignoreCase": "key"}, "certificate": {"type": "string", "ignoreCase": "key"}, "privatekey": {"type": "string", "ignoreCase": "key"}, "tillerNamespace": {"type": "string", "ignoreCase": "key", "aliases": ["tillernamespace"]}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}, "publishPipelineMetadata": {"type": "boolean", "ignoreCase": "key"}, "chartNameForACR": {"type": "string", "ignoreCase": "key"}, "chartPathForACR": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscriptionForACR", "azureResourceGroupForACR", "azureContainerRegistry"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InstallAppleCertificate@2$"}, "inputs": {"properties": {"certSecureFile": {"type": "string", "ignoreCase": "key"}, "certPwd": {"type": "string", "ignoreCase": "key"}, "keychain": {"ignoreCase": "all", "enum": ["default", "temp", "custom"]}, "keychainPassword": {"type": "string", "ignoreCase": "key"}, "customKeychainPath": {"type": "string", "ignoreCase": "key"}, "deleteCert": {"type": "boolean", "ignoreCase": "key"}, "deleteCustomKeychain": {"type": "boolean", "ignoreCase": "key"}, "signingIdentity": {"type": "string", "ignoreCase": "key"}, "setUpPartitionIdACLForPrivateKey": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["certSecureFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InstallAppleCertificate@1$"}, "inputs": {"properties": {"certSecureFile": {"type": "string", "ignoreCase": "key"}, "certPwd": {"type": "string", "ignoreCase": "key"}, "keychain": {"ignoreCase": "all", "enum": ["default", "temp", "custom"]}, "keychainPassword": {"type": "string", "ignoreCase": "key"}, "customKeychainPath": {"type": "string", "ignoreCase": "key"}, "deleteCert": {"type": "boolean", "ignoreCase": "key"}, "deleteCustomKeychain": {"type": "boolean", "ignoreCase": "key"}, "signingIdentity": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["certSecureFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InstallAppleCertificate@0$"}, "inputs": {"properties": {"certSecureFile": {"type": "string", "ignoreCase": "key"}, "certPwd": {"type": "string", "ignoreCase": "key"}, "keychain": {"ignoreCase": "all", "enum": ["default", "temp", "custom"]}, "keychainPassword": {"type": "string", "ignoreCase": "key"}, "customKeychainPath": {"type": "string", "ignoreCase": "key"}, "deleteCert": {"type": "boolean", "ignoreCase": "key"}, "deleteCustomKeychain": {"type": "boolean", "ignoreCase": "key"}, "signingIdentity": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["certSecureFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunction@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunction@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadGitHubRelease@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^SSH@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishPipelineArtifact@0$"}, "inputs": {"properties": {"artifactName": {"type": "string", "ignoreCase": "key"}, "targetPath": {"type": "string", "ignoreCase": "key"}, "properties": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["targetPath"]}}, "deprecationMessage": "PublishPipelineArtifact is deprecated - Publish a local directory or file as a named artifact for the current pipeline", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishPipelineArtifact@1$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^SonarQubePreBuild@1$"}, "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"]}}, "deprecationMessage": "SonarQubePreBuild is deprecated - [DEPRECATED] Fetch the Quality Profile from SonarQube to configure the analysis", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadFileshareArtifacts@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Kubernetes@0$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Kubernetes@1$"}, "inputs": {"properties": {"connectionType": {"ignoreCase": "all", "enum": ["Azure Resource Manager", "Kubernetes Service Connection", "None"]}, "kubernetesServiceEndpoint": {"type": "string", "ignoreCase": "key"}, "azureSubscriptionEndpoint": {"type": "string", "ignoreCase": "key"}, "azureResourceGroup": {"type": "string", "ignoreCase": "key"}, "kubernetesCluster": {"type": "string", "ignoreCase": "key"}, "useClusterAdmin": {"type": "boolean", "ignoreCase": "key"}, "namespace": {"type": "string", "ignoreCase": "key"}, "command": {"ignoreCase": "all", "enum": ["apply", "create", "delete", "exec", "expose", "get", "login", "logout", "logs", "run", "set", "top"]}, "useConfigurationFile": {"type": "boolean", "ignoreCase": "key"}, "configurationType": {"ignoreCase": "all", "enum": ["configuration", "inline"]}, "configuration": {"type": "string", "ignoreCase": "key"}, "inline": {"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"]}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "azureSubscriptionEndpointForSecrets": {"type": "string", "ignoreCase": "key"}, "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", "none"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureIoTEdge@2$"}, "inputs": {"properties": {"action": {"ignoreCase": "all", "enum": ["Build module images", "Push module images", "Generate deployment manifest", "Deploy to IoT Edge devices"]}, "deploymentFilePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM"]}, "iothubname": {"type": "string", "ignoreCase": "key"}, "deploymentid": {"type": "string", "ignoreCase": "key"}, "priority": {"type": "string", "ignoreCase": "key"}, "deviceOption": {"ignoreCase": "all", "enum": ["Single Device", "Multiple Devices"]}, "deviceId": {"type": "string", "ignoreCase": "key"}, "targetcondition": {"type": "string", "ignoreCase": "key"}, "containerregistrytype": {"ignoreCase": "all", "enum": ["Azure Container Registry", "Generic Container Registry"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpoint"]}, "azureSubscriptionEndpoint": {"type": "string", "ignoreCase": "key"}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "templateFilePath": {"type": "string", "ignoreCase": "key"}, "defaultPlatform": {"ignoreCase": "all", "enum": ["amd64", "windows-amd64", "arm32v7", "arm64v8"]}, "fillRegistryCredential": {"ignoreCase": "all", "enum": ["true", "false"]}, "deploymentManifestOutputPath": {"type": "string", "ignoreCase": "key"}, "validateGeneratedDeploymentManifest": {"ignoreCase": "all", "enum": ["true", "false"]}, "bypassModules": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ServiceFabricComposeDeploy@0$"}, "inputs": {"properties": {"clusterConnection": {"type": "string", "ignoreCase": "key", "aliases": ["serviceConnectionName"]}, "composeFilePath": {"type": "string", "ignoreCase": "key"}, "applicationName": {"type": "string", "ignoreCase": "key"}, "registryCredentials": {"ignoreCase": "all", "enum": ["AzureResourceManagerEndpoint", "ContainerRegistryEndpoint", "UsernamePassword", "None"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpointName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "registryUserName": {"type": "string", "ignoreCase": "key"}, "registryPassword": {"type": "string", "ignoreCase": "key"}, "passwordEncrypted": {"type": "boolean", "ignoreCase": "key"}, "upgrade": {"type": "boolean", "ignoreCase": "key"}, "deployTimeoutSec": {"type": "string", "ignoreCase": "key"}, "removeTimeoutSec": {"type": "string", "ignoreCase": "key"}, "getStatusTimeoutSec": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["clusterConnection"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AndroidSigning@2$"}, "inputs": {"properties": {"apkFiles": {"type": "string", "ignoreCase": "key", "aliases": ["files"]}, "jarsign": {"type": "boolean", "ignoreCase": "key"}, "jarsignerKeystoreFile": {"type": "string", "ignoreCase": "key", "aliases": ["keystoreFile"]}, "jarsignerKeystorePassword": {"type": "string", "ignoreCase": "key", "aliases": ["keystorePass"]}, "jarsignerKeystoreAlias": {"type": "string", "ignoreCase": "key", "aliases": ["keystoreAlias"]}, "jarsignerKeyPassword": {"type": "string", "ignoreCase": "key", "aliases": ["keyPass"]}, "jarsignerArguments": {"type": "string", "ignoreCase": "key"}, "zipalign": {"type": "boolean", "ignoreCase": "key"}, "zipalignFile": {"type": "string", "ignoreCase": "key", "aliases": ["zipalignLocation"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AndroidSigning@3$"}, "inputs": {"properties": {"apkFiles": {"type": "string", "ignoreCase": "key", "aliases": ["files"]}, "apksign": {"type": "boolean", "ignoreCase": "key"}, "apksignerKeystoreFile": {"type": "string", "ignoreCase": "key", "aliases": ["keystoreFile"]}, "apksignerKeystorePassword": {"type": "string", "ignoreCase": "key", "aliases": ["keystorePass"]}, "apksignerKeystoreAlias": {"type": "string", "ignoreCase": "key", "aliases": ["keystoreAlias"]}, "apksignerKeyPassword": {"type": "string", "ignoreCase": "key", "aliases": ["keyPass"]}, "apksignerVersion": {"type": "string", "ignoreCase": "key"}, "apksignerArguments": {"type": "string", "ignoreCase": "key"}, "apksignerFile": {"type": "string", "ignoreCase": "key", "aliases": ["apksignerLocation"]}, "zipalign": {"type": "boolean", "ignoreCase": "key"}, "zipalignVersion": {"type": "string", "ignoreCase": "key"}, "zipalignFile": {"type": "string", "ignoreCase": "key", "aliases": ["zipalignLocation"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AndroidSigning@1$"}, "inputs": {"properties": {"files": {"type": "string", "ignoreCase": "key"}, "jarsign": {"type": "boolean", "ignoreCase": "key"}, "keystoreFile": {"type": "string", "ignoreCase": "key"}, "keystorePass": {"type": "string", "ignoreCase": "key"}, "keystoreAlias": {"type": "string", "ignoreCase": "key"}, "keyPass": {"type": "string", "ignoreCase": "key"}, "jarsignerArguments": {"type": "string", "ignoreCase": "key"}, "zipalign": {"type": "boolean", "ignoreCase": "key"}, "zipalignLocation": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["files"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadPipelineArtifact@1$"}, "inputs": {"properties": {"buildType": {"ignoreCase": "all", "enum": ["current", "specific"]}, "project": {"type": "string", "ignoreCase": "key"}, "pipeline": {"type": "string", "ignoreCase": "key", "aliases": ["definition"]}, "specificBuildWithTriggering": {"type": "boolean", "ignoreCase": "key"}, "buildVersionToDownload": {"ignoreCase": "all", "enum": ["latest", "latestFromBranch", "specific"]}, "branchName": {"type": "string", "ignoreCase": "key"}, "pipelineId": {"type": "string", "ignoreCase": "key", "aliases": ["buildId"]}, "tags": {"type": "string", "ignoreCase": "key"}, "artifactName": {"type": "string", "ignoreCase": "key"}, "itemPattern": {"type": "string", "ignoreCase": "key"}, "targetPath": {"type": "string", "ignoreCase": "key", "aliases": ["downloadPath"]}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "DownloadPipelineArtifact is deprecated - Download a named artifact from a pipeline to a local path", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadPipelineArtifact@0$"}, "inputs": {"properties": {"pipelineId": {"type": "string", "ignoreCase": "key"}, "artifactName": {"type": "string", "ignoreCase": "key"}, "targetPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["targetPath"]}}, "deprecationMessage": "DownloadPipelineArtifact is deprecated - Downloads an artifact associated with a pipeline", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadPipelineArtifact@2$"}, "inputs": {"properties": {"buildType": {"ignoreCase": "all", "enum": ["current", "specific"], "aliases": ["source"]}, "project": {"type": "string", "ignoreCase": "key"}, "definition": {"type": "string", "ignoreCase": "key", "aliases": ["pipeline"]}, "specificBuildWithTriggering": {"type": "boolean", "ignoreCase": "key", "aliases": ["preferTriggeringPipeline"]}, "buildVersionToDownload": {"ignoreCase": "all", "enum": ["latest", "latestFromBranch", "specific"], "aliases": ["runVersion"]}, "branchName": {"type": "string", "ignoreCase": "key", "aliases": ["runBranch"]}, "pipelineId": {"type": "string", "ignoreCase": "key", "aliases": ["runId", "buildId"]}, "tags": {"type": "string", "ignoreCase": "key"}, "allowPartiallySucceededBuilds": {"type": "boolean", "ignoreCase": "key"}, "allowFailedBuilds": {"type": "boolean", "ignoreCase": "key"}, "artifactName": {"type": "string", "ignoreCase": "key", "aliases": ["artifact"]}, "itemPattern": {"type": "string", "ignoreCase": "key", "aliases": ["patterns"]}, "targetPath": {"type": "string", "ignoreCase": "key", "aliases": ["path", "downloadPath"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^UsePythonVersion@0$"}, "inputs": {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "disableDownloadFromRegistry": {"type": "boolean", "ignoreCase": "key"}, "allowUnstable": {"type": "boolean", "ignoreCase": "key"}, "githubToken": {"type": "string", "ignoreCase": "key"}, "addToPath": {"type": "boolean", "ignoreCase": "key"}, "architecture": {"ignoreCase": "all", "enum": ["x86", "x64"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ServiceFabricPowerShell@1$"}, "inputs": {"properties": {"clusterConnection": {"type": "string", "ignoreCase": "key", "aliases": ["serviceConnectionName"]}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["clusterConnection"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^VSTest@1$"}, "inputs": {"properties": {"testAssembly": {"type": "string", "ignoreCase": "key"}, "testFiltercriteria": {"type": "string", "ignoreCase": "key"}, "runSettingsFile": {"type": "string", "ignoreCase": "key"}, "overrideTestrunParameters": {"type": "string", "ignoreCase": "key"}, "codeCoverageEnabled": {"type": "boolean", "ignoreCase": "key"}, "runInParallel": {"type": "boolean", "ignoreCase": "key"}, "vstestLocationMethod": {"ignoreCase": "all", "enum": ["version", "location"]}, "vsTestVersion": {"ignoreCase": "all", "enum": ["latest", "14.0", "12.0"]}, "vstestLocation": {"type": "string", "ignoreCase": "key"}, "pathtoCustomTestAdapters": {"type": "string", "ignoreCase": "key"}, "otherConsoleOptions": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "publishRunAttachments": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^VSTest@2$"}, "inputs": {"properties": {"testSelector": {"ignoreCase": "all", "enum": ["testAssemblies", "testPlan", "testRun"]}, "testAssemblyVer2": {"type": "string", "ignoreCase": "key"}, "testPlan": {"type": "string", "ignoreCase": "key"}, "testSuite": {"type": "string", "ignoreCase": "key"}, "testConfiguration": {"type": "string", "ignoreCase": "key"}, "tcmTestRun": {"type": "string", "ignoreCase": "key"}, "searchFolder": {"type": "string", "ignoreCase": "key"}, "resultsFolder": {"type": "string", "ignoreCase": "key"}, "testFiltercriteria": {"type": "string", "ignoreCase": "key"}, "runOnlyImpactedTests": {"type": "boolean", "ignoreCase": "key"}, "runAllTestsAfterXBuilds": {"type": "string", "ignoreCase": "key"}, "uiTests": {"type": "boolean", "ignoreCase": "key"}, "vstestLocationMethod": {"ignoreCase": "all", "enum": ["version", "location"]}, "vsTestVersion": {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "toolsInstaller"]}, "vstestLocation": {"type": "string", "ignoreCase": "key"}, "runSettingsFile": {"type": "string", "ignoreCase": "key"}, "overrideTestrunParameters": {"type": "string", "ignoreCase": "key"}, "pathtoCustomTestAdapters": {"type": "string", "ignoreCase": "key"}, "runInParallel": {"type": "boolean", "ignoreCase": "key"}, "runTestsInIsolation": {"type": "boolean", "ignoreCase": "key"}, "codeCoverageEnabled": {"type": "boolean", "ignoreCase": "key"}, "otherConsoleOptions": {"type": "string", "ignoreCase": "key"}, "distributionBatchType": {"ignoreCase": "all", "enum": ["basedOnTestCases", "basedOnExecutionTime", "basedOnAssembly"]}, "batchingBasedOnAgentsOption": {"ignoreCase": "all", "enum": ["autoBatchSize", "customBatchSize"]}, "customBatchSizeValue": {"type": "string", "ignoreCase": "key"}, "batchingBasedOnExecutionTimeOption": {"ignoreCase": "all", "enum": ["autoBatchSize", "customTimeBatchSize"]}, "customRunTimePerBatchValue": {"type": "string", "ignoreCase": "key"}, "dontDistribute": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "publishRunAttachments": {"type": "boolean", "ignoreCase": "key"}, "failOnMinTestsNotRun": {"type": "boolean", "ignoreCase": "key"}, "minimumExpectedTests": {"type": "string", "ignoreCase": "key"}, "diagnosticsEnabled": {"type": "boolean", "ignoreCase": "key"}, "collectDumpOn": {"ignoreCase": "all", "enum": ["onAbortOnly", "always", "never"]}, "rerunFailedTests": {"type": "boolean", "ignoreCase": "key"}, "rerunType": {"ignoreCase": "all", "enum": ["basedOnTestFailurePercentage", "basedOnTestFailureCount"]}, "rerunFailedThreshold": {"type": "string", "ignoreCase": "key"}, "rerunFailedTestCasesMaxLimit": {"type": "string", "ignoreCase": "key"}, "rerunMaxAttempts": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ManualValidation@0$"}, "inputs": {"properties": {"notifyUsers": {"type": "string", "ignoreCase": "key"}, "instructions": {"type": "string", "ignoreCase": "key"}, "onTimeout": {"ignoreCase": "all", "enum": ["reject", "resume"]}}, "additionalProperties": false, "required": ["notifyUsers"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Ant@1$"}, "inputs": {"properties": {"buildFile": {"type": "string", "ignoreCase": "key", "aliases": ["antBuildFile"]}, "options": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "codeCoverageToolOptions": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageSourceDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "antHomeDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["antHomeUserInputPath"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkUserInputDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DeployVisualStudioTestAgent@2$"}, "inputs": {"properties": {"testMachines": {"type": "string", "ignoreCase": "key"}, "adminUserName": {"type": "string", "ignoreCase": "key"}, "adminPassword": {"type": "string", "ignoreCase": "key"}, "winRmProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "testCertificate": {"type": "boolean", "ignoreCase": "key"}, "machineUserName": {"type": "string", "ignoreCase": "key"}, "machinePassword": {"type": "string", "ignoreCase": "key"}, "runAsProcess": {"type": "boolean", "ignoreCase": "key"}, "isDataCollectionOnly": {"type": "boolean", "ignoreCase": "key"}, "testPlatform": {"ignoreCase": "all", "enum": ["15.0", "14.0"]}, "agentLocation": {"type": "string", "ignoreCase": "key"}, "updateTestAgent": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["testMachines", "adminUserName", "adminPassword", "machineUserName", "machinePassword"]}}, "deprecationMessage": "DeployVisualStudioTestAgent is deprecated - Deprecated: Instead, use the 'Visual Studio Test' task to run unit and functional tests", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DeployVisualStudioTestAgent@1$"}, "inputs": {"properties": {"testMachineGroup": {"type": "string", "ignoreCase": "key"}, "adminUserName": {"type": "string", "ignoreCase": "key"}, "adminPassword": {"type": "string", "ignoreCase": "key"}, "winRmProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "testCertificate": {"type": "boolean", "ignoreCase": "key"}, "resourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "testMachines": {"type": "string", "ignoreCase": "key"}, "machineUserName": {"type": "string", "ignoreCase": "key"}, "machinePassword": {"type": "string", "ignoreCase": "key"}, "runAsProcess": {"type": "boolean", "ignoreCase": "key"}, "agentLocation": {"type": "string", "ignoreCase": "key"}, "updateTestAgent": {"type": "boolean", "ignoreCase": "key"}, "isDataCollectionOnly": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["testMachineGroup", "machineUserName", "machinePassword"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CondaEnvironment@0$"}, "inputs": {"properties": {"environmentName": {"type": "string", "ignoreCase": "key"}, "packageSpecs": {"type": "string", "ignoreCase": "key"}, "updateConda": {"type": "boolean", "ignoreCase": "key"}, "createOptions": {"type": "string", "ignoreCase": "key"}, "cleanEnvironment": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["environmentName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CondaEnvironment@1$"}, "inputs": {"properties": {"createCustomEnvironment": {"type": "boolean", "ignoreCase": "key"}, "environmentName": {"type": "string", "ignoreCase": "key"}, "packageSpecs": {"type": "string", "ignoreCase": "key"}, "updateConda": {"type": "boolean", "ignoreCase": "key"}, "installOptions": {"type": "string", "ignoreCase": "key"}, "createOptions": {"type": "string", "ignoreCase": "key"}, "cleanEnvironment": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "CondaEnvironment is deprecated - This task is deprecated. Use `conda` directly in script to work with Anaconda environments.", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^BatchScript@1$"}, "inputs": {"properties": {"filename": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "modifyEnvironment": {"type": "boolean", "ignoreCase": "key"}, "workingFolder": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["filename"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadGithubNpmPackage@1$"}, "inputs": {"properties": {"packageName": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "externalRegistryCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "installDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}}, "additionalProperties": false, "required": ["packageName", "version", "externalRegistryCredentials"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^VSBuild@1$"}, "inputs": {"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "vsVersion": {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "11.0"]}, "msbuildArgs": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "maximumCpuCount": {"type": "boolean", "ignoreCase": "key"}, "restoreNugetPackages": {"type": "boolean", "ignoreCase": "key"}, "msbuildArchitecture": {"ignoreCase": "all", "enum": ["x86", "x64"]}, "logProjectEvents": {"type": "boolean", "ignoreCase": "key"}, "createLogFile": {"type": "boolean", "ignoreCase": "key"}, "logFileVerbosity": {"ignoreCase": "all", "enum": ["quiet", "minimal", "normal", "detailed", "diagnostic"]}, "enableDefaultLogger": {"type": "boolean", "ignoreCase": "key"}, "customVersion": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureKeyVault@2$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "KeyVaultName": {"type": "string", "ignoreCase": "key"}, "SecretsFilter": {"type": "string", "ignoreCase": "key"}, "RunAsPreJob": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "KeyVaultName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureKeyVault@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "KeyVaultName": {"type": "string", "ignoreCase": "key"}, "SecretsFilter": {"type": "string", "ignoreCase": "key"}, "RunAsPreJob": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "KeyVaultName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^UseDotNet@2$"}, "inputs": {"properties": {"packageType": {"ignoreCase": "all", "enum": ["runtime", "sdk"]}, "useGlobalJson": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "vsVersion": {"type": "string", "ignoreCase": "key"}, "includePreviewVersions": {"type": "boolean", "ignoreCase": "key"}, "installationPath": {"type": "string", "ignoreCase": "key"}, "performMultiLevelLookup": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DotNetCoreInstaller@0$"}, "inputs": {"properties": {"packageType": {"ignoreCase": "all", "enum": ["runtime", "sdk"]}, "version": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DotNetCoreInstaller@1$"}, "inputs": {"properties": {"packageType": {"ignoreCase": "all", "enum": ["runtime", "sdk"]}, "version": {"type": "string", "ignoreCase": "key"}, "includePreviewVersions": {"type": "boolean", "ignoreCase": "key"}, "installationPath": {"type": "string", "ignoreCase": "key"}, "performMultiLevelLookup": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "DotNetCoreInstaller is deprecated - Acquire a specific version of the .NET Core SDK from the internet or local cache and add it to the PATH", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureAppServiceManage@0$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "Action": {"ignoreCase": "all", "enum": ["Swap Slots", "Start Azure App Service", "Stop Azure App Service", "Restart Azure App Service", "Start Swap With Preview", "Complete Swap", "Cancel Swap", "Delete Slot", "Install Extensions", "Enable Continuous Monitoring", "Start all continuous webjobs", "Stop all continuous webjobs"]}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "SpecifySlotOrASE": {"type": "boolean", "ignoreCase": "key", "aliases": ["SpecifySlot"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SourceSlot": {"type": "string", "ignoreCase": "key"}, "SwapWithProduction": {"type": "boolean", "ignoreCase": "key"}, "TargetSlot": {"type": "string", "ignoreCase": "key"}, "PreserveVnet": {"type": "boolean", "ignoreCase": "key"}, "Slot": {"type": "string", "ignoreCase": "key"}, "ExtensionsList": {"type": "string", "ignoreCase": "key"}, "OutputVariable": {"type": "string", "ignoreCase": "key"}, "AppInsightsResourceGroupName": {"type": "string", "ignoreCase": "key"}, "ApplicationInsightsResourceName": {"type": "string", "ignoreCase": "key"}, "ApplicationInsightsWebTestName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "WebAppName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^FuncToolsInstaller@0$"}, "inputs": {"properties": {"version": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^FileTransform@2$"}, "inputs": {"properties": {"folderPath": {"type": "string", "ignoreCase": "key"}, "xmlTransformationRules": {"type": "string", "ignoreCase": "key"}, "jsonTargetFiles": {"type": "string", "ignoreCase": "key"}, "xmlTargetFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^FileTransform@1$"}, "inputs": {"properties": {"folderPath": {"type": "string", "ignoreCase": "key"}, "enableXmlTransform": {"type": "boolean", "ignoreCase": "key"}, "xmlTransformationRules": {"type": "string", "ignoreCase": "key"}, "fileType": {"ignoreCase": "all", "enum": ["xml", "json"]}, "targetFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ExtractFiles@1$"}, "inputs": {"properties": {"archiveFilePatterns": {"type": "string", "ignoreCase": "key"}, "destinationFolder": {"type": "string", "ignoreCase": "key"}, "cleanDestinationFolder": {"type": "boolean", "ignoreCase": "key"}, "overwriteExistingFiles": {"type": "boolean", "ignoreCase": "key"}, "pathToSevenZipTool": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["destinationFolder"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^XamarinAndroid@1$"}, "inputs": {"properties": {"projectFile": {"type": "string", "ignoreCase": "key", "aliases": ["project"]}, "target": {"type": "string", "ignoreCase": "key"}, "outputDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}, "configuration": {"type": "string", "ignoreCase": "key"}, "createAppPackage": {"type": "boolean", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "msbuildLocationOption": {"ignoreCase": "all", "enum": ["version", "location"], "aliases": ["msbuildLocationMethod"]}, "msbuildVersionOption": {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "4.0"], "aliases": ["msbuildVersion"]}, "msbuildFile": {"type": "string", "ignoreCase": "key", "aliases": ["msbuildLocation"]}, "msbuildArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["msbuildArchitecture"]}, "msbuildArguments": {"type": "string", "ignoreCase": "key"}, "jdkOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["jdkSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CopyPublishBuildArtifacts@1$"}, "inputs": {"properties": {"CopyRoot": {"type": "string", "ignoreCase": "key"}, "Contents": {"type": "string", "ignoreCase": "key"}, "ArtifactName": {"type": "string", "ignoreCase": "key"}, "ArtifactType": {"ignoreCase": "all", "enum": ["Container", "FilePath"]}, "TargetPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["Contents", "ArtifactName", "ArtifactType"]}}, "deprecationMessage": "CopyPublishBuildArtifacts is deprecated - [DEPRECATED] Use the Copy Files task and the Publish Build Artifacts task instead", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadPackage@0$"}, "inputs": {"properties": {"feed": {"type": "string", "ignoreCase": "key"}, "definition": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "downloadPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["feed", "definition", "version"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadPackage@1$"}, "inputs": {"properties": {"packageType": {"ignoreCase": "all", "enum": ["maven", "npm", "nuget", "pypi", "upack", "cargo"]}, "feed": {"type": "string", "ignoreCase": "key"}, "view": {"type": "string", "ignoreCase": "key"}, "definition": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "files": {"type": "string", "ignoreCase": "key"}, "extract": {"type": "boolean", "ignoreCase": "key"}, "downloadPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["feed", "definition", "version"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureResourceManagerTemplateDeployment@3$"}, "inputs": {"properties": {"deploymentScope": {"ignoreCase": "all", "enum": ["Management Group", "Subscription", "Resource Group"]}, "azureResourceManagerConnection": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "subscriptionId": {"type": "string", "ignoreCase": "key", "aliases": ["subscriptionName"]}, "action": {"ignoreCase": "all", "enum": ["Create Or Update Resource Group", "DeleteRG"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "location": {"type": "string", "ignoreCase": "key"}, "templateLocation": {"ignoreCase": "all", "enum": ["Linked artifact", "URL of the file"]}, "csmFileLink": {"type": "string", "ignoreCase": "key"}, "csmParametersFileLink": {"type": "string", "ignoreCase": "key"}, "csmFile": {"type": "string", "ignoreCase": "key"}, "csmParametersFile": {"type": "string", "ignoreCase": "key"}, "overrideParameters": {"type": "string", "ignoreCase": "key"}, "deploymentMode": {"ignoreCase": "all", "enum": ["Incremental", "Complete", "Validation"]}, "deploymentName": {"type": "string", "ignoreCase": "key"}, "deploymentOutputs": {"type": "string", "ignoreCase": "key"}, "addSpnToEnvironment": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureResourceManagerConnection"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureResourceGroupDeployment@1$"}, "inputs": {"properties": {"ConnectedServiceNameSelector": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameClassic"]}, "ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "ConnectedServiceNameClassic": {"type": "string", "ignoreCase": "key"}, "action": {"ignoreCase": "all", "enum": ["Create Or Update Resource Group", "Select Resource Group", "Start", "Stop", "Restart", "Delete", "DeleteRG"]}, "actionClassic": {"ignoreCase": "all", "enum": ["Select Resource Group"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "cloudService": {"type": "string", "ignoreCase": "key"}, "location": {"ignoreCase": "all", "enum": ["Australia East", "Australia Southeast", "Brazil South", "Canada Central", "Canada East", "Central India", "Central US", "East Asia", "East US", "East US 2 ", "Japan East", "Japan West", "North Central US", "North Europe", "South Central US", "South India", "Southeast Asia", "UK South", "UK West", "West Central US", "West Europe", "West India", "West US", "West US 2"]}, "csmFile": {"type": "string", "ignoreCase": "key"}, "csmParametersFile": {"type": "string", "ignoreCase": "key"}, "overrideParameters": {"type": "string", "ignoreCase": "key"}, "deploymentMode": {"ignoreCase": "all", "enum": ["Validation", "Incremental", "Complete"]}, "enableDeploymentPrerequisitesForCreate": {"type": "boolean", "ignoreCase": "key"}, "enableDeploymentPrerequisitesForSelect": {"type": "boolean", "ignoreCase": "key"}, "outputVariable": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "deprecationMessage": "AzureResourceGroupDeployment is deprecated - Deploy, start, stop, delete Azure Resource Groups", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureResourceGroupDeployment@2$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "action": {"ignoreCase": "all", "enum": ["Create Or Update Resource Group", "Select Resource Group", "Start", "Stop", "StopWithDeallocate", "Restart", "Delete", "DeleteRG"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "location": {"type": "string", "ignoreCase": "key"}, "templateLocation": {"ignoreCase": "all", "enum": ["Linked artifact", "URL of the file"]}, "csmFileLink": {"type": "string", "ignoreCase": "key"}, "csmParametersFileLink": {"type": "string", "ignoreCase": "key"}, "csmFile": {"type": "string", "ignoreCase": "key"}, "csmParametersFile": {"type": "string", "ignoreCase": "key"}, "overrideParameters": {"type": "string", "ignoreCase": "key"}, "deploymentMode": {"ignoreCase": "all", "enum": ["Incremental", "Complete", "Validation"]}, "enableDeploymentPrerequisites": {"ignoreCase": "all", "enum": ["None", "ConfigureVMwithWinRM", "ConfigureVMWithDGAgent"]}, "teamServicesConnection": {"type": "string", "ignoreCase": "key", "aliases": ["deploymentGroupEndpoint"]}, "teamProject": {"type": "string", "ignoreCase": "key", "aliases": ["project"]}, "deploymentGroupName": {"type": "string", "ignoreCase": "key"}, "copyAzureVMTags": {"type": "boolean", "ignoreCase": "key"}, "runAgentServiceAsUser": {"type": "boolean", "ignoreCase": "key"}, "userName": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "outputVariable": {"type": "string", "ignoreCase": "key"}, "deploymentName": {"type": "string", "ignoreCase": "key"}, "deploymentOutputs": {"type": "string", "ignoreCase": "key"}, "addSpnToEnvironment": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "resourceGroupName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InvokeRESTAPI@0$"}, "inputs": {"properties": {"serviceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]}, "method": {"ignoreCase": "all", "enum": ["OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "PATCH"]}, "headers": {"type": "string", "ignoreCase": "key"}, "body": {"type": "string", "ignoreCase": "key"}, "urlSuffix": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"ignoreCase": "all", "enum": ["true", "false"]}, "successCriteria": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["serviceConnection"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InvokeRESTAPI@1$"}, "inputs": {"properties": {"connectionType": {"ignoreCase": "all", "enum": ["connectedServiceName", "connectedServiceNameARM"], "aliases": ["connectedServiceNameSelector"]}, "serviceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName", "genericService"]}, "azureServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceNameARM", "azureSubscription"]}, "method": {"ignoreCase": "all", "enum": ["OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "PATCH"]}, "headers": {"type": "string", "ignoreCase": "key"}, "body": {"type": "string", "ignoreCase": "key"}, "urlSuffix": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"ignoreCase": "all", "enum": ["true", "false"]}, "successCriteria": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ArchiveFiles@1$"}, "inputs": {"properties": {"rootFolder": {"type": "string", "ignoreCase": "key"}, "includeRootFolder": {"type": "boolean", "ignoreCase": "key"}, "archiveType": {"ignoreCase": "all", "enum": ["default", "7z", "tar", "wim"]}, "tarCompression": {"ignoreCase": "all", "enum": ["gz", "bz2", "xz", "none"]}, "archiveFile": {"type": "string", "ignoreCase": "key"}, "replaceExistingArchive": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ArchiveFiles@2$"}, "inputs": {"properties": {"rootFolderOrFile": {"type": "string", "ignoreCase": "key"}, "includeRootFolder": {"type": "boolean", "ignoreCase": "key"}, "archiveType": {"ignoreCase": "all", "enum": ["zip", "7z", "tar", "wim"]}, "sevenZipCompression": {"ignoreCase": "all", "enum": ["ultra", "maximum", "normal", "fast", "fastest", "none"]}, "tarCompression": {"ignoreCase": "all", "enum": ["gz", "bz2", "xz", "none"]}, "archiveFile": {"type": "string", "ignoreCase": "key"}, "replaceExistingArchive": {"type": "boolean", "ignoreCase": "key"}, "verbose": {"type": "boolean", "ignoreCase": "key"}, "quiet": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^GitHubComment@0$"}, "inputs": {"properties": {"gitHubConnection": {"type": "string", "ignoreCase": "key"}, "repositoryName": {"type": "string", "ignoreCase": "key"}, "id": {"type": "string", "ignoreCase": "key"}, "comment": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["gitHubConnection"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CopyFiles@1$"}, "inputs": {"properties": {"SourceFolder": {"type": "string", "ignoreCase": "key"}, "Contents": {"type": "string", "ignoreCase": "key"}, "TargetFolder": {"type": "string", "ignoreCase": "key"}, "CleanTargetFolder": {"type": "boolean", "ignoreCase": "key"}, "OverWrite": {"type": "boolean", "ignoreCase": "key"}, "flattenFolders": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["TargetFolder"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CopyFiles@2$"}, "inputs": {"properties": {"SourceFolder": {"type": "string", "ignoreCase": "key"}, "Contents": {"type": "string", "ignoreCase": "key"}, "TargetFolder": {"type": "string", "ignoreCase": "key"}, "CleanTargetFolder": {"type": "boolean", "ignoreCase": "key"}, "OverWrite": {"type": "boolean", "ignoreCase": "key"}, "flattenFolders": {"type": "boolean", "ignoreCase": "key"}, "preserveTimestamp": {"type": "boolean", "ignoreCase": "key"}, "retryCount": {"type": "string", "ignoreCase": "key"}, "delayBetweenRetries": {"type": "string", "ignoreCase": "key"}, "ignoreMakeDirErrors": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["TargetFolder"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureMysqlDeployment@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "TaskNameSelector": {"ignoreCase": "all", "enum": ["SqlTaskFile", "InlineSqlTask"]}, "SqlFile": {"type": "string", "ignoreCase": "key"}, "SqlInline": {"type": "string", "ignoreCase": "key"}, "SqlAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "IpDetectionMethod": {"ignoreCase": "all", "enum": ["AutoDetect", "IPAddressRange"]}, "StartIpAddress": {"type": "string", "ignoreCase": "key"}, "EndIpAddress": {"type": "string", "ignoreCase": "key"}, "DeleteFirewallRule": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "ServerName", "SqlUsername", "SqlPassword"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Npm@0$"}, "inputs": {"properties": {"cwd": {"type": "string", "ignoreCase": "key"}, "command": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Npm@1$"}, "inputs": {"properties": {"command": {"ignoreCase": "all", "enum": ["ci", "install", "publish", "custom"]}, "workingDir": {"type": "string", "ignoreCase": "key"}, "verbose": {"type": "boolean", "ignoreCase": "key"}, "customCommand": {"type": "string", "ignoreCase": "key"}, "customRegistry": {"ignoreCase": "all", "enum": ["useNpmrc", "useFeed"]}, "customFeed": {"type": "string", "ignoreCase": "key"}, "customEndpoint": {"type": "string", "ignoreCase": "key"}, "publishRegistry": {"ignoreCase": "all", "enum": ["useExternalRegistry", "useFeed"]}, "publishFeed": {"type": "string", "ignoreCase": "key"}, "publishPackageMetadata": {"type": "boolean", "ignoreCase": "key"}, "publishEndpoint": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureStaticWebApp@0$"}, "inputs": {"properties": {"workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd", "rootDirectory"]}, "app_location": {"type": "string", "ignoreCase": "key"}, "app_build_command": {"type": "string", "ignoreCase": "key"}, "output_location": {"type": "string", "ignoreCase": "key"}, "api_location": {"type": "string", "ignoreCase": "key"}, "api_build_command": {"type": "string", "ignoreCase": "key"}, "routes_location": {"type": "string", "ignoreCase": "key"}, "config_file_location": {"type": "string", "ignoreCase": "key"}, "skip_app_build": {"type": "boolean", "ignoreCase": "key"}, "skip_api_build": {"type": "boolean", "ignoreCase": "key"}, "is_static_export": {"type": "boolean", "ignoreCase": "key"}, "verbose": {"type": "boolean", "ignoreCase": "key"}, "build_timeout_in_minutes": {"type": "integer", "ignoreCase": "key"}, "azure_static_web_apps_api_token": {"type": "string", "ignoreCase": "key"}, "deployment_environment": {"type": "string", "ignoreCase": "key"}, "production_branch": {"type": "string", "ignoreCase": "key"}, "data_api_location": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^NodeTool@0$"}, "inputs": {"properties": {"versionSource": {"ignoreCase": "all", "enum": ["spec", "fromFile"]}, "versionSpec": {"type": "string", "ignoreCase": "key"}, "versionFilePath": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}, "force32bit": {"type": "boolean", "ignoreCase": "key"}, "nodejsMirror": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^UseNode@1$"}, "inputs": {"properties": {"version": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}, "force32bit": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^SqlServerDacpacDeployment@1$"}, "inputs": {"properties": {"EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "TestCertificate": {"type": "boolean", "ignoreCase": "key"}, "DacpacFile": {"type": "string", "ignoreCase": "key"}, "TargetMethod": {"ignoreCase": "all", "enum": ["server", "connectionString", "publishProfile"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "ConnectionString": {"type": "string", "ignoreCase": "key"}, "PublishProfile": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "DeployInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineFilter": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "DacpacFile"]}}, "deprecationMessage": "SqlServerDacpacDeployment is deprecated - Deploy a SQL Server database using DACPAC", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^VisualStudioTestPlatformInstaller@1$"}, "inputs": {"properties": {"packageFeedSelector": {"ignoreCase": "all", "enum": ["nugetOrg", "customFeed", "netShare"]}, "versionSelector": {"ignoreCase": "all", "enum": ["latestPreRelease", "latestStable", "specificVersion"]}, "testPlatformVersion": {"type": "string", "ignoreCase": "key"}, "customFeed": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "netShare": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishToAzureServiceBus@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]}, "messageBody": {"type": "string", "ignoreCase": "key"}, "sessionId": {"type": "string", "ignoreCase": "key"}, "signPayload": {"type": "boolean", "ignoreCase": "key"}, "certificateString": {"type": "string", "ignoreCase": "key"}, "signatureKey": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"type": "boolean", "ignoreCase": "key"}, "useDataContractSerializer": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishToAzureServiceBus@0$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]}, "messageBody": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^KubernetesManifest@0$"}, "inputs": {"properties": {"action": {"ignoreCase": "all", "enum": ["bake", "createSecret", "delete", "deploy", "patch", "promote", "scale", "reject"]}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key"}, "namespace": {"type": "string", "ignoreCase": "key"}, "strategy": {"ignoreCase": "all", "enum": ["canary", "none"]}, "trafficSplitMethod": {"ignoreCase": "all", "enum": ["pod", "smi"]}, "percentage": {"type": "string", "ignoreCase": "key"}, "baselineAndCanaryReplicas": {"type": "string", "ignoreCase": "key"}, "manifests": {"type": "string", "ignoreCase": "key"}, "containers": {"type": "string", "ignoreCase": "key"}, "imagePullSecrets": {"type": "string", "ignoreCase": "key"}, "renderType": {"ignoreCase": "all", "enum": ["helm", "kompose", "kustomize"]}, "dockerComposeFile": {"type": "string", "ignoreCase": "key"}, "helmChart": {"type": "string", "ignoreCase": "key"}, "releaseName": {"type": "string", "ignoreCase": "key"}, "overrideFiles": {"type": "string", "ignoreCase": "key"}, "overrides": {"type": "string", "ignoreCase": "key"}, "kustomizationPath": {"type": "string", "ignoreCase": "key"}, "resourceToPatch": {"ignoreCase": "all", "enum": ["file", "name"]}, "resourceFileToPatch": {"type": "string", "ignoreCase": "key"}, "kind": {"ignoreCase": "all", "enum": ["deployment", "replicaset", "statefulset"]}, "name": {"type": "string", "ignoreCase": "key"}, "replicas": {"type": "string", "ignoreCase": "key"}, "mergeStrategy": {"ignoreCase": "all", "enum": ["json", "merge", "strategic"]}, "arguments": {"type": "string", "ignoreCase": "key"}, "patch": {"type": "string", "ignoreCase": "key"}, "secretType": {"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]}, "secretName": {"type": "string", "ignoreCase": "key"}, "secretArguments": {"type": "string", "ignoreCase": "key"}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "rolloutStatusTimeout": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^KubernetesManifest@1$"}, "inputs": {"properties": {"action": {"ignoreCase": "all", "enum": ["bake", "createSecret", "delete", "deploy", "patch", "promote", "scale", "reject"]}, "connectionType": {"ignoreCase": "all", "enum": ["azureResourceManager", "kubernetesServiceConnection"]}, "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"}, "strategy": {"ignoreCase": "all", "enum": ["canary", "none"]}, "trafficSplitMethod": {"ignoreCase": "all", "enum": ["pod", "smi"]}, "percentage": {"type": "string", "ignoreCase": "key"}, "baselineAndCanaryReplicas": {"type": "string", "ignoreCase": "key"}, "manifests": {"type": "string", "ignoreCase": "key"}, "containers": {"type": "string", "ignoreCase": "key"}, "imagePullSecrets": {"type": "string", "ignoreCase": "key"}, "renderType": {"ignoreCase": "all", "enum": ["helm", "kompose", "kustomize"]}, "dockerComposeFile": {"type": "string", "ignoreCase": "key"}, "helmChart": {"type": "string", "ignoreCase": "key"}, "releaseName": {"type": "string", "ignoreCase": "key"}, "overrideFiles": {"type": "string", "ignoreCase": "key"}, "overrides": {"type": "string", "ignoreCase": "key"}, "kustomizationPath": {"type": "string", "ignoreCase": "key"}, "resourceToPatch": {"ignoreCase": "all", "enum": ["file", "name"]}, "resourceFileToPatch": {"type": "string", "ignoreCase": "key"}, "kind": {"ignoreCase": "all", "enum": ["deployment", "replicaset", "statefulset"]}, "name": {"type": "string", "ignoreCase": "key"}, "replicas": {"type": "string", "ignoreCase": "key"}, "mergeStrategy": {"ignoreCase": "all", "enum": ["json", "merge", "strategic"]}, "arguments": {"type": "string", "ignoreCase": "key"}, "patch": {"type": "string", "ignoreCase": "key"}, "secretType": {"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]}, "secretName": {"type": "string", "ignoreCase": "key"}, "secretArguments": {"type": "string", "ignoreCase": "key"}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "rolloutStatusTimeout": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadBuildArtifacts@0$"}, "inputs": {"properties": {"buildType": {"ignoreCase": "all", "enum": ["current", "specific"]}, "project": {"type": "string", "ignoreCase": "key"}, "pipeline": {"type": "string", "ignoreCase": "key", "aliases": ["definition"]}, "specificBuildWithTriggering": {"type": "boolean", "ignoreCase": "key"}, "buildVersionToDownload": {"ignoreCase": "all", "enum": ["latest", "latestFromBranch", "specific"]}, "allowPartiallySucceededBuilds": {"type": "boolean", "ignoreCase": "key"}, "branchName": {"type": "string", "ignoreCase": "key"}, "buildId": {"type": "string", "ignoreCase": "key"}, "tags": {"type": "string", "ignoreCase": "key"}, "downloadType": {"ignoreCase": "all", "enum": ["single", "specific"]}, "artifactName": {"type": "string", "ignoreCase": "key"}, "itemPattern": {"type": "string", "ignoreCase": "key"}, "downloadPath": {"type": "string", "ignoreCase": "key"}, "cleanDestinationFolder": {"type": "boolean", "ignoreCase": "key"}, "parallelizationLimit": {"type": "string", "ignoreCase": "key"}, "checkDownloadedFiles": {"type": "boolean", "ignoreCase": "key"}, "retryDownloadCount": {"type": "string", "ignoreCase": "key"}, "extractTars": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DownloadBuildArtifacts@1$"}, "inputs": {"properties": {"buildType": {"ignoreCase": "all", "enum": ["current", "specific"]}, "project": {"type": "string", "ignoreCase": "key"}, "pipeline": {"type": "string", "ignoreCase": "key", "aliases": ["definition"]}, "specificBuildWithTriggering": {"type": "boolean", "ignoreCase": "key"}, "buildVersionToDownload": {"ignoreCase": "all", "enum": ["latest", "latestFromBranch", "specific"]}, "allowPartiallySucceededBuilds": {"type": "boolean", "ignoreCase": "key"}, "branchName": {"type": "string", "ignoreCase": "key"}, "buildId": {"type": "string", "ignoreCase": "key"}, "tags": {"type": "string", "ignoreCase": "key"}, "downloadType": {"ignoreCase": "all", "enum": ["single", "specific"]}, "artifactName": {"type": "string", "ignoreCase": "key"}, "itemPattern": {"type": "string", "ignoreCase": "key"}, "downloadPath": {"type": "string", "ignoreCase": "key"}, "cleanDestinationFolder": {"type": "boolean", "ignoreCase": "key"}, "parallelizationLimit": {"type": "string", "ignoreCase": "key"}, "checkDownloadedFiles": {"type": "boolean", "ignoreCase": "key"}, "retryDownloadCount": {"type": "string", "ignoreCase": "key"}, "extractTars": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CocoaPods@0$"}, "inputs": {"properties": {"workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "forceRepoUpdate": {"type": "boolean", "ignoreCase": "key"}, "projectDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureSpringCloud@0$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "Action": {"ignoreCase": "all", "enum": ["Deploy", "Set Production", "Delete Staging Deployment"]}, "AzureSpringCloud": {"type": "string", "ignoreCase": "key"}, "AppName": {"type": "string", "ignoreCase": "key"}, "DeploymentType": {"ignoreCase": "all", "enum": ["Artifacts", "CustomContainer"]}, "UseStagingDeployment": {"type": "boolean", "ignoreCase": "key"}, "CreateNewDeployment": {"type": "boolean", "ignoreCase": "key"}, "DeploymentName": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "Builder": {"type": "string", "ignoreCase": "key"}, "RegistryServer": {"type": "string", "ignoreCase": "key"}, "RegistryUsername": {"type": "string", "ignoreCase": "key"}, "RegistryPassword": {"type": "string", "ignoreCase": "key"}, "ImageName": {"type": "string", "ignoreCase": "key"}, "ImageCommand": {"type": "string", "ignoreCase": "key"}, "ImageArgs": {"type": "string", "ignoreCase": "key"}, "ImageLanguageFramework": {"ignoreCase": "all", "enum": ["springboot", ""]}, "EnvironmentVariables": {"type": "string", "ignoreCase": "key"}, "JvmOptions": {"type": "string", "ignoreCase": "key"}, "RuntimeVersion": {"ignoreCase": "all", "enum": ["Java_8", "Java_11", "NetCore_31"]}, "DotNetCoreMainEntryPath": {"type": "string", "ignoreCase": "key"}, "Version": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "AzureSpringCloud", "AppName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureWebApp@1$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key"}, "appType": {"ignoreCase": "all", "enum": ["webApp", "webAppLinux"]}, "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"}, "customDeployFolder": {"type": "string", "ignoreCase": "key"}, "runtimeStack": {"type": "string", "ignoreCase": "key"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureCLI@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureCLI@0$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureCLI@2$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^GitHubRelease@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^GitHubRelease@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^cURLUploader@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^cURLUploader@2$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureAppServiceSettings@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^UniversalPackages@0$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzurePolicyCheckGate@0$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "Resources": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunctionOnKubernetes@0$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureFunctionOnKubernetes@1$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^Bash@3$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^ShellScript@2$"}, "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"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^PublishBuildArtifacts@1$"}, "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": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^InstallSSHKey@0$"}, "inputs": {"properties": {"knownHostsEntry": {"type": "string", "ignoreCase": "key", "aliases": ["hostName"]}, "sshPublicKey": {"type": "string", "ignoreCase": "key"}, "sshPassphrase": {"type": "string", "ignoreCase": "key"}, "sshKeySecureFile": {"type": "string", "ignoreCase": "key"}, "addEntryToConfig": {"type": "boolean", "ignoreCase": "key"}, "configHostAlias": {"type": "string", "ignoreCase": "key"}, "configHostname": {"type": "string", "ignoreCase": "key"}, "configUser": {"type": "string", "ignoreCase": "key"}, "configPort": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["knownHostsEntry", "sshKeySecureFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureVmssDeployment@0$"}, "inputs": {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "action": {"ignoreCase": "all", "enum": ["Update image", "Configure application startup"]}, "vmssName": {"type": "string", "ignoreCase": "key"}, "vmssOsType": {"ignoreCase": "all", "enum": ["Windows", "Linux"]}, "imageUrl": {"type": "string", "ignoreCase": "key"}, "customScriptsDirectory": {"type": "string", "ignoreCase": "key"}, "customScript": {"type": "string", "ignoreCase": "key"}, "customScriptArguments": {"type": "string", "ignoreCase": "key"}, "customScriptsStorageAccount": {"type": "string", "ignoreCase": "key"}, "skipArchivingCustomScripts": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "vmssName", "vmssOsType", "imageUrl"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureWebPowerShellDeployment@1$"}, "inputs": {"properties": {"ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "WebSiteLocation": {"type": "string", "ignoreCase": "key"}, "WebSiteName": {"type": "string", "ignoreCase": "key"}, "Slot": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "doNotDelete": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "WebSiteLocation", "WebSiteName", "Package"]}}, "deprecationMessage": "AzureWebPowerShellDeployment is deprecated - Create or update Azure App Service using Azure PowerShell", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^AzureCloudPowerShellDeployment@1$"}, "inputs": {"properties": {"azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "EnableAdvancedStorageOptions": {"type": "boolean", "ignoreCase": "key"}, "StorageAccount": {"type": "string", "ignoreCase": "key"}, "ARMConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "ARMStorageAccount": {"type": "string", "ignoreCase": "key"}, "ServiceName": {"type": "string", "ignoreCase": "key"}, "ServiceLocation": {"type": "string", "ignoreCase": "key"}, "CsPkg": {"type": "string", "ignoreCase": "key"}, "CsCfg": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key", "aliases": ["Slot"]}, "DeploymentLabel": {"type": "string", "ignoreCase": "key"}, "AppendDateTimeToLabel": {"type": "boolean", "ignoreCase": "key"}, "AllowUpgrade": {"type": "boolean", "ignoreCase": "key"}, "SimultaneousUpgrade": {"type": "boolean", "ignoreCase": "key"}, "ForceUpgrade": {"type": "boolean", "ignoreCase": "key"}, "VerifyRoleInstanceStatus": {"type": "boolean", "ignoreCase": "key"}, "DiagnosticStorageAccountKeys": {"type": "string", "ignoreCase": "key"}, "NewServiceCustomCertificates": {"type": "string", "ignoreCase": "key"}, "NewServiceAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "NewServiceAffinityGroup": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureClassicSubscription", "ServiceName", "ServiceLocation", "CsPkg", "CsCfg"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^CargoAuthenticate@0$"}, "inputs": {"properties": {"configFile": {"type": "string", "ignoreCase": "key"}, "cargoServiceConnections": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["configFile"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DeleteFiles@1$"}, "inputs": {"properties": {"SourceFolder": {"type": "string", "ignoreCase": "key"}, "Contents": {"type": "string", "ignoreCase": "key"}, "RemoveSourceFolder": {"type": "boolean", "ignoreCase": "key"}, "RemoveDotFiles": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^gulp@0$"}, "inputs": {"properties": {"gulpFile": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "gulpjs": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "enableCodeCoverage": {"type": "boolean", "ignoreCase": "key"}, "testFramework": {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]}, "srcFiles": {"type": "string", "ignoreCase": "key"}, "testFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^gulp@1$"}, "inputs": {"properties": {"gulpFile": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "gulpjs": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "enableCodeCoverage": {"type": "boolean", "ignoreCase": "key"}, "testFramework": {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]}, "srcFiles": {"type": "string", "ignoreCase": "key"}, "testFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^QuickPerfTest@1$"}, "inputs": {"properties": {"connectedServiceName": {"type": "string", "ignoreCase": "key"}, "websiteUrl": {"type": "string", "ignoreCase": "key"}, "testName": {"type": "string", "ignoreCase": "key"}, "vuLoad": {"ignoreCase": "all", "enum": ["25", "50", "100", "250"]}, "runDuration": {"ignoreCase": "all", "enum": ["60", "120", "180", "240", "300"]}, "geoLocation": {"ignoreCase": "all", "enum": ["Default", "Australia East", "Australia Southeast", "Brazil South", "Central India", "Central US", "East Asia", "East US 2", "East US", "Japan East", "Japan West", "North Central US", "North Europe", "South Central US", "South India", "Southeast Asia", "West Europe", "West US"]}, "machineType": {"ignoreCase": "all", "enum": ["0", "2"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "numOfSelfProvisionedAgents": {"type": "integer", "ignoreCase": "key"}, "avgResponseTimeThreshold": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["websiteUrl", "testName"]}}, "deprecationMessage": "QuickPerfTest is deprecated - Run a quick web performance test in the cloud with Azure Pipelines", "doNotSuggest": true, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^IISWebAppManagementOnMachineGroup@0$"}, "inputs": {"properties": {"EnableIIS": {"type": "boolean", "ignoreCase": "key"}, "IISDeploymentType": {"ignoreCase": "all", "enum": ["IISWebsite", "IISWebApplication", "IISVirtualDirectory", "IISApplicationPool"]}, "ActionIISWebsite": {"ignoreCase": "all", "enum": ["CreateOrUpdateWebsite", "StartWebsite", "StopWebsite"]}, "ActionIISApplicationPool": {"ignoreCase": "all", "enum": ["CreateOrUpdateAppPool", "StartAppPool", "StopAppPool", "RecycleAppPool"]}, "StartStopWebsiteName": {"type": "string", "ignoreCase": "key"}, "WebsiteName": {"type": "string", "ignoreCase": "key"}, "WebsitePhysicalPath": {"type": "string", "ignoreCase": "key"}, "WebsitePhysicalPathAuth": {"ignoreCase": "all", "enum": ["WebsiteUserPassThrough", "WebsiteWindowsAuth"]}, "WebsiteAuthUserName": {"type": "string", "ignoreCase": "key"}, "WebsiteAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "AddBinding": {"type": "boolean", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["https", "http"]}, "IPAddress": {"type": "string", "ignoreCase": "key"}, "Port": {"type": "string", "ignoreCase": "key"}, "ServerNameIndication": {"type": "boolean", "ignoreCase": "key"}, "HostNameWithOutSNI": {"type": "string", "ignoreCase": "key"}, "HostNameWithHttp": {"type": "string", "ignoreCase": "key"}, "HostNameWithSNI": {"type": "string", "ignoreCase": "key"}, "SSLCertThumbPrint": {"type": "string", "ignoreCase": "key"}, "Bindings": {"type": "string", "ignoreCase": "key"}, "CreateOrUpdateAppPoolForWebsite": {"type": "boolean", "ignoreCase": "key"}, "ConfigureAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "AppPoolNameForWebsite": {"type": "string", "ignoreCase": "key"}, "DotNetVersionForWebsite": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineModeForWebsite": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentityForWebsite": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsernameForWebsite": {"type": "string", "ignoreCase": "key"}, "AppPoolPasswordForWebsite": {"type": "string", "ignoreCase": "key"}, "AnonymousAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "BasicAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "WindowsAuthenticationForWebsite": {"type": "boolean", "ignoreCase": "key"}, "ParentWebsiteNameForVD": {"type": "string", "ignoreCase": "key"}, "VirtualPathForVD": {"type": "string", "ignoreCase": "key"}, "PhysicalPathForVD": {"type": "string", "ignoreCase": "key"}, "VDPhysicalPathAuth": {"ignoreCase": "all", "enum": ["VDUserPassThrough", "VDWindowsAuth"]}, "VDAuthUserName": {"type": "string", "ignoreCase": "key"}, "VDAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "ParentWebsiteNameForApplication": {"type": "string", "ignoreCase": "key"}, "VirtualPathForApplication": {"type": "string", "ignoreCase": "key"}, "PhysicalPathForApplication": {"type": "string", "ignoreCase": "key"}, "ApplicationPhysicalPathAuth": {"ignoreCase": "all", "enum": ["ApplicationUserPassThrough", "ApplicationWindowsAuth"]}, "ApplicationAuthUserName": {"type": "string", "ignoreCase": "key"}, "ApplicationAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "CreateOrUpdateAppPoolForApplication": {"type": "boolean", "ignoreCase": "key"}, "AppPoolNameForApplication": {"type": "string", "ignoreCase": "key"}, "DotNetVersionForApplication": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineModeForApplication": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentityForApplication": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsernameForApplication": {"type": "string", "ignoreCase": "key"}, "AppPoolPasswordForApplication": {"type": "string", "ignoreCase": "key"}, "AppPoolName": {"type": "string", "ignoreCase": "key"}, "DotNetVersion": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineMode": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentity": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsername": {"type": "string", "ignoreCase": "key"}, "AppPoolPassword": {"type": "string", "ignoreCase": "key"}, "StartStopRecycleAppPoolName": {"type": "string", "ignoreCase": "key"}, "AppCmdCommands": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["WebsiteName", "Bindings", "AppPoolNameForWebsite", "ParentWebsiteNameForVD", "VirtualPathForVD", "ParentWebsiteNameForApplication", "VirtualPathForApplication", "AppPoolNameForApplication", "AppPoolName"]}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task", "inputs"]}, {"properties": {"task": {"ignoreCase": "value", "pattern": "^DockerInstaller@0$"}, "inputs": {"properties": {"dockerVersion": {"type": "string", "ignoreCase": "key"}, "releaseType": {"ignoreCase": "all", "enum": ["stable", "edge", "test", "nightly"]}}, "additionalProperties": false, "required": []}}, "doNotSuggest": false, "firstProperty": ["task"], "required": ["task"]}]}}} | |
service-schema.json | stages | Stages are groups of jobs that can run without human intervention | {} |
service-schema.json | pool | Pool where jobs in this pipeline will run unless otherwise specified | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | extends | Extends a template | {} |
service-schema.json | pool | Pool where jobs in this pipeline will run unless otherwise specified | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | jobs | Jobs represent units of work which can be assigned to a single agent or server | {} |
service-schema.json | pool | Pool where jobs in this pipeline will run unless otherwise specified | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | phases | Phases which make up the pipeline | {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | strategy | Execution strategy for this job | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | pool | Pool where this job will run | {} |
service-schema.json | container | Container resource name | {} |
service-schema.json | steps | A list of steps to run in this job | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | queue | Queue where this phase will run | {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true} |
service-schema.json | steps | A list of steps to run in this phase | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | server | True if this is an agent-less phase (runs on server) | {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true} |
service-schema.json | steps | A list of steps to run in this phase | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for the entire pipeline | {} |
service-schema.json | jobs | Jobs which make up the pipeline | {} |
service-schema.json | extends | Extends a template | {} |
service-schema.json | phases | Phases which make up the pipeline | {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true} |
service-schema.json | strategy | Execution strategy for the job | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.