From 53862cf5c085a9ffb8a846ef404bb90406238e30 Mon Sep 17 00:00:00 2001 From: Dmitrii Bobreshev <106314398+DmitriiBobreshev@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:52:52 +0200 Subject: [PATCH] Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions (#19752) * Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions - Supress some warnings about new avaiable versions - Supressing breaking changes warnings - Removed Uninstall-AzureRMModules function because AzureRM methods still can be used inside AzurePowerShell * bump task version * Bump tasks version * Remove unused variable * Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions - Restored Uninstall-AzureRMModules function - Added Enable-AzureRmAlias * Remove azRM * Redesign Uninstall-AzureRMModules * Fix CmdletBinding in Uninstall-AzureRMModules * Fix scope in Enable-AzureRmAlias * Fix scope in Enable-AzureRmAlias * Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions - Bump task version --- .../task.json | 4 +- .../task.loc.json | 2 +- .../task.json | 2 +- .../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 | 4 +- 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 +- .../InitializeAzModuleFunctions.ps1 | 97 ++++++++++--------- Tasks/SqlAzureDacpacDeploymentV1/task.json | 4 +- .../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 +- .../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 +- .../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 +- .../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 +- .../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 +- .../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 +- .../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 +- .../AzurePowerShellV5_Node20/task.loc.json | 6 +- 62 files changed, 176 insertions(+), 175 deletions(-) diff --git a/Tasks/AzureCloudPowerShellDeploymentV1/task.json b/Tasks/AzureCloudPowerShellDeploymentV1/task.json index a194321c8959..a1ec363b0c83 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV1/task.json +++ b/Tasks/AzureCloudPowerShellDeploymentV1/task.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "azureps" @@ -284,4 +284,4 @@ "AllRoleInstancesAreReady": "All role instances (count: '{1}') for Azure Cloud Service: '{0}' are in 'ReadyRole' state.", "AzureCloudServiceNotFound": "Azure Cloud Service: '{0}' not found." } -} +} \ No newline at end of file diff --git a/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json b/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json index 0a2b909e6719..dd18b333abde 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json +++ b/Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureCloudPowerShellDeploymentV2/task.json b/Tasks/AzureCloudPowerShellDeploymentV2/task.json index 42978bbf242a..3bf1069ff1f1 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV2/task.json +++ b/Tasks/AzureCloudPowerShellDeploymentV2/task.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json b/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json index 715f38806133..efcef06f16ea 100644 --- a/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json +++ b/Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV1/task.json b/Tasks/AzureFileCopyV1/task.json index b9fbdb28c79f..c3593c4cc229 100644 --- a/Tasks/AzureFileCopyV1/task.json +++ b/Tasks/AzureFileCopyV1/task.json @@ -14,7 +14,7 @@ "version": { "Major": 1, "Minor": 238, - "Patch": 2 + "Patch": 3 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV1/task.loc.json b/Tasks/AzureFileCopyV1/task.loc.json index 8bae3364f11c..89ed82325e64 100644 --- a/Tasks/AzureFileCopyV1/task.loc.json +++ b/Tasks/AzureFileCopyV1/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 1, "Minor": 238, - "Patch": 2 + "Patch": 3 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index a116d1091aa1..f52418333c40 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index a46d835741c7..f0e86bfeb3ea 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index 163594d28583..7084b8bb9d95 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index 44e08b841cdb..2970401ac5b6 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV4/task.json b/Tasks/AzureFileCopyV4/task.json index d3cce2af212c..d57984c3ec7d 100644 --- a/Tasks/AzureFileCopyV4/task.json +++ b/Tasks/AzureFileCopyV4/task.json @@ -14,7 +14,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV4/task.loc.json b/Tasks/AzureFileCopyV4/task.loc.json index f1ede6b8c92c..3a026bc83ec1 100644 --- a/Tasks/AzureFileCopyV4/task.loc.json +++ b/Tasks/AzureFileCopyV4/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV5/task.json b/Tasks/AzureFileCopyV5/task.json index 386da967ce7a..eb1b0bd62d95 100644 --- a/Tasks/AzureFileCopyV5/task.json +++ b/Tasks/AzureFileCopyV5/task.json @@ -14,7 +14,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 4 + "Patch": 6 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV5/task.loc.json b/Tasks/AzureFileCopyV5/task.loc.json index 1e714565e35c..ef26532c018f 100644 --- a/Tasks/AzureFileCopyV5/task.loc.json +++ b/Tasks/AzureFileCopyV5/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 4 + "Patch": 6 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV6/task.json b/Tasks/AzureFileCopyV6/task.json index 3e7cf9d942a9..70b7bfa21d9c 100644 --- a/Tasks/AzureFileCopyV6/task.json +++ b/Tasks/AzureFileCopyV6/task.json @@ -14,7 +14,7 @@ "version": { "Major": 6, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV6/task.loc.json b/Tasks/AzureFileCopyV6/task.loc.json index e1e7750ca75d..c8eb551b21fb 100644 --- a/Tasks/AzureFileCopyV6/task.loc.json +++ b/Tasks/AzureFileCopyV6/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 6, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "demands": [ "azureps" diff --git a/Tasks/AzurePowerShellV2/task.json b/Tasks/AzurePowerShellV2/task.json index 65e12de39bb8..73effcf9ef7b 100644 --- a/Tasks/AzurePowerShellV2/task.json +++ b/Tasks/AzurePowerShellV2/task.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "azureps" @@ -150,4 +150,4 @@ "InvalidAzurePsVersion": "The Azure PowerShell version '{0}' specified is not in the correct format. Please check the format. An example of correct format is 1.0.1", "OverrideAzurePowerShellVersion": "The Azure PowerShell version '{0}' is not supported for Hosted Agent. Overriding it with version '{1}'. Consider changing the version selected." } -} +} \ No newline at end of file diff --git a/Tasks/AzurePowerShellV2/task.loc.json b/Tasks/AzurePowerShellV2/task.loc.json index 64b0082cd6b6..f37334ee921a 100644 --- a/Tasks/AzurePowerShellV2/task.loc.json +++ b/Tasks/AzurePowerShellV2/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "azureps" diff --git a/Tasks/AzurePowerShellV3/task.json b/Tasks/AzurePowerShellV3/task.json index fffe4fb7ac33..3a68f931aaeb 100644 --- a/Tasks/AzurePowerShellV3/task.json +++ b/Tasks/AzurePowerShellV3/task.json @@ -18,7 +18,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 6 + "Patch": 7 }, "releaseNotes": "Added support for Fail on standard error and ErrorActionPreference", "demands": [ diff --git a/Tasks/AzurePowerShellV3/task.loc.json b/Tasks/AzurePowerShellV3/task.loc.json index 5ec0c9f363cf..991d04f5a882 100644 --- a/Tasks/AzurePowerShellV3/task.loc.json +++ b/Tasks/AzurePowerShellV3/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 6 + "Patch": 7 }, "releaseNotes": "ms-resource:loc.releaseNotes", "demands": [ diff --git a/Tasks/AzurePowerShellV4/task.json b/Tasks/AzurePowerShellV4/task.json index 2a51368db7cf..3f7543118769 100644 --- a/Tasks/AzurePowerShellV4/task.json +++ b/Tasks/AzurePowerShellV4/task.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "releaseNotes": "Added support for Az Module and cross platform agents.", "groups": [ diff --git a/Tasks/AzurePowerShellV4/task.loc.json b/Tasks/AzurePowerShellV4/task.loc.json index 10d1d2132ba2..18862e82a604 100644 --- a/Tasks/AzurePowerShellV4/task.loc.json +++ b/Tasks/AzurePowerShellV4/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ diff --git a/Tasks/AzurePowerShellV5/task.json b/Tasks/AzurePowerShellV5/task.json index 2a42dc7f976a..fb351bfe6036 100644 --- a/Tasks/AzurePowerShellV5/task.json +++ b/Tasks/AzurePowerShellV5/task.json @@ -18,7 +18,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "releaseNotes": "Added support for Az Module and cross platform agents.", "groups": [ diff --git a/Tasks/AzurePowerShellV5/task.loc.json b/Tasks/AzurePowerShellV5/task.loc.json index 55c6892716e8..d59efd7db600 100644 --- a/Tasks/AzurePowerShellV5/task.loc.json +++ b/Tasks/AzurePowerShellV5/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ diff --git a/Tasks/Common/VstsAzureHelpers_/InitializeAzModuleFunctions.ps1 b/Tasks/Common/VstsAzureHelpers_/InitializeAzModuleFunctions.ps1 index 7b5b8b1aacd9..236f16970014 100644 --- a/Tasks/Common/VstsAzureHelpers_/InitializeAzModuleFunctions.ps1 +++ b/Tasks/Common/VstsAzureHelpers_/InitializeAzModuleFunctions.ps1 @@ -26,18 +26,40 @@ function Initialize-AzModule { Write-Verbose "Importing Az Modules." if ($featureFlags.retireAzureRM) { - $azAccountsModuleName = "Az.Accounts" - $azAccountsVersion = Import-SpecificAzModule -moduleName $azAccountsModuleName - Write-Verbose "'$azAccountsModuleName' is available with version $azAccountsVersion." + # Supress breaking changes messages + Set-Item -Path Env:\SuppressAzurePowerShellBreakingChangeWarnings -Value $true + $azureRMUninstalled = $false; + + # If Az.Account already installed, remove RM modules + if (Get-Module -ListAvailable -Name Az.Accounts) { + Uninstall-AzureRMModules + $azureRMUninstalled = $true; + } else { + $azAccountsModuleName = "Az.Accounts" + $azAccountsVersion = Import-SpecificAzModule -moduleName $azAccountsModuleName + Write-Verbose "'$azAccountsModuleName' is available with version $azAccountsVersion." + } + # Update-AzConfig is a part of Az.Accounts if (Get-Command Update-AzConfig -ErrorAction SilentlyContinue) { - Write-Verbose "Supressing breaking changes warnings of '$($azAccountsModuleName)' module." - Update-AzConfig -DisplayBreakingChangeWarning $false -AppliesTo $azAccountsModuleName + Write-Verbose "Supressing breaking changes warnings of Az module." + Update-AzConfig -DisplayBreakingChangeWarning $false -CheckForUpgrade $false -AppliesTo Az } else { Write-Verbose "Update-AzConfig cmdlet is not available." } - Uninstall-AzureRMModules -UseAzUninstall + if ($azureRMUninstalled -eq $false) { + Uninstall-AzureRMModules + } + + # Enable-AzureRmAlias for azureRm compability + if (Get-Command Enable-AzureRmAlias -ErrorAction SilentlyContinue) { + Write-Verbose "Enable-AzureRmAlias for backward compability" + Write-Host "##[command]Enable-AzureRmAlias -Scope Process" + Enable-AzureRmAlias -Scope Process + } else { + Write-Verbose "Enable-AzureRmAlias cmdlet is not available." + } $azResourcesModuleName = "Az.Resources" $azResourcesVersion = Import-SpecificAzModule -moduleName $azResourcesModuleName @@ -84,28 +106,27 @@ function Import-SpecificAzModule { Trace-VstsEnteringInvocation $MyInvocation try { - # Write-Verbose "Attempting to find the latest available version of module '$moduleName'." - # $module = Get-Module -Name $moduleName -ListAvailable | Sort-Object Version -Descending | Select-Object -First 1 - - # if ($module) { - # Write-Verbose "Module '$moduleName' version $($module.Version) was found." - # } - # else { - # Write-Verbose "Unable to find module '$moduleName' from the module path. Installing '$moduleName' module." + Write-Verbose "Attempting to find the latest available version of module '$moduleName'." + $module = Get-Module -Name $moduleName -ListAvailable | Sort-Object Version -Descending | Select-Object -First 1 - Write-Host "##[command]Install-Module -Name $moduleName -Force -AllowClobber -ErrorAction Stop" - Install-Module -Name $moduleName -Force -AllowClobber -ErrorAction Stop - # } + if ($module) { + Write-Verbose "Module '$moduleName' version $($module.Version) was found." + } + else { + Write-Verbose "Unable to find module '$moduleName' from the module path. Installing '$moduleName' module." - $module = Get-Module -Name $moduleName -ListAvailable | Sort-Object Version -Descending | Select-Object -First 1 + Write-Host "##[command]Install-Module -Name $moduleName -Force -AllowClobber -ErrorAction Stop" + Install-Module -Name $moduleName -Force -AllowClobber -ErrorAction Stop + $module = Get-Module -Name $moduleName -ListAvailable | Sort-Object Version -Descending | Select-Object -First 1 + } if (-not $module) { Write-Warning "Unable to install '$moduleName'." throw (Get-VstsLocString -Key AZ_ModuleNotFound -ArgumentList $moduleName) } - Write-Host "##[command]Import-Module -Name $($module.Path) -Global -PassThru -Force" - $module = (Import-Module -Name $moduleName -Global -PassThru -Force | Sort-Object Version -Descending | Select-Object -First 1)[0] + Write-Host "##[command]Import-Module -Name $($module.Path) -DisableNameChecking -Global -PassThru -Force" + $module = (Import-Module -Name $moduleName -DisableNameChecking -Global -PassThru -Force | Sort-Object Version -Descending | Select-Object -First 1)[0] Write-Host("Imported module '$moduleName', version: $($module.Version)") return $module.Version @@ -166,48 +187,28 @@ function Import-AzAccountsModule { } function Uninstall-AzureRMModules { - [CmdletBinding()] - param([switch] $UseAzUninstall) + [CmdletBinding()]Param() Trace-VstsEnteringInvocation $MyInvocation try { Write-Verbose "Uninstalling AzureRM modules." - if ($UseAzUninstall -and (Get-Module -ListAvailable -Name Az.Accounts)) { + if (Get-Module -ListAvailable -Name Az.Accounts) { Write-Host "##[command]Uninstall-AzureRm" Uninstall-AzureRm - } - else { + + Write-Verbose "Making sure all AzureRM modules are gone after the uninstall." + $azureRmModules = Get-Module -ListAvailable -Name AzureRM.* | Select-Object Name,Version - if ($azureRmModules -and $azureRmModules.Count -gt 0) { + if ($azureRmModules) { Foreach ($azureRmModule in $azureRmModules) { - $azureRmModuleName = $azureRmModule.Name - Write-Verbose "Uninstalling module: $azureRmModuleName" - try { - Write-Host "##[command]Uninstall-Module -Name $azureRmModuleName -AllVersions -Force" - Uninstall-Module -Name $azureRmModuleName -AllVersions -Force - } - catch { - Write-Verbose "Failed to uninstall module: $azureRmModuleName" - } + Write-Verbose "'$($azureRmModule)' AzureRM module found." } } else { - Write-Host "No AzureRM modules found to uninstall." + Write-Verbose "No AzureRM modules found." } } - - Write-Verbose "Making sure all AzureRM modules are gone after the uninstall." - - $azureRmModules = Get-Module -ListAvailable -Name AzureRM.* | Select-Object Name,Version - if ($azureRmModules) { - Foreach ($azureRmModule in $azureRmModules) { - Write-Verbose "'$($azureRmModule)' AzureRM module found." - } - } - else { - Write-Verbose "No AzureRM modules found." - } } finally { Trace-VstsLeavingInvocation $MyInvocation diff --git a/Tasks/SqlAzureDacpacDeploymentV1/task.json b/Tasks/SqlAzureDacpacDeploymentV1/task.json index ed178abcbc75..bd1ce61fe1a9 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/task.json +++ b/Tasks/SqlAzureDacpacDeploymentV1/task.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "sqlpackage" @@ -368,4 +368,4 @@ "SAD_InvokeSQLCmdNotSupportingConnectionString": "Imported Invoke-Sqlcmd doesn't support connectionString. Install SQLServer PS module.", "SAD_NoServerSpecified": "No server specified. Please specify a source or a target server." } -} +} \ No newline at end of file diff --git a/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json b/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json index b7d12b098f85..676b1bf91c33 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json +++ b/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 238, - "Patch": 0 + "Patch": 1 }, "demands": [ "sqlpackage" diff --git a/_generated/AzureFileCopyV2.versionmap.txt b/_generated/AzureFileCopyV2.versionmap.txt index 1eb2c6b826dd..4e66ef5d6e5f 100644 --- a/_generated/AzureFileCopyV2.versionmap.txt +++ b/_generated/AzureFileCopyV2.versionmap.txt @@ -1,2 +1,2 @@ -Default|2.238.2 -Node20_229_2|2.238.3 +Default|2.238.4 +Node20_229_2|2.238.5 diff --git a/_generated/AzureFileCopyV2/task.json b/_generated/AzureFileCopyV2/task.json index 50d794085060..ee9ed0a28c68 100644 --- a/_generated/AzureFileCopyV2/task.json +++ b/_generated/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 2 + "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.238.2", - "Node20_229_2": "2.238.3" + "Default": "2.238.4", + "Node20_229_2": "2.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2/task.loc.json b/_generated/AzureFileCopyV2/task.loc.json index fb0163c24a41..66a09a108769 100644 --- a/_generated/AzureFileCopyV2/task.loc.json +++ b/_generated/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" @@ -374,7 +374,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.238.2", - "Node20_229_2": "2.238.3" + "Default": "2.238.4", + "Node20_229_2": "2.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.json b/_generated/AzureFileCopyV2_Node20/task.json index 4a0f268b48e1..c591897aa8b6 100644 --- a/_generated/AzureFileCopyV2_Node20/task.json +++ b/_generated/AzureFileCopyV2_Node20/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "demands": [ "azureps" @@ -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.238.2", - "Node20_229_2": "2.238.3" + "Default": "2.238.4", + "Node20_229_2": "2.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV2_Node20/task.loc.json b/_generated/AzureFileCopyV2_Node20/task.loc.json index 1596a7c22e81..47fcb2a7d0ce 100644 --- a/_generated/AzureFileCopyV2_Node20/task.loc.json +++ b/_generated/AzureFileCopyV2_Node20/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "demands": [ "azureps" @@ -378,7 +378,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "2.238.2", - "Node20_229_2": "2.238.3" + "Default": "2.238.4", + "Node20_229_2": "2.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3.versionmap.txt b/_generated/AzureFileCopyV3.versionmap.txt index 5e86d721a229..c5252e1ba289 100644 --- a/_generated/AzureFileCopyV3.versionmap.txt +++ b/_generated/AzureFileCopyV3.versionmap.txt @@ -1,2 +1,2 @@ -Default|3.238.2 -Node20_229_2|3.238.3 +Default|3.238.4 +Node20_229_2|3.238.5 diff --git a/_generated/AzureFileCopyV3/task.json b/_generated/AzureFileCopyV3/task.json index 991a9755ae31..c2ac88740f7a 100644 --- a/_generated/AzureFileCopyV3/task.json +++ b/_generated/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 2 + "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.238.2", - "Node20_229_2": "3.238.3" + "Default": "3.238.4", + "Node20_229_2": "3.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3/task.loc.json b/_generated/AzureFileCopyV3/task.loc.json index 307f45244ad6..7b4c3e312069 100644 --- a/_generated/AzureFileCopyV3/task.loc.json +++ b/_generated/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" @@ -313,7 +313,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.238.2", - "Node20_229_2": "3.238.3" + "Default": "3.238.4", + "Node20_229_2": "3.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.json b/_generated/AzureFileCopyV3_Node20/task.json index 36c640d4a2d5..a43eb211216b 100644 --- a/_generated/AzureFileCopyV3_Node20/task.json +++ b/_generated/AzureFileCopyV3_Node20/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "demands": [ "azureps" @@ -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.238.2", - "Node20_229_2": "3.238.3" + "Default": "3.238.4", + "Node20_229_2": "3.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV3_Node20/task.loc.json b/_generated/AzureFileCopyV3_Node20/task.loc.json index a47b4226287d..46493dd3173f 100644 --- a/_generated/AzureFileCopyV3_Node20/task.loc.json +++ b/_generated/AzureFileCopyV3_Node20/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "demands": [ "azureps" @@ -317,7 +317,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "3.238.2", - "Node20_229_2": "3.238.3" + "Default": "3.238.4", + "Node20_229_2": "3.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4.versionmap.txt b/_generated/AzureFileCopyV4.versionmap.txt index 634522ba34b2..eeab091e7d44 100644 --- a/_generated/AzureFileCopyV4.versionmap.txt +++ b/_generated/AzureFileCopyV4.versionmap.txt @@ -1,2 +1,2 @@ -Default|4.238.2 -Node20_229_2|4.238.3 +Default|4.238.4 +Node20_229_2|4.238.5 diff --git a/_generated/AzureFileCopyV4/task.json b/_generated/AzureFileCopyV4/task.json index 8d46af0cb20d..39e287bc1ccb 100644 --- a/_generated/AzureFileCopyV4/task.json +++ b/_generated/AzureFileCopyV4/task.json @@ -14,7 +14,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" @@ -301,7 +301,7 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4/task.loc.json b/_generated/AzureFileCopyV4/task.loc.json index 88c83a69fd00..5bf0e4cfbad2 100644 --- a/_generated/AzureFileCopyV4/task.loc.json +++ b/_generated/AzureFileCopyV4/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "demands": [ "azureps" @@ -301,7 +301,7 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.json b/_generated/AzureFileCopyV4_Node20/task.json index 75fa75950cc7..748b04da92d4 100644 --- a/_generated/AzureFileCopyV4_Node20/task.json +++ b/_generated/AzureFileCopyV4_Node20/task.json @@ -14,7 +14,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "demands": [ "azureps" @@ -305,7 +305,7 @@ "ServicePrincipalError": "There was an error with the service principal used for the deployment." }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV4_Node20/task.loc.json b/_generated/AzureFileCopyV4_Node20/task.loc.json index e3c8fa98f4d9..267e98e8c5de 100644 --- a/_generated/AzureFileCopyV4_Node20/task.loc.json +++ b/_generated/AzureFileCopyV4_Node20/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "demands": [ "azureps" @@ -305,7 +305,7 @@ "ServicePrincipalError": "ms-resource:loc.messages.ServicePrincipalError" }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5.versionmap.txt b/_generated/AzureFileCopyV5.versionmap.txt index 015d181e3c59..dd2f5bb49bdc 100644 --- a/_generated/AzureFileCopyV5.versionmap.txt +++ b/_generated/AzureFileCopyV5.versionmap.txt @@ -1,2 +1,2 @@ -Default|5.238.4 -Node20_229_2|5.238.5 +Default|5.238.6 +Node20_229_2|5.238.7 diff --git a/_generated/AzureFileCopyV5/task.json b/_generated/AzureFileCopyV5/task.json index e81274c4ea33..cb3384a19094 100644 --- a/_generated/AzureFileCopyV5/task.json +++ b/_generated/AzureFileCopyV5/task.json @@ -14,7 +14,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 4 + "Patch": 6 }, "demands": [ "azureps" @@ -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.238.4", - "Node20_229_2": "5.238.5" + "Default": "5.238.6", + "Node20_229_2": "5.238.7" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5/task.loc.json b/_generated/AzureFileCopyV5/task.loc.json index 42a1511fca17..fb540b350045 100644 --- a/_generated/AzureFileCopyV5/task.loc.json +++ b/_generated/AzureFileCopyV5/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 4 + "Patch": 6 }, "demands": [ "azureps" @@ -301,7 +301,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.238.4", - "Node20_229_2": "5.238.5" + "Default": "5.238.6", + "Node20_229_2": "5.238.7" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.json b/_generated/AzureFileCopyV5_Node20/task.json index a4f2cb09a9e9..43b3f35e9067 100644 --- a/_generated/AzureFileCopyV5_Node20/task.json +++ b/_generated/AzureFileCopyV5_Node20/task.json @@ -14,7 +14,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 5 + "Patch": 7 }, "demands": [ "azureps" @@ -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.238.4", - "Node20_229_2": "5.238.5" + "Default": "5.238.6", + "Node20_229_2": "5.238.7" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV5_Node20/task.loc.json b/_generated/AzureFileCopyV5_Node20/task.loc.json index 589d80840b70..92f4e26dc89c 100644 --- a/_generated/AzureFileCopyV5_Node20/task.loc.json +++ b/_generated/AzureFileCopyV5_Node20/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 5 + "Patch": 7 }, "demands": [ "azureps" @@ -305,7 +305,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "5.238.4", - "Node20_229_2": "5.238.5" + "Default": "5.238.6", + "Node20_229_2": "5.238.7" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6.versionmap.txt b/_generated/AzureFileCopyV6.versionmap.txt index 0cc5632c190a..e00ddebb9edf 100644 --- a/_generated/AzureFileCopyV6.versionmap.txt +++ b/_generated/AzureFileCopyV6.versionmap.txt @@ -1,2 +1,2 @@ -Default|6.238.6 -Node20_229_2|6.238.7 +Default|6.238.8 +Node20_229_2|6.238.9 diff --git a/_generated/AzureFileCopyV6/task.json b/_generated/AzureFileCopyV6/task.json index 22488e7663f3..f59abc236c2b 100644 --- a/_generated/AzureFileCopyV6/task.json +++ b/_generated/AzureFileCopyV6/task.json @@ -14,7 +14,7 @@ "version": { "Major": 6, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "demands": [ "azureps" @@ -288,7 +288,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": "6.238.6", - "Node20_229_2": "6.238.7" + "Default": "6.238.8", + "Node20_229_2": "6.238.9" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6/task.loc.json b/_generated/AzureFileCopyV6/task.loc.json index cedac54a80bf..73deb7746d6a 100644 --- a/_generated/AzureFileCopyV6/task.loc.json +++ b/_generated/AzureFileCopyV6/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 6, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "demands": [ "azureps" @@ -288,7 +288,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "6.238.6", - "Node20_229_2": "6.238.7" + "Default": "6.238.8", + "Node20_229_2": "6.238.9" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6_Node20/task.json b/_generated/AzureFileCopyV6_Node20/task.json index 22185d26fd26..58f95feaf216 100644 --- a/_generated/AzureFileCopyV6_Node20/task.json +++ b/_generated/AzureFileCopyV6_Node20/task.json @@ -14,7 +14,7 @@ "version": { "Major": 6, "Minor": 238, - "Patch": 7 + "Patch": 9 }, "demands": [ "azureps" @@ -292,7 +292,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": "6.238.6", - "Node20_229_2": "6.238.7" + "Default": "6.238.8", + "Node20_229_2": "6.238.9" } } \ No newline at end of file diff --git a/_generated/AzureFileCopyV6_Node20/task.loc.json b/_generated/AzureFileCopyV6_Node20/task.loc.json index ded97b7cc217..b02ff1f0f4d0 100644 --- a/_generated/AzureFileCopyV6_Node20/task.loc.json +++ b/_generated/AzureFileCopyV6_Node20/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 6, "Minor": 238, - "Patch": 7 + "Patch": 9 }, "demands": [ "azureps" @@ -292,7 +292,7 @@ "AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound" }, "_buildConfigMapping": { - "Default": "6.238.6", - "Node20_229_2": "6.238.7" + "Default": "6.238.8", + "Node20_229_2": "6.238.9" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4.versionmap.txt b/_generated/AzurePowerShellV4.versionmap.txt index 634522ba34b2..eeab091e7d44 100644 --- a/_generated/AzurePowerShellV4.versionmap.txt +++ b/_generated/AzurePowerShellV4.versionmap.txt @@ -1,2 +1,2 @@ -Default|4.238.2 -Node20_229_2|4.238.3 +Default|4.238.4 +Node20_229_2|4.238.5 diff --git a/_generated/AzurePowerShellV4/task.json b/_generated/AzurePowerShellV4/task.json index 84d43158a45e..19d7292ca236 100644 --- a/_generated/AzurePowerShellV4/task.json +++ b/_generated/AzurePowerShellV4/task.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "releaseNotes": "Added support for Az Module and cross platform agents.", "groups": [ @@ -211,7 +211,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4/task.loc.json b/_generated/AzurePowerShellV4/task.loc.json index 561e68bef05b..e73dc32aab88 100644 --- a/_generated/AzurePowerShellV4/task.loc.json +++ b/_generated/AzurePowerShellV4/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 2 + "Patch": 4 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ @@ -211,7 +211,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4_Node20/task.json b/_generated/AzurePowerShellV4_Node20/task.json index f81c3286bde8..b8d3823783e3 100644 --- a/_generated/AzurePowerShellV4_Node20/task.json +++ b/_generated/AzurePowerShellV4_Node20/task.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "releaseNotes": "Added support for Az Module and cross platform agents.", "groups": [ @@ -215,7 +215,7 @@ "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV4_Node20/task.loc.json b/_generated/AzurePowerShellV4_Node20/task.loc.json index 8d854ff09f78..454482d0647a 100644 --- a/_generated/AzurePowerShellV4_Node20/task.loc.json +++ b/_generated/AzurePowerShellV4_Node20/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 238, - "Patch": 3 + "Patch": 5 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ @@ -215,7 +215,7 @@ "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" }, "_buildConfigMapping": { - "Default": "4.238.2", - "Node20_229_2": "4.238.3" + "Default": "4.238.4", + "Node20_229_2": "4.238.5" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5.versionmap.txt b/_generated/AzurePowerShellV5.versionmap.txt index dd2f5bb49bdc..0b8f0d6601ee 100644 --- a/_generated/AzurePowerShellV5.versionmap.txt +++ b/_generated/AzurePowerShellV5.versionmap.txt @@ -1,2 +1,2 @@ -Default|5.238.6 -Node20_229_2|5.238.7 +Default|5.238.8 +Node20_229_2|5.238.9 diff --git a/_generated/AzurePowerShellV5/task.json b/_generated/AzurePowerShellV5/task.json index 0bdef7defbee..e28332bfad00 100644 --- a/_generated/AzurePowerShellV5/task.json +++ b/_generated/AzurePowerShellV5/task.json @@ -18,7 +18,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "releaseNotes": "Added support for Az Module and cross platform agents.", "groups": [ @@ -204,7 +204,7 @@ "PS_ExitCode": "PowerShell exited with code '{0}'." }, "_buildConfigMapping": { - "Default": "5.238.6", - "Node20_229_2": "5.238.7" + "Default": "5.238.8", + "Node20_229_2": "5.238.9" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5/task.loc.json b/_generated/AzurePowerShellV5/task.loc.json index a28b434118f7..352c580bc6e6 100644 --- a/_generated/AzurePowerShellV5/task.loc.json +++ b/_generated/AzurePowerShellV5/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 6 + "Patch": 8 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ @@ -204,7 +204,7 @@ "PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode" }, "_buildConfigMapping": { - "Default": "5.238.6", - "Node20_229_2": "5.238.7" + "Default": "5.238.8", + "Node20_229_2": "5.238.9" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5_Node20/task.json b/_generated/AzurePowerShellV5_Node20/task.json index bca3cdd795c9..70b72a6b5b4e 100644 --- a/_generated/AzurePowerShellV5_Node20/task.json +++ b/_generated/AzurePowerShellV5_Node20/task.json @@ -18,7 +18,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 7 + "Patch": 9 }, "releaseNotes": "Added support for Az Module and cross platform agents.", "groups": [ @@ -208,7 +208,7 @@ "PS_ExitCode": "PowerShell exited with code '{0}'." }, "_buildConfigMapping": { - "Default": "5.238.6", - "Node20_229_2": "5.238.7" + "Default": "5.238.8", + "Node20_229_2": "5.238.9" } } \ No newline at end of file diff --git a/_generated/AzurePowerShellV5_Node20/task.loc.json b/_generated/AzurePowerShellV5_Node20/task.loc.json index ba9d494276f3..7cff795d43ba 100644 --- a/_generated/AzurePowerShellV5_Node20/task.loc.json +++ b/_generated/AzurePowerShellV5_Node20/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 5, "Minor": 238, - "Patch": 7 + "Patch": 9 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ @@ -208,7 +208,7 @@ "PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode" }, "_buildConfigMapping": { - "Default": "5.238.6", - "Node20_229_2": "5.238.7" + "Default": "5.238.8", + "Node20_229_2": "5.238.9" } } \ No newline at end of file