Skip to content

Commit

Permalink
Merge pull request #12 from johndowns/patch-1
Browse files Browse the repository at this point in the history
Update text in task.json
  • Loading branch information
keesschollaart81 authored Aug 31, 2018
2 parents 307d744 + 23da5e7 commit 1f25b85
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arm-outputs/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "584bcff2-3353-4f11-872b-6ba01267a972",
"name": "ARM Outputs",
"friendlyName": "ARM Outputs",
"description": "This task reads the output values of an ARM deployment and sets them as VSTS variable",
"description": "This task reads the output values of an ARM deployment and sets them as VSTS variables.",
"helpMarkDown": "[More Information](https://github.com/keesschollaart81/vsts-arm-outputs)",
"category": "Deploy",
"visibility": [
Expand All @@ -13,7 +13,7 @@
"version": {
"Major": 4,
"Minor": 0,
"Patch": 0
"Patch": 1
},
"demands": [
"azureps"
Expand Down Expand Up @@ -54,33 +54,33 @@
"type": "string",
"label": "Prefix",
"required": false,
"helpMarkDown": "Provide a prefix for all VSTS variable to set (prefix is add to the key/name of the ARM output(s)"
"helpMarkDown": "Provide a prefix for all VSTS variable to set (the prefix is added to the key/name of the ARM output(s))."
},
{
"name": "outputNames",
"type": "string",
"label": "Outputs to process",
"required": false,
"helpMarkDown": "Provide a comma seperated list of ARM outputs (key/name) to process. If left empty, all outputs are processed"
"helpMarkDown": "Provide a comma-separated list of ARM outputs (key/name) to process. If left empty, all outputs are processed."
},
{
"name": "whenLastDeploymentIsFailed",
"type": "pickList",
"label": "When last deployment is failed",
"defaultValue": "fail",
"required": true,
"helpMarkDown": "Choose the behaviour when the latest deployment is not succesful.",
"helpMarkDown": "Choose the behaviour when the latest deployment is not successful.",
"options": {
"fail": "Fail task",
"latestSuccesful": "Use last succesful deploment"
"latestSuccesful": "Use last successful deploment"
}
},
{
"name": "deploymentNameFilter",
"type": "string",
"label": "Filter deployment name",
"required": false,
"helpMarkDown": "Optional string to filter deployments by. This can be useful if you have concurrent deployments to the same resource group. Deployment names in VSTS are the name of the json file plus date and time, so a file CreateKeyVault.json could have a deployment name of CreateKeyVault-20180025-151538-0688. In this case, if you want to filter to deployments of this file enter CreateKeyVault as the filter."
"helpMarkDown": "Optional string to filter deployments by. This can be useful if you have concurrent deployments to the same resource group. Deployment names in VSTS are the name of the JSON file plus the date and time, so a file `CreateKeyVault.json` could have a deployment name of `CreateKeyVault-20180025-151538-0688`. In this case, if you want to filter to deployments of this file enter `CreateKeyVault` as the filter."
}
],
"dataSourceBindings": [
Expand All @@ -96,4 +96,4 @@
"target": "$(currentDirectory)\\run-vsts.ps1"
}
}
}
}

0 comments on commit 1f25b85

Please sign in to comment.