diff --git a/Tasks/AzureCLIV2/task.json b/Tasks/AzureCLIV2/task.json index 45d54515bb9f..d429e2498c77 100644 --- a/Tasks/AzureCLIV2/task.json +++ b/Tasks/AzureCLIV2/task.json @@ -52,7 +52,7 @@ "label": "Script Type", "defaultValue": "", "required": true, - "helpMarkDown": "Type of script: PowerShell/PowerShell Core/Bat/Shell script. Select Shell/PowerShell Core script when running on Linux agent or Batch/PowerShell/PowerShell Core script when running on Windows agent. PowerShell Core script can run on cross-platform agents (Linux, macOS, or Windows).", + "helpMarkDown": "Type of script: PowerShell/PowerShell Core/Batch/Shell script. Select Shell/PowerShell Core script when running on Linux agent or Batch/PowerShell/PowerShell Core script when running on Windows agent. PowerShell Core script can run on cross-platform agents (Linux, macOS, or Windows).", "options": { "ps": "PowerShell", "pscore": "PowerShell Core", @@ -225,4 +225,4 @@ "RefreshingAzSession": "Attempting to refresh az-cli session...", "KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input." } -} \ No newline at end of file +}