Skip to content

Commit 21728b6

Browse files
authored
Update the tooltip in the UI for "Invoke Azure Function" check (#21559)
1 parent 61d78b0 commit 21728b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tasks/AzureFunctionV1/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"loc.input.label.function": "Azure function URL",
88
"loc.input.help.function": "URL of the Azure function that needs to be invoked​. Example:- https://azurefunctionapp.azurewebsites.net/api/HttpTriggerJS1",
99
"loc.input.label.key": "Function key",
10-
"loc.input.help.key": "Function or Host key with which to access this function. To keep the key secure, define a secret variable and use it here. Example: - $(myFunctionKey) where myFunctionKey is a secret pipeline variable with a value of the secret key, like `ZxPXnIEODXLRzYwCw1TgZ4osMfoKs9Zn6se6X/N0FnztfDvZbdOmYw==`",
10+
"loc.input.help.key": "Function or Host key with which to access this function. To keep the key secure, create a variable group, add a secret variable, and use it here. Make sure to link the variable group in the \"Control options\" section. Example: $(myFunctionKey), where myFunctionKey is the secret variable containing the key, like `ZxPXnIEODXLRzYwCw1TgZ4osMfoKs9Zn6se6X/N0FnztfDvZbdOmYw==`",
1111
"loc.input.label.method": "Method",
1212
"loc.input.help.method": "Select the HTTP method with which the function should be invoked.",
1313
"loc.input.label.headers": "Headers",

Tasks/AzureFunctionV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"version": {
1919
"Major": 1,
20-
"Minor": 220,
20+
"Minor": 267,
2121
"Patch": 0
2222
},
2323
"instanceNameFormat": "Azure Function: $(function)",
@@ -43,7 +43,7 @@
4343
"label": "Function key",
4444
"defaultValue": "",
4545
"required": true,
46-
"helpMarkDown": "Function or Host key with which to access this function. To keep the key secure, define a secret variable and use it here. Example: - $(myFunctionKey) where myFunctionKey is a secret pipeline variable with a value of the secret key, like `ZxPXnIEODXLRzYwCw1TgZ4osMfoKs9Zn6se6X/N0FnztfDvZbdOmYw==`"
46+
"helpMarkDown": "Function or Host key with which to access this function. To keep the key secure, create a variable group, add a secret variable, and use it here. Make sure to link the variable group in the \"Control options\" section. Example: $(myFunctionKey), where myFunctionKey is the secret variable containing the key, like `ZxPXnIEODXLRzYwCw1TgZ4osMfoKs9Zn6se6X/N0FnztfDvZbdOmYw==`"
4747
},
4848
{
4949
"name": "method",

Tasks/AzureFunctionV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"version": {
1919
"Major": 1,
20-
"Minor": 220,
20+
"Minor": 267,
2121
"Patch": 0
2222
},
2323
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)