From 539fe8c80c0374a45f092760b1c231f5d1cd86c7 Mon Sep 17 00:00:00 2001 From: Deeksitha Merugu <157491258+Deekshitha981@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:03:56 +0530 Subject: [PATCH] openssl 3.4.0 version (#20820) * openssl 3.4.0 version * bumping task versions --- Tasks/AzureCloudPowerShellDeploymentV1/task.json | 2 +- Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json | 2 +- Tasks/AzureCloudPowerShellDeploymentV2/task.json | 2 +- Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json | 2 +- 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 +- Tasks/AzureFileCopyV6/task.json | 2 +- Tasks/AzureFileCopyV6/task.loc.json | 2 +- Tasks/AzurePowerShellV2/task.json | 2 +- Tasks/AzurePowerShellV2/task.loc.json | 2 +- Tasks/AzurePowerShellV3/task.json | 2 +- Tasks/AzurePowerShellV3/task.loc.json | 2 +- Tasks/AzurePowerShellV4/task.json | 2 +- Tasks/AzurePowerShellV4/task.loc.json | 2 +- Tasks/AzurePowerShellV5/task.json | 2 +- Tasks/AzurePowerShellV5/task.loc.json | 2 +- Tasks/Common/VstsAzureHelpers_/Utility.ps1 | 4 ++-- Tasks/Common/VstsAzureHelpers_/make.json | 5 +++++ Tasks/PublishSymbolsV2/package-lock.json | 12 +++++------- Tasks/PublishSymbolsV2/task.json | 4 ++-- Tasks/PublishSymbolsV2/task.loc.json | 4 ++-- Tasks/SqlAzureDacpacDeploymentV1/task.json | 2 +- Tasks/SqlAzureDacpacDeploymentV1/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 +++--- _generated/AzureFileCopyV6.versionmap.txt | 4 ++-- _generated/AzureFileCopyV6/task.json | 6 +++--- _generated/AzureFileCopyV6/task.loc.json | 6 +++--- _generated/AzureFileCopyV6_Node20/task.json | 6 +++--- _generated/AzureFileCopyV6_Node20/task.loc.json | 6 +++--- _generated/AzurePowerShellV4.versionmap.txt | 4 ++-- _generated/AzurePowerShellV4/task.json | 6 +++--- _generated/AzurePowerShellV4/task.loc.json | 6 +++--- _generated/AzurePowerShellV4_Node20/task.json | 6 +++--- _generated/AzurePowerShellV4_Node20/task.loc.json | 6 +++--- _generated/AzurePowerShellV5.versionmap.txt | 4 ++-- _generated/AzurePowerShellV5/task.json | 6 +++--- _generated/AzurePowerShellV5/task.loc.json | 6 +++--- _generated/AzurePowerShellV5_Node20/task.json | 6 +++--- _generated/AzurePowerShellV5_Node20/task.loc.json | 6 +++--- _generated/PublishSymbolsV2.versionmap.txt | 4 ++-- _generated/PublishSymbolsV2/package-lock.json | 12 +++++------- _generated/PublishSymbolsV2/task.json | 8 ++++---- _generated/PublishSymbolsV2/task.loc.json | 8 ++++---- _generated/PublishSymbolsV2_Node20/task.json | 8 ++++---- _generated/PublishSymbolsV2_Node20/task.loc.json | 8 ++++---- 72 files changed, 163 insertions(+), 162 deletions(-) diff --git a/Tasks/AzureCloudPowerShellDeploymentV1/task.json b/Tasks/AzureCloudPowerShellDeploymentV1/task.json index 21da620d4c69..018afadc067f 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV1/task.json +++ b/Tasks/AzureCloudPowerShellDeploymentV1/task.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json b/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json index aaac7f38bf05..b269f183ea2d 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json +++ b/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureCloudPowerShellDeploymentV2/task.json b/Tasks/AzureCloudPowerShellDeploymentV2/task.json index 85fe3cd5af89..5adf2c1cacf1 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV2/task.json +++ b/Tasks/AzureCloudPowerShellDeploymentV2/task.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json b/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json index 5457f46d5c48..44f30f64e9a9 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json +++ b/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index cdfd3f8a102d..f587a7e18773 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index f1c47f04cbcd..8d04268c9606 100644 --- a/Tasks/AzureFileCopyV1/task.loc.json +++ b/Tasks/AzureFileCopyV1/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index 2d58ac901ac3..2dbca286bf5b 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index 04ac4cad9636..86452f8dcb63 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index f10a13bfb336..c7a32446fe76 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index bffece7cfcd5..ac70e0cd201f 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index e61514ed0bfb..925f95919e98 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index 8a589d0f3298..441c7a1416f2 100644 --- a/Tasks/AzureFileCopyV4/task.loc.json +++ b/Tasks/AzureFileCopyV4/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index 8f1ad94390b9..220146caa1ce 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index 99dffd1a72ea..8d63ff3d0f3b 100644 --- a/Tasks/AzureFileCopyV5/task.loc.json +++ b/Tasks/AzureFileCopyV5/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV6/task.json b/Tasks/AzureFileCopyV6/task.json index e4a9b6fb7be4..5617551f92d5 100644 --- a/Tasks/AzureFileCopyV6/task.json +++ b/Tasks/AzureFileCopyV6/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 6, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzureFileCopyV6/task.loc.json b/Tasks/AzureFileCopyV6/task.loc.json index 99df021fb51d..5dfb132fa1a7 100644 --- a/Tasks/AzureFileCopyV6/task.loc.json +++ b/Tasks/AzureFileCopyV6/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 6, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzurePowerShellV2/task.json b/Tasks/AzurePowerShellV2/task.json index aaaf4b7e4897..94d3eee5d271 100644 --- a/Tasks/AzurePowerShellV2/task.json +++ b/Tasks/AzurePowerShellV2/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzurePowerShellV2/task.loc.json b/Tasks/AzurePowerShellV2/task.loc.json index 640ceba2201a..deea32b8cac7 100644 --- a/Tasks/AzurePowerShellV2/task.loc.json +++ b/Tasks/AzurePowerShellV2/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/AzurePowerShellV3/task.json b/Tasks/AzurePowerShellV3/task.json index e46f2d560008..74f9c8d638bb 100644 --- a/Tasks/AzurePowerShellV3/task.json +++ b/Tasks/AzurePowerShellV3/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "Added support for Fail on standard error and ErrorActionPreference", diff --git a/Tasks/AzurePowerShellV3/task.loc.json b/Tasks/AzurePowerShellV3/task.loc.json index 2f4a4fe33d86..f5023cb1e9c1 100644 --- a/Tasks/AzurePowerShellV3/task.loc.json +++ b/Tasks/AzurePowerShellV3/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/AzurePowerShellV4/task.json b/Tasks/AzurePowerShellV4/task.json index 1dee7563b275..81e58b4ca163 100644 --- a/Tasks/AzurePowerShellV4/task.json +++ b/Tasks/AzurePowerShellV4/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "Added support for Az Module and cross platform agents.", diff --git a/Tasks/AzurePowerShellV4/task.loc.json b/Tasks/AzurePowerShellV4/task.loc.json index e3ddd1fb0216..3787b5207979 100644 --- a/Tasks/AzurePowerShellV4/task.loc.json +++ b/Tasks/AzurePowerShellV4/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/AzurePowerShellV5/task.json b/Tasks/AzurePowerShellV5/task.json index a22dad8c975c..6937954b9326 100644 --- a/Tasks/AzurePowerShellV5/task.json +++ b/Tasks/AzurePowerShellV5/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "Added support for Az Module and cross platform agents.", diff --git a/Tasks/AzurePowerShellV5/task.loc.json b/Tasks/AzurePowerShellV5/task.loc.json index cbc2065dc9e8..fc5041f209f0 100644 --- a/Tasks/AzurePowerShellV5/task.loc.json +++ b/Tasks/AzurePowerShellV5/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/Common/VstsAzureHelpers_/Utility.ps1 b/Tasks/Common/VstsAzureHelpers_/Utility.ps1 index 909d96e03cda..e5252e59f7c8 100644 --- a/Tasks/Common/VstsAzureHelpers_/Utility.ps1 +++ b/Tasks/Common/VstsAzureHelpers_/Utility.ps1 @@ -372,8 +372,8 @@ function ConvertTo-Pfx { $openSSLArgs = "pkcs12 -export -in `"$pemFilePath`" -out `"$pfxFilePath`" -password file:`"$pfxPasswordFilePath`"" } else{ - $openSSLExePath = "$PSScriptRoot\opensslv3\openssl.exe" - $env:OPENSSL_CONF = "$PSScriptRoot\opensslv3\openssl.cnf" + $openSSLExePath = "$PSScriptRoot\opensslv4\openssl.exe" + $env:OPENSSL_CONF = "$PSScriptRoot\opensslv4\openssl.cnf" $env:RANDFILE=".rnd" $openSSLArgs = "pkcs12 -export -certpbe PBE-SHA1-3DES -keypbe PBE-SHA1-3DES -macalg sha1 -in `"$pemFilePath`" -out `"$pfxFilePath`" -password file:`"$pfxPasswordFilePath`"" diff --git a/Tasks/Common/VstsAzureHelpers_/make.json b/Tasks/Common/VstsAzureHelpers_/make.json index 4fd1a49a247c..fec574bfb0be 100644 --- a/Tasks/Common/VstsAzureHelpers_/make.json +++ b/Tasks/Common/VstsAzureHelpers_/make.json @@ -142,6 +142,11 @@ "archiveName": "openssl_new.zip", "url": "https://vstsagenttools.blob.core.windows.net/tools/openssl/3.3.1/M245/openssl.zip", "dest": "./opensslv3" + }, + { + "archiveName": "openssl_new3.4.0.zip", + "url": "https://vstsagenttools.blob.core.windows.net/tools/openssl/3.4.0/M252/openssl.zip", + "dest": "./opensslv4" } ] } diff --git a/Tasks/PublishSymbolsV2/package-lock.json b/Tasks/PublishSymbolsV2/package-lock.json index b65f4d18a69a..e385c2c69384 100644 --- a/Tasks/PublishSymbolsV2/package-lock.json +++ b/Tasks/PublishSymbolsV2/package-lock.json @@ -225,6 +225,11 @@ "xml2js": "0.6.2" }, "dependencies": { + "@azure/msal-common": { + "version": "14.16.0", + "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@azure/msal-common/-/msal-common-14.16.0.tgz", + "integrity": "sha1-80cPyux4jb5QhZlSzUmTQL2iPXo=" + }, "@types/mocha": { "version": "5.2.7", "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@types/mocha/-/mocha-5.2.7.tgz", @@ -260,13 +265,6 @@ "@azure/msal-common": "14.16.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" - }, - "dependencies": { - "@azure/msal-common": { - "version": "14.16.0", - "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@azure/msal-common/-/msal-common-14.16.0.tgz", - "integrity": "sha1-80cPyux4jb5QhZlSzUmTQL2iPXo=" - } } }, "uuid": { diff --git a/Tasks/PublishSymbolsV2/task.json b/Tasks/PublishSymbolsV2/task.json index a12490dd7bde..e1034c27dcac 100644 --- a/Tasks/PublishSymbolsV2/task.json +++ b/Tasks/PublishSymbolsV2/task.json @@ -13,8 +13,8 @@ "preview": false, "version": { "Major": 2, - "Minor": 250, - "Patch": 2 + "Minor": 252, + "Patch": 0 }, "minimumAgentVersion": "2.144.0", "groups": [ diff --git a/Tasks/PublishSymbolsV2/task.loc.json b/Tasks/PublishSymbolsV2/task.loc.json index 9535cbb7cc7f..2a7880888a23 100644 --- a/Tasks/PublishSymbolsV2/task.loc.json +++ b/Tasks/PublishSymbolsV2/task.loc.json @@ -13,8 +13,8 @@ "preview": false, "version": { "Major": 2, - "Minor": 250, - "Patch": 2 + "Minor": 252, + "Patch": 0 }, "minimumAgentVersion": "2.144.0", "groups": [ diff --git a/Tasks/SqlAzureDacpacDeploymentV1/task.json b/Tasks/SqlAzureDacpacDeploymentV1/task.json index 482073ed63f4..fea6e54a1839 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/task.json +++ b/Tasks/SqlAzureDacpacDeploymentV1/task.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json b/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json index bf50c7fcac17..334780bfe62b 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json +++ b/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index 0acf949eb97d..165fc5ee8581 100644 --- a/_generated/AzureFileCopyV2.versionmap.txt +++ b/_generated/AzureFileCopyV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.251.0 -Node20_229_2|2.251.1 +Default|2.252.0 +Node20_229_2|2.252.1 diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index e08c4a259bca..2fd10ab46d56 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -376,8 +376,8 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.251.0", + "Default": "2.252.0", "LocalPackages": "2.249.4", - "Node20_229_2": "2.251.1" + "Node20_229_2": "2.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2/task.loc.json b/_generated/AzureFileCopyV2/task.loc.json index b10a5871612a..5e309a3cfc45 100644 --- a/_generated/AzureFileCopyV2/task.loc.json +++ b/_generated/AzureFileCopyV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -376,8 +376,8 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.251.0", + "Default": "2.252.0", "LocalPackages": "2.249.4", - "Node20_229_2": "2.251.1" + "Node20_229_2": "2.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.json b/_generated/AzureFileCopyV2_Node20/task.json index e5ee2a90b020..72005811c6d3 100644 --- a/_generated/AzureFileCopyV2_Node20/task.json +++ b/_generated/AzureFileCopyV2_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -380,8 +380,8 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.251.0", + "Default": "2.252.0", "LocalPackages": "2.249.4", - "Node20_229_2": "2.251.1" + "Node20_229_2": "2.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.loc.json b/_generated/AzureFileCopyV2_Node20/task.loc.json index bfcb8d3a680a..5a7322c9c753 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": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -380,8 +380,8 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.251.0", + "Default": "2.252.0", "LocalPackages": "2.249.4", - "Node20_229_2": "2.251.1" + "Node20_229_2": "2.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3.versionmap.txt b/_generated/AzureFileCopyV3.versionmap.txt index 199d876e3f61..3f1a2d938e89 100644 --- a/_generated/AzureFileCopyV3.versionmap.txt +++ b/_generated/AzureFileCopyV3.versionmap.txt @@ -1,2 +1,2 @@ -Default|3.251.0 -Node20_229_2|3.251.1 +Default|3.252.0 +Node20_229_2|3.252.1 diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index 98bc2cd94157..dfe436ea3985 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -315,8 +315,8 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.251.0", + "Default": "3.252.0", "LocalPackages": "3.249.4", - "Node20_229_2": "3.251.1" + "Node20_229_2": "3.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3/task.loc.json b/_generated/AzureFileCopyV3/task.loc.json index 87c602ec8ba8..f39a91590298 100644 --- a/_generated/AzureFileCopyV3/task.loc.json +++ b/_generated/AzureFileCopyV3/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -315,8 +315,8 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.251.0", + "Default": "3.252.0", "LocalPackages": "3.249.4", - "Node20_229_2": "3.251.1" + "Node20_229_2": "3.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.json b/_generated/AzureFileCopyV3_Node20/task.json index 20680af2a4e8..017f456e22ed 100644 --- a/_generated/AzureFileCopyV3_Node20/task.json +++ b/_generated/AzureFileCopyV3_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -319,8 +319,8 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.251.0", + "Default": "3.252.0", "LocalPackages": "3.249.4", - "Node20_229_2": "3.251.1" + "Node20_229_2": "3.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.loc.json b/_generated/AzureFileCopyV3_Node20/task.loc.json index 51615ee762ad..8cbc37aae9d5 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": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -319,8 +319,8 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.251.0", + "Default": "3.252.0", "LocalPackages": "3.249.4", - "Node20_229_2": "3.251.1" + "Node20_229_2": "3.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4.versionmap.txt b/_generated/AzureFileCopyV4.versionmap.txt index e907e63c4815..2f0e84fc0033 100644 --- a/_generated/AzureFileCopyV4.versionmap.txt +++ b/_generated/AzureFileCopyV4.versionmap.txt @@ -1,2 +1,2 @@ -Default|4.251.0 -Node20_229_2|4.251.1 +Default|4.252.0 +Node20_229_2|4.252.1 diff --git a/_generated/AzureFileCopyV4/task.json b/_generated/AzureFileCopyV4/task.json index 08d6b5b857b2..524e9be455ff 100644 --- a/_generated/AzureFileCopyV4/task.json +++ b/_generated/AzureFileCopyV4/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -301,8 +301,8 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4/task.loc.json b/_generated/AzureFileCopyV4/task.loc.json index f0956b2dc1e6..6823e10ce950 100644 --- a/_generated/AzureFileCopyV4/task.loc.json +++ b/_generated/AzureFileCopyV4/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -301,8 +301,8 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.json b/_generated/AzureFileCopyV4_Node20/task.json index 803b3f6b4de0..3b14566d8c3a 100644 --- a/_generated/AzureFileCopyV4_Node20/task.json +++ b/_generated/AzureFileCopyV4_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -305,8 +305,8 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.loc.json b/_generated/AzureFileCopyV4_Node20/task.loc.json index 18d5fcdb43c6..f4d417bce7b2 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": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -305,8 +305,8 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5.versionmap.txt b/_generated/AzureFileCopyV5.versionmap.txt index de6cf6f2aad8..5b41a2bf2967 100644 --- a/_generated/AzureFileCopyV5.versionmap.txt +++ b/_generated/AzureFileCopyV5.versionmap.txt @@ -1,2 +1,2 @@ -Default|5.251.0 -Node20_229_2|5.251.1 +Default|5.252.0 +Node20_229_2|5.252.1 diff --git a/_generated/AzureFileCopyV5/task.json b/_generated/AzureFileCopyV5/task.json index 8166acd02b44..01d0ecbe2bb9 100644 --- a/_generated/AzureFileCopyV5/task.json +++ b/_generated/AzureFileCopyV5/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -301,8 +301,8 @@ "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.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5/task.loc.json b/_generated/AzureFileCopyV5/task.loc.json index f8d7482a63a3..119259840676 100644 --- a/_generated/AzureFileCopyV5/task.loc.json +++ b/_generated/AzureFileCopyV5/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -301,8 +301,8 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.json b/_generated/AzureFileCopyV5_Node20/task.json index c0db304cbd89..fd9bd3019211 100644 --- a/_generated/AzureFileCopyV5_Node20/task.json +++ b/_generated/AzureFileCopyV5_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -305,8 +305,8 @@ "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.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.loc.json b/_generated/AzureFileCopyV5_Node20/task.loc.json index ffed27d2b463..a06f1592504d 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": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -305,8 +305,8 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6.versionmap.txt b/_generated/AzureFileCopyV6.versionmap.txt index 4aa90071f965..cf39a5b97ef2 100644 --- a/_generated/AzureFileCopyV6.versionmap.txt +++ b/_generated/AzureFileCopyV6.versionmap.txt @@ -1,2 +1,2 @@ -Default|6.251.0 -Node20_229_2|6.251.1 +Default|6.252.0 +Node20_229_2|6.252.1 diff --git a/_generated/AzureFileCopyV6/task.json b/_generated/AzureFileCopyV6/task.json index 5e8b8cad46ba..1a2cde763fd4 100644 --- a/_generated/AzureFileCopyV6/task.json +++ b/_generated/AzureFileCopyV6/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 6, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -288,8 +288,8 @@ "AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent." }, "_buildConfigMapping": { - "Default": "6.251.0", + "Default": "6.252.0", "LocalPackages": "6.249.4", - "Node20_229_2": "6.251.1" + "Node20_229_2": "6.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6/task.loc.json b/_generated/AzureFileCopyV6/task.loc.json index 18855d0db552..2c898f0332ce 100644 --- a/_generated/AzureFileCopyV6/task.loc.json +++ b/_generated/AzureFileCopyV6/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 6, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "demands": [ @@ -288,8 +288,8 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "6.251.0", + "Default": "6.252.0", "LocalPackages": "6.249.4", - "Node20_229_2": "6.251.1" + "Node20_229_2": "6.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6_Node20/task.json b/_generated/AzureFileCopyV6_Node20/task.json index 254aa8fabe80..12cb10e08363 100644 --- a/_generated/AzureFileCopyV6_Node20/task.json +++ b/_generated/AzureFileCopyV6_Node20/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 6, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -292,8 +292,8 @@ "AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent." }, "_buildConfigMapping": { - "Default": "6.251.0", + "Default": "6.252.0", "LocalPackages": "6.249.4", - "Node20_229_2": "6.251.1" + "Node20_229_2": "6.252.1" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6_Node20/task.loc.json b/_generated/AzureFileCopyV6_Node20/task.loc.json index 411c14630148..e3204e325a23 100644 --- a/_generated/AzureFileCopyV6_Node20/task.loc.json +++ b/_generated/AzureFileCopyV6_Node20/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 6, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "demands": [ @@ -292,8 +292,8 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "6.251.0", + "Default": "6.252.0", "LocalPackages": "6.249.4", - "Node20_229_2": "6.251.1" + "Node20_229_2": "6.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4.versionmap.txt b/_generated/AzurePowerShellV4.versionmap.txt index e907e63c4815..2f0e84fc0033 100644 --- a/_generated/AzurePowerShellV4.versionmap.txt +++ b/_generated/AzurePowerShellV4.versionmap.txt @@ -1,2 +1,2 @@ -Default|4.251.0 -Node20_229_2|4.251.1 +Default|4.252.0 +Node20_229_2|4.252.1 diff --git a/_generated/AzurePowerShellV4/task.json b/_generated/AzurePowerShellV4/task.json index 19305cb3803e..7e3b1540e1f8 100644 --- a/_generated/AzurePowerShellV4/task.json +++ b/_generated/AzurePowerShellV4/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "Added support for Az Module and cross platform agents.", @@ -211,8 +211,8 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4/task.loc.json b/_generated/AzurePowerShellV4/task.loc.json index e289ffd3e532..94c27cd6c7d2 100644 --- a/_generated/AzurePowerShellV4/task.loc.json +++ b/_generated/AzurePowerShellV4/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -211,8 +211,8 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4_Node20/task.json b/_generated/AzurePowerShellV4_Node20/task.json index 5bde5d83026d..561ef667507f 100644 --- a/_generated/AzurePowerShellV4_Node20/task.json +++ b/_generated/AzurePowerShellV4_Node20/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "releaseNotes": "Added support for Az Module and cross platform agents.", @@ -215,8 +215,8 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4_Node20/task.loc.json b/_generated/AzurePowerShellV4_Node20/task.loc.json index 307baae3fcfc..40054cc983e2 100644 --- a/_generated/AzurePowerShellV4_Node20/task.loc.json +++ b/_generated/AzurePowerShellV4_Node20/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -215,8 +215,8 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "4.251.0", + "Default": "4.252.0", "LocalPackages": "4.249.4", - "Node20_229_2": "4.251.1" + "Node20_229_2": "4.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5.versionmap.txt b/_generated/AzurePowerShellV5.versionmap.txt index de6cf6f2aad8..5b41a2bf2967 100644 --- a/_generated/AzurePowerShellV5.versionmap.txt +++ b/_generated/AzurePowerShellV5.versionmap.txt @@ -1,2 +1,2 @@ -Default|5.251.0 -Node20_229_2|5.251.1 +Default|5.252.0 +Node20_229_2|5.252.1 diff --git a/_generated/AzurePowerShellV5/task.json b/_generated/AzurePowerShellV5/task.json index d6d725eaf772..2e0ca784a276 100644 --- a/_generated/AzurePowerShellV5/task.json +++ b/_generated/AzurePowerShellV5/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "Added support for Az Module and cross platform agents.", @@ -204,8 +204,8 @@ "PS_ExitCode": "PowerShell exited with code '{0}'." }, "_buildConfigMapping": { - "Default": "5.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5/task.loc.json b/_generated/AzurePowerShellV5/task.loc.json index 482d54b87dfb..3103075366e8 100644 --- a/_generated/AzurePowerShellV5/task.loc.json +++ b/_generated/AzurePowerShellV5/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -204,8 +204,8 @@ "PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode" }, "_buildConfigMapping": { - "Default": "5.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5_Node20/task.json b/_generated/AzurePowerShellV5_Node20/task.json index 2076a737f451..8ac69b4f7914 100644 --- a/_generated/AzurePowerShellV5_Node20/task.json +++ b/_generated/AzurePowerShellV5_Node20/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "releaseNotes": "Added support for Az Module and cross platform agents.", @@ -208,8 +208,8 @@ "PS_ExitCode": "PowerShell exited with code '{0}'." }, "_buildConfigMapping": { - "Default": "5.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5_Node20/task.loc.json b/_generated/AzurePowerShellV5_Node20/task.loc.json index 288422d61075..b9c7fbc86c5f 100644 --- a/_generated/AzurePowerShellV5_Node20/task.loc.json +++ b/_generated/AzurePowerShellV5_Node20/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 251, + "Minor": 252, "Patch": 1 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -208,8 +208,8 @@ "PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode" }, "_buildConfigMapping": { - "Default": "5.251.0", + "Default": "5.252.0", "LocalPackages": "5.249.4", - "Node20_229_2": "5.251.1" + "Node20_229_2": "5.252.1" } } \ No newline at end of file diff --git a/_generated/PublishSymbolsV2.versionmap.txt b/_generated/PublishSymbolsV2.versionmap.txt index c369f1f76bbc..c749597f70c8 100644 --- a/_generated/PublishSymbolsV2.versionmap.txt +++ b/_generated/PublishSymbolsV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.250.2 -Node20_229_14|2.250.3 +Default|2.252.0 +Node20_229_14|2.252.1 diff --git a/_generated/PublishSymbolsV2/package-lock.json b/_generated/PublishSymbolsV2/package-lock.json index b65f4d18a69a..e385c2c69384 100644 --- a/_generated/PublishSymbolsV2/package-lock.json +++ b/_generated/PublishSymbolsV2/package-lock.json @@ -225,6 +225,11 @@ "xml2js": "0.6.2" }, "dependencies": { + "@azure/msal-common": { + "version": "14.16.0", + "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@azure/msal-common/-/msal-common-14.16.0.tgz", + "integrity": "sha1-80cPyux4jb5QhZlSzUmTQL2iPXo=" + }, "@types/mocha": { "version": "5.2.7", "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@types/mocha/-/mocha-5.2.7.tgz", @@ -260,13 +265,6 @@ "@azure/msal-common": "14.16.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" - }, - "dependencies": { - "@azure/msal-common": { - "version": "14.16.0", - "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@azure/msal-common/-/msal-common-14.16.0.tgz", - "integrity": "sha1-80cPyux4jb5QhZlSzUmTQL2iPXo=" - } } }, "uuid": { diff --git a/_generated/PublishSymbolsV2/task.json b/_generated/PublishSymbolsV2/task.json index 5abf0f3b2d5b..f6ee3c592291 100644 --- a/_generated/PublishSymbolsV2/task.json +++ b/_generated/PublishSymbolsV2/task.json @@ -13,8 +13,8 @@ "preview": false, "version": { "Major": 2, - "Minor": 250, - "Patch": 2 + "Minor": 252, + "Patch": 0 }, "minimumAgentVersion": "2.144.0", "groups": [ @@ -258,7 +258,7 @@ "ManifestFileNotFound": "Manifest file not found at '{0}'." }, "_buildConfigMapping": { - "Default": "2.250.2", - "Node20_229_14": "2.250.3" + "Default": "2.252.0", + "Node20_229_14": "2.252.1" } } \ No newline at end of file diff --git a/_generated/PublishSymbolsV2/task.loc.json b/_generated/PublishSymbolsV2/task.loc.json index 0d9723e03940..df560491f936 100644 --- a/_generated/PublishSymbolsV2/task.loc.json +++ b/_generated/PublishSymbolsV2/task.loc.json @@ -13,8 +13,8 @@ "preview": false, "version": { "Major": 2, - "Minor": 250, - "Patch": 2 + "Minor": 252, + "Patch": 0 }, "minimumAgentVersion": "2.144.0", "groups": [ @@ -258,7 +258,7 @@ "ManifestFileNotFound": "ms-resource:loc.messages.ManifestFileNotFound" }, "_buildConfigMapping": { - "Default": "2.250.2", - "Node20_229_14": "2.250.3" + "Default": "2.252.0", + "Node20_229_14": "2.252.1" } } \ No newline at end of file diff --git a/_generated/PublishSymbolsV2_Node20/task.json b/_generated/PublishSymbolsV2_Node20/task.json index 443064e0b73f..3228727119b8 100644 --- a/_generated/PublishSymbolsV2_Node20/task.json +++ b/_generated/PublishSymbolsV2_Node20/task.json @@ -13,8 +13,8 @@ "preview": false, "version": { "Major": 2, - "Minor": 250, - "Patch": 3 + "Minor": 252, + "Patch": 1 }, "minimumAgentVersion": "2.144.0", "groups": [ @@ -266,7 +266,7 @@ "ManifestFileNotFound": "Manifest file not found at '{0}'." }, "_buildConfigMapping": { - "Default": "2.250.2", - "Node20_229_14": "2.250.3" + "Default": "2.252.0", + "Node20_229_14": "2.252.1" } } \ No newline at end of file diff --git a/_generated/PublishSymbolsV2_Node20/task.loc.json b/_generated/PublishSymbolsV2_Node20/task.loc.json index 2c6d46fcf67f..40c83bb89fd8 100644 --- a/_generated/PublishSymbolsV2_Node20/task.loc.json +++ b/_generated/PublishSymbolsV2_Node20/task.loc.json @@ -13,8 +13,8 @@ "preview": false, "version": { "Major": 2, - "Minor": 250, - "Patch": 3 + "Minor": 252, + "Patch": 1 }, "minimumAgentVersion": "2.144.0", "groups": [ @@ -266,7 +266,7 @@ "ManifestFileNotFound": "ms-resource:loc.messages.ManifestFileNotFound" }, "_buildConfigMapping": { - "Default": "2.250.2", - "Node20_229_14": "2.250.3" + "Default": "2.252.0", + "Node20_229_14": "2.252.1" } } \ No newline at end of file