Skip to content

Commit 6864a8a

Browse files
committed
Updating the warning message to match that of portal UI
1 parent bc834a0 commit 6864a8a

File tree

1 file changed

+2
-2
lines changed
  • Azs.Update.Admin/Module/Azs.Update.Admin/Generated.PowerShell.Commands/SwaggerPathCommands

1 file changed

+2
-2
lines changed

Azs.Update.Admin/Module/Azs.Update.Admin/Generated.PowerShell.Commands/SwaggerPathCommands/Install-AzsUpdate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ function Install-AzsUpdate {
9595
$Name = Get-ResourceNameSuffix -ResourceName $Name
9696
}
9797

98-
Write-Warning -Message 'It is strongly recommended to run Test-AzureStack(https://aka.ms/testazurestack) before applying update.'
98+
Write-Warning -Message 'Run Test-AzureStack -Group UpdateReadiness to validate the status of your Azure Stack and resolve any operational issues found, including all warnings and failures.'
9999

100100
if ($PsCmdlet.ShouldProcess($Name, "Install the update")) {
101-
if ($Force.IsPresent -or $PsCmdlet.ShouldContinue("It is strongly recommended to Test-AzureStack before applying update. Are you sure you want to continue?", "Performing Update $Name")) {
101+
if ($Force.IsPresent -or $PsCmdlet.ShouldContinue("Run Test-AzureStack -Group UpdateReadiness to validate the status of your Azure Stack and resolve any operational issues found, including all warnings and failures. Are you sure you want to continue?", "Performing Update $Name")) {
102102

103103
$NewServiceClient_params = @{
104104
FullClientTypeName = 'Microsoft.AzureStack.Management.Update.Admin.UpdateAdminClient'

0 commit comments

Comments
 (0)