From 70bfc10e35f29dfdd813152d7512541c42ff0282 Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov <50652041+LeftTwixWand@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:20:28 +0200 Subject: [PATCH 1/3] Revert "Additional Import for Sanitizer (#18809)" This reverts commit d7850a15ccb4bcca05056acb1e4620fe63dd6823. --- Tasks/AzureFileCopyV1/AzureFileCopyJob.ps1 | 2 -- Tasks/AzureFileCopyV1/Utility.ps1 | 2 -- Tasks/AzureFileCopyV1/task.json | 4 ++-- Tasks/AzureFileCopyV1/task.loc.json | 4 ++-- Tasks/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 | 2 -- Tasks/AzureFileCopyV2/Utility.ps1 | 1 - Tasks/AzureFileCopyV2/task.json | 2 +- Tasks/AzureFileCopyV2/task.loc.json | 2 +- Tasks/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 | 2 -- Tasks/AzureFileCopyV3/Utility.ps1 | 2 -- Tasks/AzureFileCopyV3/task.json | 2 +- Tasks/AzureFileCopyV3/task.loc.json | 2 +- Tasks/AzureFileCopyV4/AzureFileCopyRemoteJob.ps1 | 2 -- Tasks/AzureFileCopyV4/Utility.ps1 | 2 -- Tasks/AzureFileCopyV4/task.json | 4 ++-- Tasks/AzureFileCopyV4/task.loc.json | 4 ++-- Tasks/AzureFileCopyV5/AzureFileCopyRemoteJob.ps1 | 2 -- Tasks/AzureFileCopyV5/Utility.ps1 | 2 -- Tasks/AzureFileCopyV5/task.json | 4 ++-- Tasks/AzureFileCopyV5/task.loc.json | 4 ++-- Tasks/WindowsMachineFileCopyV1/RoboCopyJob.ps1 | 2 -- Tasks/WindowsMachineFileCopyV1/task.json | 4 ++-- Tasks/WindowsMachineFileCopyV1/task.loc.json | 4 ++-- Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1 | 1 - Tasks/WindowsMachineFileCopyV2/task.json | 4 ++-- Tasks/WindowsMachineFileCopyV2/task.loc.json | 4 ++-- _generated/AzureFileCopyV2.versionmap.txt | 4 ++-- _generated/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 | 2 -- _generated/AzureFileCopyV2/Utility.ps1 | 1 - _generated/AzureFileCopyV2/task.json | 6 +++--- _generated/AzureFileCopyV2/task.loc.json | 6 +++--- .../AzureFileCopyV2_Node16/AzureFileCopyRemoteJob.ps1 | 2 -- _generated/AzureFileCopyV2_Node16/Utility.ps1 | 1 - _generated/AzureFileCopyV2_Node16/task.json | 6 +++--- _generated/AzureFileCopyV2_Node16/task.loc.json | 6 +++--- _generated/AzureFileCopyV3.versionmap.txt | 4 ++-- _generated/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 | 2 -- _generated/AzureFileCopyV3/Utility.ps1 | 2 -- _generated/AzureFileCopyV3/task.json | 6 +++--- _generated/AzureFileCopyV3/task.loc.json | 6 +++--- .../AzureFileCopyV3_Node16/AzureFileCopyRemoteJob.ps1 | 2 -- _generated/AzureFileCopyV3_Node16/Utility.ps1 | 2 -- _generated/AzureFileCopyV3_Node16/task.json | 6 +++--- _generated/AzureFileCopyV3_Node16/task.loc.json | 6 +++--- 44 files changed, 52 insertions(+), 88 deletions(-) diff --git a/Tasks/AzureFileCopyV1/AzureFileCopyJob.ps1 b/Tasks/AzureFileCopyV1/AzureFileCopyJob.ps1 index 7bd411f58432..c20ee2ce664c 100644 --- a/Tasks/AzureFileCopyV1/AzureFileCopyJob.ps1 +++ b/Tasks/AzureFileCopyV1/AzureFileCopyJob.ps1 @@ -17,8 +17,6 @@ param ( [string]$additionalArguments ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - Write-Verbose "fqdn = $fqdn" Write-Verbose "storageAccount = $storageAccount" Write-Verbose "containerName = $containerName" diff --git a/Tasks/AzureFileCopyV1/Utility.ps1 b/Tasks/AzureFileCopyV1/Utility.ps1 index 43376715aa1a..88bfef0f1a2f 100644 --- a/Tasks/AzureFileCopyV1/Utility.ps1 +++ b/Tasks/AzureFileCopyV1/Utility.ps1 @@ -4,8 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Get-DeploymentModulePath { Write-Output "$PSScriptRoot\DeploymentUtilities" diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index 28e8fa4b5a30..e86205505de3 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 3 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index c4d85cb64e52..5dd09f219770 100644 --- a/Tasks/AzureFileCopyV1/task.loc.json +++ b/Tasks/AzureFileCopyV1/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 3 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 b/Tasks/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 index 41ca8ef62270..60af347f9c69 100644 --- a/Tasks/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 +++ b/Tasks/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 @@ -10,8 +10,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/Tasks/AzureFileCopyV2/Utility.ps1 b/Tasks/AzureFileCopyV2/Utility.ps1 index 2afd88b6c3e3..1ccccc93449d 100644 --- a/Tasks/AzureFileCopyV2/Utility.ps1 +++ b/Tasks/AzureFileCopyV2/Utility.ps1 @@ -4,7 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer function Get-AzureCmdletsVersion { $module = Get-Module AzureRM -ListAvailable diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index 73a416705129..c9d2aed2959b 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index 4b7732088391..57f23486f3e9 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 b/Tasks/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 index 1aa2d630846d..3781ea7cbca6 100644 --- a/Tasks/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 +++ b/Tasks/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 @@ -10,8 +10,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/Tasks/AzureFileCopyV3/Utility.ps1 b/Tasks/AzureFileCopyV3/Utility.ps1 index 38f0b9e853df..5153316e99b8 100644 --- a/Tasks/AzureFileCopyV3/Utility.ps1 +++ b/Tasks/AzureFileCopyV3/Utility.ps1 @@ -4,8 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Get-AzureCmdletsVersion { return (Get-Module AzureRM -ListAvailable).Version diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index e0348327fd18..34ff9a3a5c2c 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index c3ea14b20209..adec20effb4f 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV4/AzureFileCopyRemoteJob.ps1 b/Tasks/AzureFileCopyV4/AzureFileCopyRemoteJob.ps1 index cec924c707af..61f8eb1a2805 100644 --- a/Tasks/AzureFileCopyV4/AzureFileCopyRemoteJob.ps1 +++ b/Tasks/AzureFileCopyV4/AzureFileCopyRemoteJob.ps1 @@ -8,8 +8,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/Tasks/AzureFileCopyV4/Utility.ps1 b/Tasks/AzureFileCopyV4/Utility.ps1 index b645f99b5508..162053a00532 100644 --- a/Tasks/AzureFileCopyV4/Utility.ps1 +++ b/Tasks/AzureFileCopyV4/Utility.ps1 @@ -4,8 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Get-AzureCmdletsVersion { return (Get-Module AzureRM -ListAvailable).Version diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index 72917bef4bd2..e31888fff3b2 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index 4a19b00fa719..ed69c75e5d20 100644 --- a/Tasks/AzureFileCopyV4/task.loc.json +++ b/Tasks/AzureFileCopyV4/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV5/AzureFileCopyRemoteJob.ps1 b/Tasks/AzureFileCopyV5/AzureFileCopyRemoteJob.ps1 index a88c8233428d..c7311dc23901 100644 --- a/Tasks/AzureFileCopyV5/AzureFileCopyRemoteJob.ps1 +++ b/Tasks/AzureFileCopyV5/AzureFileCopyRemoteJob.ps1 @@ -8,8 +8,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/Tasks/AzureFileCopyV5/Utility.ps1 b/Tasks/AzureFileCopyV5/Utility.ps1 index 80e4845c6b8e..656bab9a7c7d 100644 --- a/Tasks/AzureFileCopyV5/Utility.ps1 +++ b/Tasks/AzureFileCopyV5/Utility.ps1 @@ -4,8 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Get-AzureCmdletsVersion { return (Get-Module AzureRM -ListAvailable).Version diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index 66efa8438034..f7e849bcc190 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index b77e72d79233..377f1831d536 100644 --- a/Tasks/AzureFileCopyV5/task.loc.json +++ b/Tasks/AzureFileCopyV5/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "demands": [ "azureps" diff --git a/Tasks/WindowsMachineFileCopyV1/RoboCopyJob.ps1 b/Tasks/WindowsMachineFileCopyV1/RoboCopyJob.ps1 index 3f1ce46dd632..9a7e85cd6dd1 100644 --- a/Tasks/WindowsMachineFileCopyV1/RoboCopyJob.ps1 +++ b/Tasks/WindowsMachineFileCopyV1/RoboCopyJob.ps1 @@ -8,8 +8,6 @@ param ( [string]$additionalArguments ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - $sourcePath = $sourcePath.Trim().TrimEnd('\', '/') $targetPath = $targetPath.Trim().TrimEnd('\', '/') diff --git a/Tasks/WindowsMachineFileCopyV1/task.json b/Tasks/WindowsMachineFileCopyV1/task.json index 4cf63efd49a2..29483136818e 100644 --- a/Tasks/WindowsMachineFileCopyV1/task.json +++ b/Tasks/WindowsMachineFileCopyV1/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "minimumAgentVersion": "1.104.0", "groups": [ diff --git a/Tasks/WindowsMachineFileCopyV1/task.loc.json b/Tasks/WindowsMachineFileCopyV1/task.loc.json index e05fde25710b..c19802651ee5 100644 --- a/Tasks/WindowsMachineFileCopyV1/task.loc.json +++ b/Tasks/WindowsMachineFileCopyV1/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "minimumAgentVersion": "1.104.0", "groups": [ diff --git a/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1 b/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1 index 8c5dbcdcc6bd..e1c473f24c2c 100644 --- a/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1 +++ b/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1 @@ -10,7 +10,6 @@ param ( ) Import-Module "$scriptRoot\ps_modules\VstsTaskSdk" Import-VstsLocStrings -LiteralPath $scriptRoot/Task.json - Import-Module "$scriptRoot\ps_modules\Sanitizer" . "$scriptRoot/Utility.ps1" diff --git a/Tasks/WindowsMachineFileCopyV2/task.json b/Tasks/WindowsMachineFileCopyV2/task.json index c9e6a07bf638..8e6245258a23 100644 --- a/Tasks/WindowsMachineFileCopyV2/task.json +++ b/Tasks/WindowsMachineFileCopyV2/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "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 23fa4a43ce7e..72f5c5834a27 100644 --- a/Tasks/WindowsMachineFileCopyV2/task.loc.json +++ b/Tasks/WindowsMachineFileCopyV2/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 227, - "Patch": 0 + "Minor": 226, + "Patch": 2 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "1.104.0", diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index 86663e0391b6..17c571eab15c 100644 --- a/_generated/AzureFileCopyV2.versionmap.txt +++ b/_generated/AzureFileCopyV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.227.3 -Node16-225|2.227.2 +Default|2.227.1 +Node16-225|2.227.0 diff --git a/_generated/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 b/_generated/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 index 41ca8ef62270..60af347f9c69 100644 --- a/_generated/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 +++ b/_generated/AzureFileCopyV2/AzureFileCopyRemoteJob.ps1 @@ -10,8 +10,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/_generated/AzureFileCopyV2/Utility.ps1 b/_generated/AzureFileCopyV2/Utility.ps1 index 2afd88b6c3e3..1ccccc93449d 100644 --- a/_generated/AzureFileCopyV2/Utility.ps1 +++ b/_generated/AzureFileCopyV2/Utility.ps1 @@ -4,7 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer function Get-AzureCmdletsVersion { $module = Get-Module AzureRM -ListAvailable diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index 13b25371a8f9..1a95cb425a6d 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" @@ -370,7 +370,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.227.3", - "Node16-225": "2.227.2" + "Default": "2.227.1", + "Node16-225": "2.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2/task.loc.json b/_generated/AzureFileCopyV2/task.loc.json index 50be32c8e2ce..0a3a6a506d58 100644 --- a/_generated/AzureFileCopyV2/task.loc.json +++ b/_generated/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" @@ -370,7 +370,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.227.3", - "Node16-225": "2.227.2" + "Default": "2.227.1", + "Node16-225": "2.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node16/AzureFileCopyRemoteJob.ps1 b/_generated/AzureFileCopyV2_Node16/AzureFileCopyRemoteJob.ps1 index 41ca8ef62270..60af347f9c69 100644 --- a/_generated/AzureFileCopyV2_Node16/AzureFileCopyRemoteJob.ps1 +++ b/_generated/AzureFileCopyV2_Node16/AzureFileCopyRemoteJob.ps1 @@ -10,8 +10,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/_generated/AzureFileCopyV2_Node16/Utility.ps1 b/_generated/AzureFileCopyV2_Node16/Utility.ps1 index 2afd88b6c3e3..1ccccc93449d 100644 --- a/_generated/AzureFileCopyV2_Node16/Utility.ps1 +++ b/_generated/AzureFileCopyV2_Node16/Utility.ps1 @@ -4,7 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer function Get-AzureCmdletsVersion { $module = Get-Module AzureRM -ListAvailable diff --git a/_generated/AzureFileCopyV2_Node16/task.json b/_generated/AzureFileCopyV2_Node16/task.json index 86e93bda892a..20979bed2f96 100644 --- a/_generated/AzureFileCopyV2_Node16/task.json +++ b/_generated/AzureFileCopyV2_Node16/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 2 + "Patch": 0 }, "demands": [ "azureps" @@ -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.227.3", - "Node16-225": "2.227.2" + "Default": "2.227.1", + "Node16-225": "2.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node16/task.loc.json b/_generated/AzureFileCopyV2_Node16/task.loc.json index 713a0c33dd3c..ea163c3f6106 100644 --- a/_generated/AzureFileCopyV2_Node16/task.loc.json +++ b/_generated/AzureFileCopyV2_Node16/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 2 + "Patch": 0 }, "demands": [ "azureps" @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.227.3", - "Node16-225": "2.227.2" + "Default": "2.227.1", + "Node16-225": "2.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3.versionmap.txt b/_generated/AzureFileCopyV3.versionmap.txt index f9f396d1b8c1..7ab1391982b0 100644 --- a/_generated/AzureFileCopyV3.versionmap.txt +++ b/_generated/AzureFileCopyV3.versionmap.txt @@ -1,2 +1,2 @@ -Default|3.227.3 -Node16-225|3.227.2 +Default|3.227.1 +Node16-225|3.227.0 diff --git a/_generated/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 b/_generated/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 index 1aa2d630846d..3781ea7cbca6 100644 --- a/_generated/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 +++ b/_generated/AzureFileCopyV3/AzureFileCopyRemoteJob.ps1 @@ -10,8 +10,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/_generated/AzureFileCopyV3/Utility.ps1 b/_generated/AzureFileCopyV3/Utility.ps1 index 38f0b9e853df..5153316e99b8 100644 --- a/_generated/AzureFileCopyV3/Utility.ps1 +++ b/_generated/AzureFileCopyV3/Utility.ps1 @@ -4,8 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Get-AzureCmdletsVersion { return (Get-Module AzureRM -ListAvailable).Version diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index dceeeb8e428e..26d0f2212336 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" @@ -309,7 +309,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.227.3", - "Node16-225": "3.227.2" + "Default": "3.227.1", + "Node16-225": "3.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3/task.loc.json b/_generated/AzureFileCopyV3/task.loc.json index fbb74ab4f6d6..eaff1901938e 100644 --- a/_generated/AzureFileCopyV3/task.loc.json +++ b/_generated/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 3 + "Patch": 1 }, "demands": [ "azureps" @@ -309,7 +309,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.227.3", - "Node16-225": "3.227.2" + "Default": "3.227.1", + "Node16-225": "3.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node16/AzureFileCopyRemoteJob.ps1 b/_generated/AzureFileCopyV3_Node16/AzureFileCopyRemoteJob.ps1 index 1aa2d630846d..3781ea7cbca6 100644 --- a/_generated/AzureFileCopyV3_Node16/AzureFileCopyRemoteJob.ps1 +++ b/_generated/AzureFileCopyV3_Node16/AzureFileCopyRemoteJob.ps1 @@ -10,8 +10,6 @@ $AzureFileCopyRemoteJob = { [switch]$EnableDetailedLogging ) - Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Write-DetailLogs { [CmdletBinding()] diff --git a/_generated/AzureFileCopyV3_Node16/Utility.ps1 b/_generated/AzureFileCopyV3_Node16/Utility.ps1 index 38f0b9e853df..5153316e99b8 100644 --- a/_generated/AzureFileCopyV3_Node16/Utility.ps1 +++ b/_generated/AzureFileCopyV3_Node16/Utility.ps1 @@ -4,8 +4,6 @@ $ErrorActionPreference = 'Stop' $azureStackEnvironment = "AzureStack" $jobId = $env:SYSTEM_JOBID; -Import-Module $PSScriptRoot\ps_modules\Sanitizer - function Get-AzureCmdletsVersion { return (Get-Module AzureRM -ListAvailable).Version diff --git a/_generated/AzureFileCopyV3_Node16/task.json b/_generated/AzureFileCopyV3_Node16/task.json index f67dafc584bd..556c317990fd 100644 --- a/_generated/AzureFileCopyV3_Node16/task.json +++ b/_generated/AzureFileCopyV3_Node16/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 2 + "Patch": 0 }, "demands": [ "azureps" @@ -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.227.3", - "Node16-225": "3.227.2" + "Default": "3.227.1", + "Node16-225": "3.227.0" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node16/task.loc.json b/_generated/AzureFileCopyV3_Node16/task.loc.json index 636a3eebf4c7..739e4408905a 100644 --- a/_generated/AzureFileCopyV3_Node16/task.loc.json +++ b/_generated/AzureFileCopyV3_Node16/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 2 + "Patch": 0 }, "demands": [ "azureps" @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.227.3", - "Node16-225": "3.227.2" + "Default": "3.227.1", + "Node16-225": "3.227.0" } } \ No newline at end of file From dc235505f9af0333c78a5db5638ab8d3aff0dc0c Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov Date: Tue, 29 Aug 2023 10:27:30 +0200 Subject: [PATCH 2/3] Bump tasks versions --- Tasks/AzureFileCopyV1/task.json | 4 ++-- Tasks/AzureFileCopyV1/task.loc.json | 4 ++-- 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 | 4 ++-- Tasks/AzureFileCopyV4/task.loc.json | 4 ++-- Tasks/AzureFileCopyV5/task.json | 4 ++-- Tasks/AzureFileCopyV5/task.loc.json | 4 ++-- Tasks/WindowsMachineFileCopyV1/task.json | 4 ++-- Tasks/WindowsMachineFileCopyV1/task.loc.json | 4 ++-- Tasks/WindowsMachineFileCopyV2/task.json | 4 ++-- Tasks/WindowsMachineFileCopyV2/task.loc.json | 4 ++-- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index e86205505de3..070a41ebbadb 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 226, - "Patch": 3 + "Minor": 227, + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index 5dd09f219770..1fdd63a23152 100644 --- a/Tasks/AzureFileCopyV1/task.loc.json +++ b/Tasks/AzureFileCopyV1/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 226, - "Patch": 3 + "Minor": 227, + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index c9d2aed2959b..fd6341330e02 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 1 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index 57f23486f3e9..d6981779ac78 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 1 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index 34ff9a3a5c2c..8917d256427a 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 1 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index adec20effb4f..89395c710086 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 1 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index e31888fff3b2..584385204c53 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index ed69c75e5d20..cb563049ba62 100644 --- a/Tasks/AzureFileCopyV4/task.loc.json +++ b/Tasks/AzureFileCopyV4/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 4, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index f7e849bcc190..de719a625b12 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index 377f1831d536..d87955db8b52 100644 --- a/Tasks/AzureFileCopyV5/task.loc.json +++ b/Tasks/AzureFileCopyV5/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 5, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/WindowsMachineFileCopyV1/task.json b/Tasks/WindowsMachineFileCopyV1/task.json index 29483136818e..dc8b280a5677 100644 --- a/Tasks/WindowsMachineFileCopyV1/task.json +++ b/Tasks/WindowsMachineFileCopyV1/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "minimumAgentVersion": "1.104.0", "groups": [ diff --git a/Tasks/WindowsMachineFileCopyV1/task.loc.json b/Tasks/WindowsMachineFileCopyV1/task.loc.json index c19802651ee5..3499aab47032 100644 --- a/Tasks/WindowsMachineFileCopyV1/task.loc.json +++ b/Tasks/WindowsMachineFileCopyV1/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "minimumAgentVersion": "1.104.0", "groups": [ diff --git a/Tasks/WindowsMachineFileCopyV2/task.json b/Tasks/WindowsMachineFileCopyV2/task.json index 8e6245258a23..07c476954806 100644 --- a/Tasks/WindowsMachineFileCopyV2/task.json +++ b/Tasks/WindowsMachineFileCopyV2/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "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 72f5c5834a27..a1bc54dd6e78 100644 --- a/Tasks/WindowsMachineFileCopyV2/task.loc.json +++ b/Tasks/WindowsMachineFileCopyV2/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 226, - "Patch": 2 + "Minor": 227, + "Patch": 1 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "1.104.0", From de2397b4a2b30883bfab45f2e322bf2f3f0a0001 Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov Date: Tue, 29 Aug 2023 14:11:52 +0200 Subject: [PATCH 3/3] Bump versions for Node16 --- Tasks/AzureFileCopyV2/task.json | 2 +- Tasks/AzureFileCopyV2/task.loc.json | 2 +- Tasks/AzureFileCopyV3/task.json | 2 +- Tasks/AzureFileCopyV3/task.loc.json | 2 +- _generated/AzureFileCopyV2.versionmap.txt | 4 ++-- _generated/AzureFileCopyV2/task.json | 6 +++--- _generated/AzureFileCopyV2/task.loc.json | 6 +++--- _generated/AzureFileCopyV2_Node16/task.json | 6 +++--- _generated/AzureFileCopyV2_Node16/task.loc.json | 6 +++--- _generated/AzureFileCopyV3.versionmap.txt | 4 ++-- _generated/AzureFileCopyV3/task.json | 6 +++--- _generated/AzureFileCopyV3/task.loc.json | 6 +++--- _generated/AzureFileCopyV3_Node16/task.json | 6 +++--- _generated/AzureFileCopyV3_Node16/task.loc.json | 6 +++--- 14 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index fd6341330e02..120409dedb27 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 4 + "Patch": 5 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index d6981779ac78..487eaa591969 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 4 + "Patch": 5 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index 8917d256427a..393d7bfb70be 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 4 + "Patch": 5 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index 89395c710086..be20933f57a6 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 4 + "Patch": 5 }, "demands": [ "azureps" diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index 17c571eab15c..66fc486249fe 100644 --- a/_generated/AzureFileCopyV2.versionmap.txt +++ b/_generated/AzureFileCopyV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.227.1 -Node16-225|2.227.0 +Default|2.227.5 +Node16-225|2.227.4 diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index 1a95cb425a6d..99838de2f132 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 1 + "Patch": 5 }, "demands": [ "azureps" @@ -370,7 +370,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "2.227.1", - "Node16-225": "2.227.0" + "Default": "2.227.5", + "Node16-225": "2.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2/task.loc.json b/_generated/AzureFileCopyV2/task.loc.json index 0a3a6a506d58..db9cd0eb5b25 100644 --- a/_generated/AzureFileCopyV2/task.loc.json +++ b/_generated/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 1 + "Patch": 5 }, "demands": [ "azureps" @@ -370,7 +370,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.227.1", - "Node16-225": "2.227.0" + "Default": "2.227.5", + "Node16-225": "2.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node16/task.json b/_generated/AzureFileCopyV2_Node16/task.json index 20979bed2f96..e6fa1b091cd0 100644 --- a/_generated/AzureFileCopyV2_Node16/task.json +++ b/_generated/AzureFileCopyV2_Node16/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 0 + "Patch": 4 }, "demands": [ "azureps" @@ -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.227.1", - "Node16-225": "2.227.0" + "Default": "2.227.5", + "Node16-225": "2.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node16/task.loc.json b/_generated/AzureFileCopyV2_Node16/task.loc.json index ea163c3f6106..803ca6a8b68a 100644 --- a/_generated/AzureFileCopyV2_Node16/task.loc.json +++ b/_generated/AzureFileCopyV2_Node16/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 227, - "Patch": 0 + "Patch": 4 }, "demands": [ "azureps" @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.227.1", - "Node16-225": "2.227.0" + "Default": "2.227.5", + "Node16-225": "2.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3.versionmap.txt b/_generated/AzureFileCopyV3.versionmap.txt index 7ab1391982b0..cdaad1982f82 100644 --- a/_generated/AzureFileCopyV3.versionmap.txt +++ b/_generated/AzureFileCopyV3.versionmap.txt @@ -1,2 +1,2 @@ -Default|3.227.1 -Node16-225|3.227.0 +Default|3.227.5 +Node16-225|3.227.4 diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index 26d0f2212336..71033c0a6f6e 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 1 + "Patch": 5 }, "demands": [ "azureps" @@ -309,7 +309,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "3.227.1", - "Node16-225": "3.227.0" + "Default": "3.227.5", + "Node16-225": "3.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3/task.loc.json b/_generated/AzureFileCopyV3/task.loc.json index eaff1901938e..a5a7fa7694eb 100644 --- a/_generated/AzureFileCopyV3/task.loc.json +++ b/_generated/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 1 + "Patch": 5 }, "demands": [ "azureps" @@ -309,7 +309,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.227.1", - "Node16-225": "3.227.0" + "Default": "3.227.5", + "Node16-225": "3.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node16/task.json b/_generated/AzureFileCopyV3_Node16/task.json index 556c317990fd..840bb898c5f8 100644 --- a/_generated/AzureFileCopyV3_Node16/task.json +++ b/_generated/AzureFileCopyV3_Node16/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 0 + "Patch": 4 }, "demands": [ "azureps" @@ -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.227.1", - "Node16-225": "3.227.0" + "Default": "3.227.5", + "Node16-225": "3.227.4" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node16/task.loc.json b/_generated/AzureFileCopyV3_Node16/task.loc.json index 739e4408905a..8823cc5d2529 100644 --- a/_generated/AzureFileCopyV3_Node16/task.loc.json +++ b/_generated/AzureFileCopyV3_Node16/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 227, - "Patch": 0 + "Patch": 4 }, "demands": [ "azureps" @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.227.1", - "Node16-225": "3.227.0" + "Default": "3.227.5", + "Node16-225": "3.227.4" } } \ No newline at end of file