-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
documentation/breaking-changes/upcoming-breaking-changes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!-- | ||
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 | ||
|