From c586ff5d05f201becbdb1ee49423ffbfa39d3041 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Fri, 16 Feb 2024 18:25:19 +0400 Subject: [PATCH 1/6] Make args sanitization log as debug --- Tasks/Common/Sanitizer/ArgumentsSanitizer.ps1 | 2 +- Tasks/Common/Sanitizer/module.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Tasks/Common/Sanitizer/ArgumentsSanitizer.ps1 b/Tasks/Common/Sanitizer/ArgumentsSanitizer.ps1 index 1e971c9dce0f..8b4b7bf1ee1f 100644 --- a/Tasks/Common/Sanitizer/ArgumentsSanitizer.ps1 +++ b/Tasks/Common/Sanitizer/ArgumentsSanitizer.ps1 @@ -38,7 +38,7 @@ function Protect-ScriptArguments([string]$inputArgs, [string]$taskName) { $sanitizedArgs, $sanitizeTelemetry = Get-SanitizedArguments -InputArgs $expandedArgs if ($sanitizedArgs -eq $inputArgs) { - Write-Host (Get-VstsLocString -Key 'PS_ScriptArgsNotSanitized'); + Write-Debug 'Arguments passed sanitization without change.' } else { if ($featureFlags.telemetry) { diff --git a/Tasks/Common/Sanitizer/module.json b/Tasks/Common/Sanitizer/module.json index 2a3fc5dab0b5..9659ba641601 100644 --- a/Tasks/Common/Sanitizer/module.json +++ b/Tasks/Common/Sanitizer/module.json @@ -1,6 +1,5 @@ { "messages": { - "PS_ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787", - "PS_ScriptArgsNotSanitized": "Arguments passed sanitization without change." + "PS_ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787" } } \ No newline at end of file From ad4a3b2400d638ff982f444675397238db235542 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Fri, 16 Feb 2024 18:27:28 +0400 Subject: [PATCH 2/6] Bump WindowsMachineFileCopy tasks --- Tasks/WindowsMachineFileCopyV1/task.json | 4 ++-- Tasks/WindowsMachineFileCopyV1/task.loc.json | 4 ++-- Tasks/WindowsMachineFileCopyV2/task.json | 4 ++-- Tasks/WindowsMachineFileCopyV2/task.loc.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/WindowsMachineFileCopyV1/task.json b/Tasks/WindowsMachineFileCopyV1/task.json index 42a1bda85024..9ec8e3a56736 100644 --- a/Tasks/WindowsMachineFileCopyV1/task.json +++ b/Tasks/WindowsMachineFileCopyV1/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 231, - "Patch": 1 + "Minor": 236, + "Patch": 0 }, "minimumAgentVersion": "1.104.0", "groups": [ diff --git a/Tasks/WindowsMachineFileCopyV1/task.loc.json b/Tasks/WindowsMachineFileCopyV1/task.loc.json index 65e9fab87d4d..5cbfc4e1cff8 100644 --- a/Tasks/WindowsMachineFileCopyV1/task.loc.json +++ b/Tasks/WindowsMachineFileCopyV1/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 231, - "Patch": 1 + "Minor": 236, + "Patch": 0 }, "minimumAgentVersion": "1.104.0", "groups": [ diff --git a/Tasks/WindowsMachineFileCopyV2/task.json b/Tasks/WindowsMachineFileCopyV2/task.json index 2eab034d011a..50284148ee69 100644 --- a/Tasks/WindowsMachineFileCopyV2/task.json +++ b/Tasks/WindowsMachineFileCopyV2/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 231, - "Patch": 1 + "Minor": 236, + "Patch": 0 }, "releaseNotes": "What's new in Version 2.0:
  Proxy support is being added.
   Removed support of legacy DTL machines.", "minimumAgentVersion": "1.104.0", diff --git a/Tasks/WindowsMachineFileCopyV2/task.loc.json b/Tasks/WindowsMachineFileCopyV2/task.loc.json index 146202b492b5..9dc1cc6683e3 100644 --- a/Tasks/WindowsMachineFileCopyV2/task.loc.json +++ b/Tasks/WindowsMachineFileCopyV2/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 231, - "Patch": 1 + "Minor": 236, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "1.104.0", From ecde6da06ef80f8616cefec7365ae26ca941f952 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Fri, 16 Feb 2024 18:37:16 +0400 Subject: [PATCH 3/6] Bump powershell task --- Tasks/PowerShellV2/task.json | 2 +- Tasks/PowerShellV2/task.loc.json | 2 +- _generated/PowerShellV2.versionmap.txt | 4 ++-- _generated/PowerShellV2/task.json | 6 +++--- _generated/PowerShellV2/task.loc.json | 6 +++--- _generated/PowerShellV2_Node20/task.json | 6 +++--- _generated/PowerShellV2_Node20/task.loc.json | 6 +++--- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Tasks/PowerShellV2/task.json b/Tasks/PowerShellV2/task.json index 75670482bd33..0354695b0d5f 100644 --- a/Tasks/PowerShellV2/task.json +++ b/Tasks/PowerShellV2/task.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 235, - "Patch": 0 + "Patch": 2 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", "minimumAgentVersion": "2.115.0", diff --git a/Tasks/PowerShellV2/task.loc.json b/Tasks/PowerShellV2/task.loc.json index 411d5bec692e..365100935ea8 100644 --- a/Tasks/PowerShellV2/task.loc.json +++ b/Tasks/PowerShellV2/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 235, - "Patch": 0 + "Patch": 2 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.115.0", diff --git a/_generated/PowerShellV2.versionmap.txt b/_generated/PowerShellV2.versionmap.txt index 23dfa92f5efd..eb7b5cbf1d2f 100644 --- a/_generated/PowerShellV2.versionmap.txt +++ b/_generated/PowerShellV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.235.0 -Node20-225|2.235.1 +Default|2.235.2 +Node20-225|2.235.3 diff --git a/_generated/PowerShellV2/task.json b/_generated/PowerShellV2/task.json index c9b317ad0cbb..d8c51b7045a2 100644 --- a/_generated/PowerShellV2/task.json +++ b/_generated/PowerShellV2/task.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 235, - "Patch": 0 + "Patch": 2 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", "minimumAgentVersion": "2.115.0", @@ -259,7 +259,7 @@ "ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20-225": "2.235.1" + "Default": "2.235.2", + "Node20-225": "2.235.3" } } \ No newline at end of file diff --git a/_generated/PowerShellV2/task.loc.json b/_generated/PowerShellV2/task.loc.json index e5615013625c..8cab15e9da10 100644 --- a/_generated/PowerShellV2/task.loc.json +++ b/_generated/PowerShellV2/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 235, - "Patch": 0 + "Patch": 2 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.115.0", @@ -259,7 +259,7 @@ "ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20-225": "2.235.1" + "Default": "2.235.2", + "Node20-225": "2.235.3" } } \ No newline at end of file diff --git a/_generated/PowerShellV2_Node20/task.json b/_generated/PowerShellV2_Node20/task.json index 49cca5eb8e55..141c6c03b016 100644 --- a/_generated/PowerShellV2_Node20/task.json +++ b/_generated/PowerShellV2_Node20/task.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 235, - "Patch": 1 + "Patch": 3 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", "minimumAgentVersion": "2.115.0", @@ -263,7 +263,7 @@ "ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20-225": "2.235.1" + "Default": "2.235.2", + "Node20-225": "2.235.3" } } \ No newline at end of file diff --git a/_generated/PowerShellV2_Node20/task.loc.json b/_generated/PowerShellV2_Node20/task.loc.json index 1ceaaaea439a..58b3c1db0239 100644 --- a/_generated/PowerShellV2_Node20/task.loc.json +++ b/_generated/PowerShellV2_Node20/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 235, - "Patch": 1 + "Patch": 3 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.115.0", @@ -263,7 +263,7 @@ "ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20-225": "2.235.1" + "Default": "2.235.2", + "Node20-225": "2.235.3" } } \ No newline at end of file From 0e077a57ecb9532e340a3e7189f27905f2c39be6 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Fri, 16 Feb 2024 18:42:35 +0400 Subject: [PATCH 4/6] Bump AzureFileCopy tasks --- Tasks/AzureFileCopyV1/task.json | 2 +- Tasks/AzureFileCopyV1/task.loc.json | 2 +- Tasks/AzureFileCopyV2/task.json | 2 +- Tasks/AzureFileCopyV2/task.loc.json | 2 +- Tasks/AzureFileCopyV3/task.json | 2 +- Tasks/AzureFileCopyV3/task.loc.json | 2 +- Tasks/AzureFileCopyV4/task.json | 2 +- Tasks/AzureFileCopyV4/task.loc.json | 2 +- Tasks/AzureFileCopyV5/task.json | 2 +- Tasks/AzureFileCopyV5/task.loc.json | 2 +- _generated/AzureFileCopyV2.versionmap.txt | 4 ++-- _generated/AzureFileCopyV2/task.json | 6 +++--- _generated/AzureFileCopyV2/task.loc.json | 6 +++--- _generated/AzureFileCopyV2_Node20/task.json | 6 +++--- _generated/AzureFileCopyV2_Node20/task.loc.json | 6 +++--- _generated/AzureFileCopyV3.versionmap.txt | 4 ++-- _generated/AzureFileCopyV3/task.json | 6 +++--- _generated/AzureFileCopyV3/task.loc.json | 6 +++--- _generated/AzureFileCopyV3_Node20/task.json | 6 +++--- _generated/AzureFileCopyV3_Node20/task.loc.json | 6 +++--- _generated/AzureFileCopyV4.versionmap.txt | 4 ++-- _generated/AzureFileCopyV4/task.json | 6 +++--- _generated/AzureFileCopyV4/task.loc.json | 6 +++--- _generated/AzureFileCopyV4_Node20/task.json | 6 +++--- _generated/AzureFileCopyV4_Node20/task.loc.json | 6 +++--- _generated/AzureFileCopyV5.versionmap.txt | 4 ++-- _generated/AzureFileCopyV5/task.json | 6 +++--- _generated/AzureFileCopyV5/task.loc.json | 6 +++--- _generated/AzureFileCopyV5_Node20/task.json | 6 +++--- _generated/AzureFileCopyV5_Node20/task.loc.json | 6 +++--- 30 files changed, 66 insertions(+), 66 deletions(-) diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index 10265e188e55..fa95907f8f24 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index 95cd57487120..a6ed3bcdebdf 100644 --- a/Tasks/AzureFileCopyV1/task.loc.json +++ b/Tasks/AzureFileCopyV1/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index 40c9ec9050b9..25a81d3ca897 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index 915b442cf554..5e60c00dbef7 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index 29b5ffea6340..066ebb04e034 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index a6f97d416aca..6c119d00de65 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index 9c73db35de9e..760adb101252 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index e4a424f032ae..99d7fe1e73f6 100644 --- a/Tasks/AzureFileCopyV4/task.loc.json +++ b/Tasks/AzureFileCopyV4/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index cd47b6404b1f..6e3cd8f7faef 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index 2309f0aff8be..f19e33294193 100644 --- a/Tasks/AzureFileCopyV5/task.loc.json +++ b/Tasks/AzureFileCopyV5/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index dfad9fdc1c32..746251ca8bf8 100644 --- a/_generated/AzureFileCopyV2.versionmap.txt +++ b/_generated/AzureFileCopyV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.234.0 -Node20_229_2|2.234.1 +Default|2.235.0 +Node20_229_2|2.235.1 diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index 70af0eb3d644..9db0456c0fdb 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.234.0", - "Node20_229_2": "2.234.1" + "Default": "2.235.0", + "Node20_229_2": "2.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2/task.loc.json b/_generated/AzureFileCopyV2/task.loc.json index a3c854191873..52b9c1b61fd2 100644 --- a/_generated/AzureFileCopyV2/task.loc.json +++ b/_generated/AzureFileCopyV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.234.0", - "Node20_229_2": "2.234.1" + "Default": "2.235.0", + "Node20_229_2": "2.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.json b/_generated/AzureFileCopyV2_Node20/task.json index b3eb48c2ce06..de260466540d 100644 --- a/_generated/AzureFileCopyV2_Node20/task.json +++ b/_generated/AzureFileCopyV2_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -378,7 +378,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.234.0", - "Node20_229_2": "2.234.1" + "Default": "2.235.0", + "Node20_229_2": "2.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.loc.json b/_generated/AzureFileCopyV2_Node20/task.loc.json index 07d168311946..44d45730dc8e 100644 --- a/_generated/AzureFileCopyV2_Node20/task.loc.json +++ b/_generated/AzureFileCopyV2_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -378,7 +378,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.234.0", - "Node20_229_2": "2.234.1" + "Default": "2.235.0", + "Node20_229_2": "2.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3.versionmap.txt b/_generated/AzureFileCopyV3.versionmap.txt index 997601b91b81..22faa5c05d85 100644 --- a/_generated/AzureFileCopyV3.versionmap.txt +++ b/_generated/AzureFileCopyV3.versionmap.txt @@ -1,2 +1,2 @@ -Default|3.234.0 -Node20_229_2|3.234.1 +Default|3.235.0 +Node20_229_2|3.235.1 diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index 03cb728ce759..d6654614c300 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.234.0", - "Node20_229_2": "3.234.1" + "Default": "3.235.0", + "Node20_229_2": "3.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3/task.loc.json b/_generated/AzureFileCopyV3/task.loc.json index 0b4956a45e41..112703295081 100644 --- a/_generated/AzureFileCopyV3/task.loc.json +++ b/_generated/AzureFileCopyV3/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.234.0", - "Node20_229_2": "3.234.1" + "Default": "3.235.0", + "Node20_229_2": "3.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.json b/_generated/AzureFileCopyV3_Node20/task.json index e4e5944944a5..640e5cc8ddfd 100644 --- a/_generated/AzureFileCopyV3_Node20/task.json +++ b/_generated/AzureFileCopyV3_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -317,7 +317,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.234.0", - "Node20_229_2": "3.234.1" + "Default": "3.235.0", + "Node20_229_2": "3.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.loc.json b/_generated/AzureFileCopyV3_Node20/task.loc.json index 36ea580d2c7c..7beb99a5e3ec 100644 --- a/_generated/AzureFileCopyV3_Node20/task.loc.json +++ b/_generated/AzureFileCopyV3_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -317,7 +317,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.234.0", - "Node20_229_2": "3.234.1" + "Default": "3.235.0", + "Node20_229_2": "3.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4.versionmap.txt b/_generated/AzureFileCopyV4.versionmap.txt index 362f1b910d7e..a0b5c62e5e08 100644 --- a/_generated/AzureFileCopyV4.versionmap.txt +++ b/_generated/AzureFileCopyV4.versionmap.txt @@ -1,2 +1,2 @@ -Default|4.234.0 -Node20_229_2|4.234.1 +Default|4.235.0 +Node20_229_2|4.235.1 diff --git a/_generated/AzureFileCopyV4/task.json b/_generated/AzureFileCopyV4/task.json index 701be10f27d7..0bfef2e695a7 100644 --- a/_generated/AzureFileCopyV4/task.json +++ b/_generated/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.234.0", - "Node20_229_2": "4.234.1" + "Default": "4.235.0", + "Node20_229_2": "4.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4/task.loc.json b/_generated/AzureFileCopyV4/task.loc.json index 9a2519d52649..1ffdad52263e 100644 --- a/_generated/AzureFileCopyV4/task.loc.json +++ b/_generated/AzureFileCopyV4/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.234.0", - "Node20_229_2": "4.234.1" + "Default": "4.235.0", + "Node20_229_2": "4.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.json b/_generated/AzureFileCopyV4_Node20/task.json index 9970abf53e84..48b6459680a1 100644 --- a/_generated/AzureFileCopyV4_Node20/task.json +++ b/_generated/AzureFileCopyV4_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.234.0", - "Node20_229_2": "4.234.1" + "Default": "4.235.0", + "Node20_229_2": "4.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.loc.json b/_generated/AzureFileCopyV4_Node20/task.loc.json index 656130296853..0a2e84f55fc4 100644 --- a/_generated/AzureFileCopyV4_Node20/task.loc.json +++ b/_generated/AzureFileCopyV4_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.234.0", - "Node20_229_2": "4.234.1" + "Default": "4.235.0", + "Node20_229_2": "4.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5.versionmap.txt b/_generated/AzureFileCopyV5.versionmap.txt index 093b5dc77f7a..d791e843dc91 100644 --- a/_generated/AzureFileCopyV5.versionmap.txt +++ b/_generated/AzureFileCopyV5.versionmap.txt @@ -1,2 +1,2 @@ -Default|5.234.0 -Node20_229_2|5.234.1 +Default|5.235.0 +Node20_229_2|5.235.1 diff --git a/_generated/AzureFileCopyV5/task.json b/_generated/AzureFileCopyV5/task.json index b0936d5efced..6b109966cad1 100644 --- a/_generated/AzureFileCopyV5/task.json +++ b/_generated/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent." }, "_buildConfigMapping": { - "Default": "5.234.0", - "Node20_229_2": "5.234.1" + "Default": "5.235.0", + "Node20_229_2": "5.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5/task.loc.json b/_generated/AzureFileCopyV5/task.loc.json index 8a0d2d93ffda..f8118b5129ce 100644 --- a/_generated/AzureFileCopyV5/task.loc.json +++ b/_generated/AzureFileCopyV5/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 235, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.234.0", - "Node20_229_2": "5.234.1" + "Default": "5.235.0", + "Node20_229_2": "5.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.json b/_generated/AzureFileCopyV5_Node20/task.json index a529951c904d..bdaad3a2ea59 100644 --- a/_generated/AzureFileCopyV5_Node20/task.json +++ b/_generated/AzureFileCopyV5_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent." }, "_buildConfigMapping": { - "Default": "5.234.0", - "Node20_229_2": "5.234.1" + "Default": "5.235.0", + "Node20_229_2": "5.235.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.loc.json b/_generated/AzureFileCopyV5_Node20/task.loc.json index a9abd9253ec4..7514595a96ac 100644 --- a/_generated/AzureFileCopyV5_Node20/task.loc.json +++ b/_generated/AzureFileCopyV5_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 235, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.234.0", - "Node20_229_2": "5.234.1" + "Default": "5.235.0", + "Node20_229_2": "5.235.1" } } \ No newline at end of file From 54575ab2179af8b75324c0c7048967c8d6db358d Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Tue, 20 Feb 2024 19:43:48 +0400 Subject: [PATCH 5/6] Bump AzureFileCopy tasks --- Tasks/AzureFileCopyV1/task.json | 2 +- Tasks/AzureFileCopyV1/task.loc.json | 2 +- Tasks/AzureFileCopyV2/task.json | 2 +- Tasks/AzureFileCopyV2/task.loc.json | 2 +- Tasks/AzureFileCopyV3/task.json | 2 +- Tasks/AzureFileCopyV3/task.loc.json | 2 +- Tasks/AzureFileCopyV4/task.json | 2 +- Tasks/AzureFileCopyV4/task.loc.json | 2 +- Tasks/AzureFileCopyV5/task.json | 2 +- Tasks/AzureFileCopyV5/task.loc.json | 2 +- _generated/AzureFileCopyV2.versionmap.txt | 4 ++-- _generated/AzureFileCopyV2/task.json | 6 +++--- _generated/AzureFileCopyV2/task.loc.json | 6 +++--- _generated/AzureFileCopyV2_Node20/task.json | 6 +++--- _generated/AzureFileCopyV2_Node20/task.loc.json | 6 +++--- _generated/AzureFileCopyV3.versionmap.txt | 4 ++-- _generated/AzureFileCopyV3/task.json | 6 +++--- _generated/AzureFileCopyV3/task.loc.json | 6 +++--- _generated/AzureFileCopyV3_Node20/task.json | 6 +++--- _generated/AzureFileCopyV3_Node20/task.loc.json | 6 +++--- _generated/AzureFileCopyV4.versionmap.txt | 4 ++-- _generated/AzureFileCopyV4/task.json | 6 +++--- _generated/AzureFileCopyV4/task.loc.json | 6 +++--- _generated/AzureFileCopyV4_Node20/task.json | 6 +++--- _generated/AzureFileCopyV4_Node20/task.loc.json | 6 +++--- _generated/AzureFileCopyV5.versionmap.txt | 4 ++-- _generated/AzureFileCopyV5/task.json | 6 +++--- _generated/AzureFileCopyV5/task.loc.json | 6 +++--- _generated/AzureFileCopyV5_Node20/task.json | 6 +++--- _generated/AzureFileCopyV5_Node20/task.loc.json | 6 +++--- 30 files changed, 66 insertions(+), 66 deletions(-) diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index fa95907f8f24..5b84488dd47d 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index a6ed3bcdebdf..b841633bfc40 100644 --- a/Tasks/AzureFileCopyV1/task.loc.json +++ b/Tasks/AzureFileCopyV1/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index 25a81d3ca897..1f0c7ec0a2ee 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index 5e60c00dbef7..86c0c4bfbf2a 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index 066ebb04e034..c0071f876d94 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index 6c119d00de65..a01fec74c7b3 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index 760adb101252..97fc4d37fd5f 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index 99d7fe1e73f6..4ca6935d5c61 100644 --- a/Tasks/AzureFileCopyV4/task.loc.json +++ b/Tasks/AzureFileCopyV4/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index 6e3cd8f7faef..569bc74c58ce 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index f19e33294193..32b2a2450758 100644 --- a/Tasks/AzureFileCopyV5/task.loc.json +++ b/Tasks/AzureFileCopyV5/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index 746251ca8bf8..b66cbaa40f03 100644 --- a/_generated/AzureFileCopyV2.versionmap.txt +++ b/_generated/AzureFileCopyV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.235.0 -Node20_229_2|2.235.1 +Default|2.236.0 +Node20_229_2|2.236.1 diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index 9db0456c0fdb..ba3b089bd5c3 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20_229_2": "2.235.1" + "Default": "2.236.0", + "Node20_229_2": "2.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2/task.loc.json b/_generated/AzureFileCopyV2/task.loc.json index 52b9c1b61fd2..cb97f093df5f 100644 --- a/_generated/AzureFileCopyV2/task.loc.json +++ b/_generated/AzureFileCopyV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20_229_2": "2.235.1" + "Default": "2.236.0", + "Node20_229_2": "2.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.json b/_generated/AzureFileCopyV2_Node20/task.json index de260466540d..4b27fbb92f1c 100644 --- a/_generated/AzureFileCopyV2_Node20/task.json +++ b/_generated/AzureFileCopyV2_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -378,7 +378,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20_229_2": "2.235.1" + "Default": "2.236.0", + "Node20_229_2": "2.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.loc.json b/_generated/AzureFileCopyV2_Node20/task.loc.json index 44d45730dc8e..82432ac176ca 100644 --- a/_generated/AzureFileCopyV2_Node20/task.loc.json +++ b/_generated/AzureFileCopyV2_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -378,7 +378,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20_229_2": "2.235.1" + "Default": "2.236.0", + "Node20_229_2": "2.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3.versionmap.txt b/_generated/AzureFileCopyV3.versionmap.txt index 22faa5c05d85..008743aade2f 100644 --- a/_generated/AzureFileCopyV3.versionmap.txt +++ b/_generated/AzureFileCopyV3.versionmap.txt @@ -1,2 +1,2 @@ -Default|3.235.0 -Node20_229_2|3.235.1 +Default|3.236.0 +Node20_229_2|3.236.1 diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index d6654614c300..e7685aba6ccf 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.235.0", - "Node20_229_2": "3.235.1" + "Default": "3.236.0", + "Node20_229_2": "3.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3/task.loc.json b/_generated/AzureFileCopyV3/task.loc.json index 112703295081..9b606b1cdb57 100644 --- a/_generated/AzureFileCopyV3/task.loc.json +++ b/_generated/AzureFileCopyV3/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.235.0", - "Node20_229_2": "3.235.1" + "Default": "3.236.0", + "Node20_229_2": "3.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.json b/_generated/AzureFileCopyV3_Node20/task.json index 640e5cc8ddfd..97f236c53c0f 100644 --- a/_generated/AzureFileCopyV3_Node20/task.json +++ b/_generated/AzureFileCopyV3_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -317,7 +317,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.235.0", - "Node20_229_2": "3.235.1" + "Default": "3.236.0", + "Node20_229_2": "3.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.loc.json b/_generated/AzureFileCopyV3_Node20/task.loc.json index 7beb99a5e3ec..59feb13c8b26 100644 --- a/_generated/AzureFileCopyV3_Node20/task.loc.json +++ b/_generated/AzureFileCopyV3_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -317,7 +317,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.235.0", - "Node20_229_2": "3.235.1" + "Default": "3.236.0", + "Node20_229_2": "3.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4.versionmap.txt b/_generated/AzureFileCopyV4.versionmap.txt index a0b5c62e5e08..9242e0d29539 100644 --- a/_generated/AzureFileCopyV4.versionmap.txt +++ b/_generated/AzureFileCopyV4.versionmap.txt @@ -1,2 +1,2 @@ -Default|4.235.0 -Node20_229_2|4.235.1 +Default|4.236.0 +Node20_229_2|4.236.1 diff --git a/_generated/AzureFileCopyV4/task.json b/_generated/AzureFileCopyV4/task.json index 0bfef2e695a7..26ba44625cd6 100644 --- a/_generated/AzureFileCopyV4/task.json +++ b/_generated/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.235.0", - "Node20_229_2": "4.235.1" + "Default": "4.236.0", + "Node20_229_2": "4.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4/task.loc.json b/_generated/AzureFileCopyV4/task.loc.json index 1ffdad52263e..8da15ba6536d 100644 --- a/_generated/AzureFileCopyV4/task.loc.json +++ b/_generated/AzureFileCopyV4/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.235.0", - "Node20_229_2": "4.235.1" + "Default": "4.236.0", + "Node20_229_2": "4.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.json b/_generated/AzureFileCopyV4_Node20/task.json index 48b6459680a1..85a4986242e2 100644 --- a/_generated/AzureFileCopyV4_Node20/task.json +++ b/_generated/AzureFileCopyV4_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.235.0", - "Node20_229_2": "4.235.1" + "Default": "4.236.0", + "Node20_229_2": "4.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.loc.json b/_generated/AzureFileCopyV4_Node20/task.loc.json index 0a2e84f55fc4..b33b5376ecca 100644 --- a/_generated/AzureFileCopyV4_Node20/task.loc.json +++ b/_generated/AzureFileCopyV4_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.235.0", - "Node20_229_2": "4.235.1" + "Default": "4.236.0", + "Node20_229_2": "4.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5.versionmap.txt b/_generated/AzureFileCopyV5.versionmap.txt index d791e843dc91..5913fb4d63f5 100644 --- a/_generated/AzureFileCopyV5.versionmap.txt +++ b/_generated/AzureFileCopyV5.versionmap.txt @@ -1,2 +1,2 @@ -Default|5.235.0 -Node20_229_2|5.235.1 +Default|5.236.0 +Node20_229_2|5.236.1 diff --git a/_generated/AzureFileCopyV5/task.json b/_generated/AzureFileCopyV5/task.json index 6b109966cad1..534ce65f580f 100644 --- a/_generated/AzureFileCopyV5/task.json +++ b/_generated/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent." }, "_buildConfigMapping": { - "Default": "5.235.0", - "Node20_229_2": "5.235.1" + "Default": "5.236.0", + "Node20_229_2": "5.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5/task.loc.json b/_generated/AzureFileCopyV5/task.loc.json index f8118b5129ce..7792040533a0 100644 --- a/_generated/AzureFileCopyV5/task.loc.json +++ b/_generated/AzureFileCopyV5/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "demands": [ @@ -301,7 +301,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.235.0", - "Node20_229_2": "5.235.1" + "Default": "5.236.0", + "Node20_229_2": "5.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.json b/_generated/AzureFileCopyV5_Node20/task.json index bdaad3a2ea59..16f65ceaa508 100644 --- a/_generated/AzureFileCopyV5_Node20/task.json +++ b/_generated/AzureFileCopyV5_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent." }, "_buildConfigMapping": { - "Default": "5.235.0", - "Node20_229_2": "5.235.1" + "Default": "5.236.0", + "Node20_229_2": "5.236.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.loc.json b/_generated/AzureFileCopyV5_Node20/task.loc.json index 7514595a96ac..fd43205a4b7d 100644 --- a/_generated/AzureFileCopyV5_Node20/task.loc.json +++ b/_generated/AzureFileCopyV5_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "demands": [ @@ -305,7 +305,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.235.0", - "Node20_229_2": "5.235.1" + "Default": "5.236.0", + "Node20_229_2": "5.236.1" } } \ No newline at end of file From 7fa47719a7b0b477836f2b0f07081f626235d2d9 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Tue, 20 Feb 2024 19:45:59 +0400 Subject: [PATCH 6/6] Bump powershell task --- Tasks/PowerShellV2/task.json | 4 ++-- Tasks/PowerShellV2/task.loc.json | 4 ++-- _generated/PowerShellV2.versionmap.txt | 4 ++-- _generated/PowerShellV2/task.json | 8 ++++---- _generated/PowerShellV2/task.loc.json | 8 ++++---- _generated/PowerShellV2_Node20/task.json | 8 ++++---- _generated/PowerShellV2_Node20/task.loc.json | 8 ++++---- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Tasks/PowerShellV2/task.json b/Tasks/PowerShellV2/task.json index 0354695b0d5f..b78d06ca5fc2 100644 --- a/Tasks/PowerShellV2/task.json +++ b/Tasks/PowerShellV2/task.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, - "Patch": 2 + "Minor": 236, + "Patch": 0 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", "minimumAgentVersion": "2.115.0", diff --git a/Tasks/PowerShellV2/task.loc.json b/Tasks/PowerShellV2/task.loc.json index 365100935ea8..72850d8766d0 100644 --- a/Tasks/PowerShellV2/task.loc.json +++ b/Tasks/PowerShellV2/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, - "Patch": 2 + "Minor": 236, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.115.0", diff --git a/_generated/PowerShellV2.versionmap.txt b/_generated/PowerShellV2.versionmap.txt index eb7b5cbf1d2f..7ed58d086bbe 100644 --- a/_generated/PowerShellV2.versionmap.txt +++ b/_generated/PowerShellV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.235.2 -Node20-225|2.235.3 +Default|2.236.0 +Node20-225|2.236.1 diff --git a/_generated/PowerShellV2/task.json b/_generated/PowerShellV2/task.json index d8c51b7045a2..8ec3f6d27dbf 100644 --- a/_generated/PowerShellV2/task.json +++ b/_generated/PowerShellV2/task.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, - "Patch": 2 + "Minor": 236, + "Patch": 0 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", "minimumAgentVersion": "2.115.0", @@ -259,7 +259,7 @@ "ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787" }, "_buildConfigMapping": { - "Default": "2.235.2", - "Node20-225": "2.235.3" + "Default": "2.236.0", + "Node20-225": "2.236.1" } } \ No newline at end of file diff --git a/_generated/PowerShellV2/task.loc.json b/_generated/PowerShellV2/task.loc.json index 8cab15e9da10..2d165ab70d29 100644 --- a/_generated/PowerShellV2/task.loc.json +++ b/_generated/PowerShellV2/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, - "Patch": 2 + "Minor": 236, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.115.0", @@ -259,7 +259,7 @@ "ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized" }, "_buildConfigMapping": { - "Default": "2.235.2", - "Node20-225": "2.235.3" + "Default": "2.236.0", + "Node20-225": "2.236.1" } } \ No newline at end of file diff --git a/_generated/PowerShellV2_Node20/task.json b/_generated/PowerShellV2_Node20/task.json index 141c6c03b016..7dc2e9184135 100644 --- a/_generated/PowerShellV2_Node20/task.json +++ b/_generated/PowerShellV2_Node20/task.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, - "Patch": 3 + "Minor": 236, + "Patch": 1 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", "minimumAgentVersion": "2.115.0", @@ -263,7 +263,7 @@ "ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787" }, "_buildConfigMapping": { - "Default": "2.235.2", - "Node20-225": "2.235.3" + "Default": "2.236.0", + "Node20-225": "2.236.1" } } \ No newline at end of file diff --git a/_generated/PowerShellV2_Node20/task.loc.json b/_generated/PowerShellV2_Node20/task.loc.json index 58b3c1db0239..eed5849cfe17 100644 --- a/_generated/PowerShellV2_Node20/task.loc.json +++ b/_generated/PowerShellV2_Node20/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, - "Patch": 3 + "Minor": 236, + "Patch": 1 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.115.0", @@ -263,7 +263,7 @@ "ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized" }, "_buildConfigMapping": { - "Default": "2.235.2", - "Node20-225": "2.235.3" + "Default": "2.236.0", + "Node20-225": "2.236.1" } } \ No newline at end of file