forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script to update breaking change docs, and add logic/docs for RDF…
…E and Storage
- Loading branch information
1 parent
5bba055
commit 6ad39e9
Showing
6 changed files
with
396 additions
and
41 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,41 +1 @@ | ||
<!-- | ||
Please leave this section at the top of the breaking change documentation. | ||
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format: | ||
## Current Breaking Changes | ||
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 | ||
``` | ||
## Release X.0.0 | ||
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 sections follow the template found in the link below: | ||
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md | ||
--> | ||
|
||
## Current Breaking Changes | ||
|
41 changes: 41 additions & 0 deletions
41
...anagement/Services/Commands.Utilities/documentation/current-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,41 @@ | ||
<!-- | ||
Please leave this section at the top of the breaking change documentation. | ||
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format: | ||
## Current Breaking Changes | ||
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 | ||
``` | ||
## Release X.0.0 | ||
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 sections follow the template found in the link below: | ||
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md | ||
--> | ||
|
||
## Current Breaking Changes |
28 changes: 28 additions & 0 deletions
28
...nagement/Services/Commands.Utilities/documentation/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,28 @@ | ||
<!-- | ||
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 |
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,41 @@ | ||
<!-- | ||
Please leave this section at the top of the breaking change documentation. | ||
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format: | ||
## Current Breaking Changes | ||
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 | ||
``` | ||
## Release X.0.0 | ||
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 sections follow the template found in the link below: | ||
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md | ||
--> | ||
|
||
## Current Breaking Changes |
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,28 @@ | ||
<!-- | ||
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 |
Oops, something went wrong.