Skip to content

Commit

Permalink
add warning for context breaking (#26154)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanz7 authored Sep 24, 2024
1 parent 03c04c4 commit dc9bfed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
* Added a warning for an upcoming breaking change for removing references to "Microsoft.Azure.Storage.File"
- `Start-AzStorageFileCopy`

## Version 7.3.1
* Fixed issue that table cmdlet fail when execute with Storage context get from StorageAccount object and based on sharedkey authentication.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public class StartAzureStorageFileCopyCommand : StorageFileDataManagementCmdletB
[ValidateNotNull]
public ShareFileClient DestShareFileClient { get; set; }

[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.")]
[Alias("SrcContext")]
[Parameter(HelpMessage = "Source Azure Storage Context Object",
Mandatory = false,
Expand Down

0 comments on commit dc9bfed

Please sign in to comment.