Skip to content

Commit

Permalink
Some more explanation for the deployment filter (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Mar 3, 2019
1 parent 946f5ae commit ca9701a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arm-outputs/arm-outputsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 5,
"Minor": 0,
"Patch": 20
"Patch": 21
},
"releaseNotes": "Complete rewrite from PowerShell to Node to enable Linux based agents",
"demands": [],
Expand Down Expand Up @@ -80,7 +80,7 @@
"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 Azure Pipelines 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."
"helpMarkDown": "Optional string to filter deployments by. This can be useful if you have concurrent deployments to the same resource group. Deployment names in Azure Pipelines 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.<br/><br/>This uses [micromatch](https://github.com/micromatch/micromatch) under the hood (ignoring case) so us wildcards like *"
}
],
"dataSourceBindings": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "arm-outputs",
"name": "ARM Outputs",
"version": "5.1.6",
"version": "5.1.7",
"publisher": "keesschollaart",
"public": true,
"helpMarkDown": "[More Information](https://github.com/keesschollaart81/vsts-arm-outputs)",
Expand Down

0 comments on commit ca9701a

Please sign in to comment.