diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/en-US/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/en-US/resources.resjson index a7fbf6b83e90..8351b035e011 100644 --- a/Tasks/AzureCLIV1/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/AzureCLIV1/Strings/resources.resjson/en-US/resources.resjson @@ -12,7 +12,7 @@ "loc.input.label.scriptPath": "Script Path", "loc.input.help.scriptPath": "Fully qualified path of the script(.bat or .cmd when using Windows based agent and .sh when using linux based agent) or a path relative to the the default working directory", "loc.input.label.inlineScript": "Inline Script", - "loc.input.help.inlineScript": "You can write your scripts inline here. When using Windows agent, use batch scripting whereas use shell scripting when using Linux based agents. For batch files use the prefix \"call\" before every azure command. You can also pass predefined and custom variables to this script using arguments \n\n example for shell: \naz --version \naz account show \n\n example for batch:\ncall az --version \ncall az account show", + "loc.input.help.inlineScript": "You can write your scripts inline here. When using Windows agent, use batch scripting whereas use shell scripting when using Linux based agents. For batch script use the prefix \"call\" before every azure command. You can also pass predefined and custom variables to this script using arguments \n\n example for shell: \naz --version \naz account show \n\n example for batch:\ncall az --version \ncall az account show", "loc.input.label.args": "Arguments", "loc.input.help.args": "Arguments passed to the script", "loc.input.label.addSpnToEnvironment": "Access service principal details in script", diff --git a/Tasks/AzureCLIV1/task.json b/Tasks/AzureCLIV1/task.json index de963842ace5..c136d4e0bdc0 100644 --- a/Tasks/AzureCLIV1/task.json +++ b/Tasks/AzureCLIV1/task.json @@ -19,7 +19,7 @@ "demands": [], "version": { "Major": 1, - "Minor": 156, + "Minor": 157, "Patch": 0 }, "minimumAgentVersion": "2.0.0", @@ -74,7 +74,7 @@ "defaultValue": "", "required": true, "visibleRule": "scriptLocation = inlineScript", - "helpMarkDown": "You can write your scripts inline here. When using Windows agent, use batch scripting whereas use shell scripting when using Linux based agents. For batch files use the prefix \"call\" before every azure command. You can also pass predefined and custom variables to this script using arguments \n\n example for shell: \naz --version \naz account show \n\n example for batch:\ncall az --version \ncall az account show", + "helpMarkDown": "You can write your scripts inline here. When using Windows agent, use batch scripting whereas use shell scripting when using Linux based agents. For batch script use the prefix \"call\" before every azure command. You can also pass predefined and custom variables to this script using arguments \n\n example for shell: \naz --version \naz account show \n\n example for batch:\ncall az --version \ncall az account show", "properties": { "resizable": "true", "rows": "10", diff --git a/Tasks/AzureCLIV1/task.loc.json b/Tasks/AzureCLIV1/task.loc.json index cb21411944ff..6136a25a4a30 100644 --- a/Tasks/AzureCLIV1/task.loc.json +++ b/Tasks/AzureCLIV1/task.loc.json @@ -19,7 +19,7 @@ "demands": [], "version": { "Major": 1, - "Minor": 156, + "Minor": 157, "Patch": 0 }, "minimumAgentVersion": "2.0.0",