Skip to content

Commit

Permalink
Restore the removed file (Azure#26410)
Browse files Browse the repository at this point in the history
  • Loading branch information
msJinLei authored and VeryEarly committed Oct 23, 2024
1 parent 06ec129 commit 2b9a67f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions documentation/breaking-changes/upcoming-breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# Upcoming breaking changes in Azure PowerShell

## Az.Accounts
Expand Down Expand Up @@ -599,4 +600,34 @@
- `-File`
- The parameter File (alias CloudFile) will be deprecated, and ShareFileClient will be mandatory.
- This change is expected to take effect from Az.Storage version: 8.0.0 and Az version: 13.0.0
=======
<!--
Please leave this section at the top of the breaking change documentation.
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
# Upcoming Breaking Changes
## Release X.0.0 - January 2017
The following cmdlets were affected this release:
**Cmdlet 1**
- Description of what has changed
```powershell
# Old
# Sample of how the cmdlet was previously called
# New
# Sample of how the cmdlet should now be called
```
Note: the above section follows the template found in the link below:
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
-->

# Upcoming Breaking Changes
>>>>>>> 754580d3e94 (Restore the removed file (#26410))

0 comments on commit 2b9a67f

Please sign in to comment.