Skip to content

Commit dc9bfed

Browse files
authored
add warning for context breaking (#26154)
1 parent 03c04c4 commit dc9bfed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added a warning for an upcoming breaking change for removing references to "Microsoft.Azure.Storage.File"
22+
- `Start-AzStorageFileCopy`
2123

2224
## Version 7.3.1
2325
* Fixed issue that table cmdlet fail when execute with Storage context get from StorageAccount object and based on sharedkey authentication.

src/Storage/Storage/File/Cmdlet/StartAzureStorageFileCopy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public class StartAzureStorageFileCopyCommand : StorageFileDataManagementCmdletB
138138
[ValidateNotNull]
139139
public ShareFileClient DestShareFileClient { get; set; }
140140

141+
[CmdletParameterBreakingChangeWithVersion("Context", "13.0.0", "8.0.0", ChangeDescription = "The parameter Context will be required when the input source blob is based on OAuth credential.")]
141142
[Alias("SrcContext")]
142143
[Parameter(HelpMessage = "Source Azure Storage Context Object",
143144
Mandatory = false,

0 commit comments

Comments
 (0)