Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revved the help text for the ServiceBus signing scenario. #7733

Merged
merged 1 commit into from
Jul 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"loc.input.label.signPayload": "Sign the Message",
"loc.input.help.signPayload": "If this is set to true, message will be signed provided a private certificate.",
"loc.input.label.certificateString": "Certificate Variable",
"loc.input.help.certificateString": "Specify the secret variable that contains the certificate content.",
"loc.input.help.certificateString": "Specify the secret variable that contains the certificate content. This can also be a certificate stored in an Azure Key Vault that is [linked](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) to a Variable Group used by this release definition.",
"loc.input.label.signatureKey": "Signature Property Key",
"loc.input.help.signatureKey": "Key where you want signature to be in Message Properties. If left Empty, default is 'signature' in message properties",
"loc.input.label.waitForCompletion": "Wait for task completion",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/PublishToAzureServiceBusV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"groups": [
{
Expand Down Expand Up @@ -64,7 +64,7 @@
"label": "Certificate Variable",
"required": true,
"defaultValue": "",
"helpMarkDown": "Specify the secret variable that contains the certificate content.",
"helpMarkDown": "Specify the secret variable that contains the certificate content. This can also be a certificate stored in an Azure Key Vault that is [linked](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) to a Variable Group used by this release definition.",
"visibleRule": "signPayload = true",
"groupName": "signingDetails"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishToAzureServiceBusV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"groups": [
{
Expand Down