From faa494f9546c28d147fe10e986a8ad826baf2bb2 Mon Sep 17 00:00:00 2001 From: v-schhabra <100183307+v-schhabra@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:30:45 +0530 Subject: [PATCH] fix typo in error message (#20637) --- .../Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/AzureCLIV2/task.json | 4 ++-- Tasks/AzureCLIV2/task.loc.json | 4 ++-- _generated/AzureCLIV2.versionmap.txt | 4 ++-- _generated/AzureCLIV2/task.json | 8 ++++---- _generated/AzureCLIV2/task.loc.json | 8 ++++---- _generated/AzureCLIV2_Node20/task.json | 8 ++++---- _generated/AzureCLIV2_Node20/task.loc.json | 8 ++++---- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/en-US/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/en-US/resources.resjson index eb4059f1d54a..7b7502c8077b 100644 --- a/Tasks/AzureCLIV2/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/AzureCLIV2/Strings/resources.resjson/en-US/resources.resjson @@ -49,7 +49,7 @@ "loc.messages.JS_InvalidFilePath": "Script file could not be found at specified script location: '%s'. Please verify the script exists at the specified path. If you want to use inline script, specify input `Script Location` as `inlineScript`.", "loc.messages.JS_InvalidErrorActionPreference": "Invalid ErrorActionPreference '%s'. The value must be one of: 'Stop', 'Continue', or 'SilentlyContinue'", "loc.messages.GlobalCliConfigAgentVersionWarning": "For agent version < 2.115.0, only global Azure CLI configuration can be used", - "loc.messages.UnacceptedScriptLocationValue": "%s is not a valid value for task input 'Script Location' (scriptLocation in YAML). Value can either be'inlineScript' or 'scriptPath'", + "loc.messages.UnacceptedScriptLocationValue": "%s is not a valid value for task input 'Script Location' (scriptLocation in YAML). Value can either be 'inlineScript' or 'scriptPath'", "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections.", "loc.messages.ProxyConfig": "az tool is configured to use %s as proxy server", "loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s", diff --git a/Tasks/AzureCLIV2/task.json b/Tasks/AzureCLIV2/task.json index 1e599a6082fa..13ad6e197497 100644 --- a/Tasks/AzureCLIV2/task.json +++ b/Tasks/AzureCLIV2/task.json @@ -19,8 +19,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 247, - "Patch": 2 + "Minor": 248, + "Patch": 0 }, "minimumAgentVersion": "2.0.0", "instanceNameFormat": "Azure CLI $(scriptPath)", diff --git a/Tasks/AzureCLIV2/task.loc.json b/Tasks/AzureCLIV2/task.loc.json index 39c4b12ddc37..823a38f9f589 100644 --- a/Tasks/AzureCLIV2/task.loc.json +++ b/Tasks/AzureCLIV2/task.loc.json @@ -19,8 +19,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 247, - "Patch": 2 + "Minor": 248, + "Patch": 0 }, "minimumAgentVersion": "2.0.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", diff --git a/_generated/AzureCLIV2.versionmap.txt b/_generated/AzureCLIV2.versionmap.txt index 44223808218c..02a776d5c95b 100644 --- a/_generated/AzureCLIV2.versionmap.txt +++ b/_generated/AzureCLIV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.247.2 -Node20_229_2|2.247.3 +Default|2.248.0 +Node20_229_2|2.248.1 diff --git a/_generated/AzureCLIV2/task.json b/_generated/AzureCLIV2/task.json index 63ee5240e4e8..a39b7516c7a7 100644 --- a/_generated/AzureCLIV2/task.json +++ b/_generated/AzureCLIV2/task.json @@ -19,8 +19,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 247, - "Patch": 2 + "Minor": 248, + "Patch": 0 }, "minimumAgentVersion": "2.0.0", "instanceNameFormat": "Azure CLI $(scriptPath)", @@ -226,7 +226,7 @@ "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." }, "_buildConfigMapping": { - "Default": "2.247.2", - "Node20_229_2": "2.247.3" + "Default": "2.248.0", + "Node20_229_2": "2.248.1" } } \ No newline at end of file diff --git a/_generated/AzureCLIV2/task.loc.json b/_generated/AzureCLIV2/task.loc.json index 1d020ce364fd..dd7935b3f474 100644 --- a/_generated/AzureCLIV2/task.loc.json +++ b/_generated/AzureCLIV2/task.loc.json @@ -19,8 +19,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 247, - "Patch": 2 + "Minor": 248, + "Patch": 0 }, "minimumAgentVersion": "2.0.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", @@ -226,7 +226,7 @@ "KeepingAzSessionActiveUnsupportedScheme": "ms-resource:loc.messages.KeepingAzSessionActiveUnsupportedScheme" }, "_buildConfigMapping": { - "Default": "2.247.2", - "Node20_229_2": "2.247.3" + "Default": "2.248.0", + "Node20_229_2": "2.248.1" } } \ No newline at end of file diff --git a/_generated/AzureCLIV2_Node20/task.json b/_generated/AzureCLIV2_Node20/task.json index ffd4eb8925ad..4ceef3023892 100644 --- a/_generated/AzureCLIV2_Node20/task.json +++ b/_generated/AzureCLIV2_Node20/task.json @@ -19,8 +19,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 247, - "Patch": 3 + "Minor": 248, + "Patch": 1 }, "minimumAgentVersion": "2.0.0", "instanceNameFormat": "Azure CLI $(scriptPath)", @@ -230,7 +230,7 @@ "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." }, "_buildConfigMapping": { - "Default": "2.247.2", - "Node20_229_2": "2.247.3" + "Default": "2.248.0", + "Node20_229_2": "2.248.1" } } \ No newline at end of file diff --git a/_generated/AzureCLIV2_Node20/task.loc.json b/_generated/AzureCLIV2_Node20/task.loc.json index 29577c47ca89..11a383571fd2 100644 --- a/_generated/AzureCLIV2_Node20/task.loc.json +++ b/_generated/AzureCLIV2_Node20/task.loc.json @@ -19,8 +19,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 247, - "Patch": 3 + "Minor": 248, + "Patch": 1 }, "minimumAgentVersion": "2.0.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", @@ -230,7 +230,7 @@ "KeepingAzSessionActiveUnsupportedScheme": "ms-resource:loc.messages.KeepingAzSessionActiveUnsupportedScheme" }, "_buildConfigMapping": { - "Default": "2.247.2", - "Node20_229_2": "2.247.3" + "Default": "2.248.0", + "Node20_229_2": "2.248.1" } } \ No newline at end of file