Skip to content

Commit 54018a5

Browse files
EmmaZhuVeryEarly
andauthoredMar 24, 2025··
Add breaking change warning message for Start-AzStorageAccountMigration cmdlet (Azure#27396)
Co-authored-by: Yabo Hu <[email protected]>
1 parent 1ab0725 commit 54018a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ INPUTOBJECT <IStorageIdentity>: Identity Parameter
6464
https://learn.microsoft.com/powershell/module/az.storage/start-azstorageaccountmigration
6565
#>
6666
function Start-AzStorageAccountMigration {
67+
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.GenericBreakingChangeAttribute("A prompt that needs users' confirmation will be added when converting the account's redundancy configuration. Suppress it with -Force.", "14.0.0", "9.0.0", "2025/05/19")]
6768
[OutputType([System.Boolean])]
6869
[CmdletBinding(DefaultParameterSetName='CustomerExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
6970
param(

‎src/Storage/Storage.Management/ChangeLog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Add warning message for upcoming breaking change on upload Azure file
21+
* Added warning message for upcoming breaking change on upload Azure file
2222
- `Set-AzStorageFileContent`
23+
* Added warning messages for an upcoming breaking change when converting the account's redundancy configuration
24+
- `Start-AzStorageAccountMigration`
2325

2426
## Version 8.2.0
2527
* Supported new SkuName when create/update Storage account for Files Provisioned v2 account type: "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS", "StandardV2_GZRS", "PremiumV2_LRS", "PremiumV2_ZRS"

0 commit comments

Comments
 (0)
Please sign in to comment.