Skip to content

Commit b8b70a0

Browse files
authored
Merge pull request #649 from Azure/dev
huangpf PR: dev <- Azure:dev
2 parents e495a0f + da95b28 commit b8b70a0

File tree

150 files changed

+9545
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+9545
-176
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ For ServiceManagement services, the change log is located at `src\ServiceManagem
115115

116116
For Storage, this change log is located at `src\Storage\ChangeLog.md`.
117117

118+
#### Breaking Changes
119+
120+
Breaking changes should **not** be introduced into the repository without giving customers at least six months notice. For a description of breaking changes in Azure PowerShell, see [here](https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes.md).
121+
122+
Whenever a service team announces a breaking change, they must add it to the `upcoming-breaking-changes.md` file in their respective service folder. When the service team is ready to release the module with the breaking change, they must move the corresponding information from `upcoming-breaking-changes.md` into the `current-breaking-changes.md` file located in their service folder.
123+
118124
#### General guidelines
119125

120126
The following guidelines must be followed in **EVERY** pull request that is opened.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
5+
6+
# Upcoming Breaking Changes
7+
8+
## Release X.0.0 - January 2017
9+
10+
The following cmdlets were affected this release:
11+
12+
**Cmdlet 1**
13+
- Description of what has changed
14+
15+
```powershell
16+
# Old
17+
# Sample of how the cmdlet was previously called
18+
19+
# New
20+
# Sample of how the cmdlet should now be called
21+
```
22+
23+
Note: the above section follows the template found in the link below:
24+
25+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
26+
-->
27+
28+
# Upcoming Breaking Changes
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format:
5+
6+
## Current Breaking Changes
7+
8+
The following cmdlets were affected this release:
9+
10+
**Cmdlet 1**
11+
- Description of what has changed
12+
13+
```powershell
14+
# Old
15+
# Sample of how the cmdlet was previously called
16+
17+
# New
18+
# Sample of how the cmdlet should now be called
19+
```
20+
21+
## Release X.0.0
22+
23+
The following cmdlets were affected this release:
24+
25+
**Cmdlet 1**
26+
- Description of what has changed
27+
28+
```powershell
29+
# Old
30+
# Sample of how the cmdlet was previously called
31+
32+
# New
33+
# Sample of how the cmdlet should now be called
34+
```
35+
36+
Note: the above sections follow the template found in the link below:
37+
38+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39+
-->
40+
41+
## Current Breaking Changes
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
5+
6+
# Upcoming Breaking Changes
7+
8+
## Release X.0.0 - January 2017
9+
10+
The following cmdlets were affected this release:
11+
12+
**Cmdlet 1**
13+
- Description of what has changed
14+
15+
```powershell
16+
# Old
17+
# Sample of how the cmdlet was previously called
18+
19+
# New
20+
# Sample of how the cmdlet should now be called
21+
```
22+
23+
Note: the above section follows the template found in the link below:
24+
25+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
26+
-->
27+
28+
# Upcoming Breaking Changes
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format:
5+
6+
## Current Breaking Changes
7+
8+
The following cmdlets were affected this release:
9+
10+
**Cmdlet 1**
11+
- Description of what has changed
12+
13+
```powershell
14+
# Old
15+
# Sample of how the cmdlet was previously called
16+
17+
# New
18+
# Sample of how the cmdlet should now be called
19+
```
20+
21+
## Release X.0.0
22+
23+
The following cmdlets were affected this release:
24+
25+
**Cmdlet 1**
26+
- Description of what has changed
27+
28+
```powershell
29+
# Old
30+
# Sample of how the cmdlet was previously called
31+
32+
# New
33+
# Sample of how the cmdlet should now be called
34+
```
35+
36+
Note: the above sections follow the template found in the link below:
37+
38+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39+
-->
40+
41+
## Current Breaking Changes
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
5+
6+
# Upcoming Breaking Changes
7+
8+
## Release X.0.0 - January 2017
9+
10+
The following cmdlets were affected this release:
11+
12+
**Cmdlet 1**
13+
- Description of what has changed
14+
15+
```powershell
16+
# Old
17+
# Sample of how the cmdlet was previously called
18+
19+
# New
20+
# Sample of how the cmdlet should now be called
21+
```
22+
23+
Note: the above section follows the template found in the link below:
24+
25+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
26+
-->
27+
28+
# Upcoming Breaking Changes
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format:
5+
6+
## Current Breaking Changes
7+
8+
The following cmdlets were affected this release:
9+
10+
**Cmdlet 1**
11+
- Description of what has changed
12+
13+
```powershell
14+
# Old
15+
# Sample of how the cmdlet was previously called
16+
17+
# New
18+
# Sample of how the cmdlet should now be called
19+
```
20+
21+
## Release X.0.0
22+
23+
The following cmdlets were affected this release:
24+
25+
**Cmdlet 1**
26+
- Description of what has changed
27+
28+
```powershell
29+
# Old
30+
# Sample of how the cmdlet was previously called
31+
32+
# New
33+
# Sample of how the cmdlet should now be called
34+
```
35+
36+
Note: the above sections follow the template found in the link below:
37+
38+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39+
-->
40+
41+
## Current Breaking Changes
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
5+
6+
# Upcoming Breaking Changes
7+
8+
## Release X.0.0 - January 2017
9+
10+
The following cmdlets were affected this release:
11+
12+
**Cmdlet 1**
13+
- Description of what has changed
14+
15+
```powershell
16+
# Old
17+
# Sample of how the cmdlet was previously called
18+
19+
# New
20+
# Sample of how the cmdlet should now be called
21+
```
22+
23+
Note: the above section follows the template found in the link below:
24+
25+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
26+
-->
27+
28+
# Upcoming Breaking Changes
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format:
5+
6+
## Current Breaking Changes
7+
8+
The following cmdlets were affected this release:
9+
10+
**Cmdlet 1**
11+
- Description of what has changed
12+
13+
```powershell
14+
# Old
15+
# Sample of how the cmdlet was previously called
16+
17+
# New
18+
# Sample of how the cmdlet should now be called
19+
```
20+
21+
## Release X.0.0
22+
23+
The following cmdlets were affected this release:
24+
25+
**Cmdlet 1**
26+
- Description of what has changed
27+
28+
```powershell
29+
# Old
30+
# Sample of how the cmdlet was previously called
31+
32+
# New
33+
# Sample of how the cmdlet should now be called
34+
```
35+
36+
Note: the above sections follow the template found in the link below:
37+
38+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39+
-->
40+
41+
## Current Breaking Changes
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format:
5+
6+
# Upcoming Breaking Changes
7+
8+
## Release X.0.0 - January 2017
9+
10+
The following cmdlets were affected this release:
11+
12+
**Cmdlet 1**
13+
- Description of what has changed
14+
15+
```powershell
16+
# Old
17+
# Sample of how the cmdlet was previously called
18+
19+
# New
20+
# Sample of how the cmdlet should now be called
21+
```
22+
23+
Note: the above section follows the template found in the link below:
24+
25+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
26+
-->
27+
28+
# Upcoming Breaking Changes
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Please leave this section at the top of the breaking change documentation.
3+
4+
New breaking changes should go under the section titled "Current Breaking Changes", and should adhere to the following format:
5+
6+
## Current Breaking Changes
7+
8+
The following cmdlets were affected this release:
9+
10+
**Cmdlet 1**
11+
- Description of what has changed
12+
13+
```powershell
14+
# Old
15+
# Sample of how the cmdlet was previously called
16+
17+
# New
18+
# Sample of how the cmdlet should now be called
19+
```
20+
21+
## Release X.0.0
22+
23+
The following cmdlets were affected this release:
24+
25+
**Cmdlet 1**
26+
- Description of what has changed
27+
28+
```powershell
29+
# Old
30+
# Sample of how the cmdlet was previously called
31+
32+
# New
33+
# Sample of how the cmdlet should now be called
34+
```
35+
36+
Note: the above sections follow the template found in the link below:
37+
38+
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39+
-->
40+
41+
## Current Breaking Changes

0 commit comments

Comments
 (0)