Skip to content

Commit

Permalink
fix more information link in tasks #1
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyutkarsh committed Sep 22, 2018
1 parent 052d26c commit 42e77cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "publish-secrets-to-kv",
"friendlyName": "Publish secrets to Azure Key vault",
"description": "Publish secrets to Azure Key vault in bulk and optionall add tags to each secret",
"helpMarkDown": "**v__VERSION__** <br/>[More Information](#)",
"helpMarkDown": "**v__VERSION__** <br/>[More Information](https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.utkarsh-utility-tasks)",
"category": "Utility",
"visibility": [
"Build",
Expand Down
2 changes: 1 addition & 1 deletion tasks/secrets-for-strings/secrets-for-stringsV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "secrets-for-strings",
"friendlyName": "Generate secrets",
"description": "For each given string, generates a strong secret based on the conditions selected and makes them available through secret variables",
"helpMarkDown": "**v__VERSION__** <br/>[More Information](#)",
"helpMarkDown": "**v__VERSION__** <br/>[More Information](https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.utkarsh-utility-tasks)",
"category": "Utility",
"visibility": [
"Build",
Expand Down

0 comments on commit 42e77cc

Please sign in to comment.