Skip to content

Commit

Permalink
Add script to update breaking change docs, and add logic/docs for RDF…
Browse files Browse the repository at this point in the history
…E and Storage
  • Loading branch information
cormacpayne committed Oct 19, 2016
1 parent 5bba055 commit 6ad39e9
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 41 deletions.
42 changes: 1 addition & 41 deletions documentation/breaking-changes/current-breaking-changes.md
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

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
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
41 changes: 41 additions & 0 deletions src/Storage/documentation/current-breaking-changes.md
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 src/Storage/documentation/upcoming-breaking-changes.md
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
Loading

0 comments on commit 6ad39e9

Please sign in to comment.