Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9a6df4

Browse files
authoredFeb 12, 2025
Fix a warning message (#27105)
1 parent f5ef481 commit e9a6df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Storage/Storage.Autorest/custom/Start-AzStorageAccountMigration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ param(
202202
)
203203

204204
process {
205-
Write-Warning("After your request to convert the accounts redundancy configuration is validated, the conversion will typicallycomplete in a few days, but can take a few weeks depending on current resource demands in the region, account size, and other factors. The conversion cant be stopped after being initiated, and for accounts with geo redundancy a failover cant be initiated while conversion is in progress. The data within the storage account will continue to be accessible with no loss of durability or availability.")
205+
Write-Warning("After your request to convert the account's redundancy configuration is validated, the conversion will typically complete in a few days, but can take a few weeks depending on current resource demands in the region, account size, and other factors. The conversion can't be stopped after being initiated, and for accounts with geo redundancy a failover can't be initiated while conversion is in progress. The data within the storage account will continue to be accessible with no loss of durability or availability.")
206206
Az.Storage.internal\Start-AzStorageAccountMigration @PSBoundParameters
207207
}
208208
}

0 commit comments

Comments
 (0)
Please sign in to comment.