diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index 10265e188e55..5b84488dd47d 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index 95cd57487120..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": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index 40c9ec9050b9..1f0c7ec0a2ee 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index 915b442cf554..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": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index 29b5ffea6340..c0071f876d94 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index a6f97d416aca..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": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index 9c73db35de9e..97fc4d37fd5f 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index e4a424f032ae..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": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index cd47b6404b1f..569bc74c58ce 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "Minor": 236, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index 2309f0aff8be..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": 234, + "Minor": 236, "Patch": 0 }, "demands": [ 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 diff --git a/Tasks/PowerShellV2/task.json b/Tasks/PowerShellV2/task.json index 75670482bd33..b78d06ca5fc2 100644 --- a/Tasks/PowerShellV2/task.json +++ b/Tasks/PowerShellV2/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", diff --git a/Tasks/PowerShellV2/task.loc.json b/Tasks/PowerShellV2/task.loc.json index 411d5bec692e..72850d8766d0 100644 --- a/Tasks/PowerShellV2/task.loc.json +++ b/Tasks/PowerShellV2/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", 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", diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index dfad9fdc1c32..b66cbaa40f03 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.236.0 +Node20_229_2|2.236.1 diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index 70af0eb3d644..ba3b089bd5c3 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 234, + "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.234.0", - "Node20_229_2": "2.234.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 a3c854191873..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": 234, + "Minor": 236, "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.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 b3eb48c2ce06..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": 234, + "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.234.0", - "Node20_229_2": "2.234.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 07d168311946..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": 234, + "Minor": 236, "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.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 997601b91b81..008743aade2f 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.236.0 +Node20_229_2|3.236.1 diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index 03cb728ce759..e7685aba6ccf 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 234, + "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.234.0", - "Node20_229_2": "3.234.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 0b4956a45e41..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": 234, + "Minor": 236, "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.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 e4e5944944a5..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": 234, + "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.234.0", - "Node20_229_2": "3.234.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 36ea580d2c7c..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": 234, + "Minor": 236, "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.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 362f1b910d7e..9242e0d29539 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.236.0 +Node20_229_2|4.236.1 diff --git a/_generated/AzureFileCopyV4/task.json b/_generated/AzureFileCopyV4/task.json index 701be10f27d7..26ba44625cd6 100644 --- a/_generated/AzureFileCopyV4/task.json +++ b/_generated/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 234, + "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.234.0", - "Node20_229_2": "4.234.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 9a2519d52649..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": 234, + "Minor": 236, "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.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 9970abf53e84..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": 234, + "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.234.0", - "Node20_229_2": "4.234.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 656130296853..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": 234, + "Minor": 236, "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.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 093b5dc77f7a..5913fb4d63f5 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.236.0 +Node20_229_2|5.236.1 diff --git a/_generated/AzureFileCopyV5/task.json b/_generated/AzureFileCopyV5/task.json index b0936d5efced..534ce65f580f 100644 --- a/_generated/AzureFileCopyV5/task.json +++ b/_generated/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 234, + "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.234.0", - "Node20_229_2": "5.234.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 8a0d2d93ffda..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": 234, + "Minor": 236, "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.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 a529951c904d..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": 234, + "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.234.0", - "Node20_229_2": "5.234.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 a9abd9253ec4..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": 234, + "Minor": 236, "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.236.0", + "Node20_229_2": "5.236.1" } } \ No newline at end of file diff --git a/_generated/PowerShellV2.versionmap.txt b/_generated/PowerShellV2.versionmap.txt index 23dfa92f5efd..7ed58d086bbe 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.236.0 +Node20-225|2.236.1 diff --git a/_generated/PowerShellV2/task.json b/_generated/PowerShellV2/task.json index c9b317ad0cbb..8ec3f6d27dbf 100644 --- a/_generated/PowerShellV2/task.json +++ b/_generated/PowerShellV2/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", @@ -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.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 e5615013625c..2d165ab70d29 100644 --- a/_generated/PowerShellV2/task.loc.json +++ b/_generated/PowerShellV2/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -259,7 +259,7 @@ "ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20-225": "2.235.1" + "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 49cca5eb8e55..7dc2e9184135 100644 --- a/_generated/PowerShellV2_Node20/task.json +++ b/_generated/PowerShellV2_Node20/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "releaseNotes": "Script task consistency. Added support for macOS and Linux.", @@ -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.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 1ceaaaea439a..eed5849cfe17 100644 --- a/_generated/PowerShellV2_Node20/task.loc.json +++ b/_generated/PowerShellV2_Node20/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 235, + "Minor": 236, "Patch": 1 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -263,7 +263,7 @@ "ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized" }, "_buildConfigMapping": { - "Default": "2.235.0", - "Node20-225": "2.235.1" + "Default": "2.236.0", + "Node20-225": "2.236.1" } } \ No newline at end of file