Skip to content

Commit 0378cb4

Browse files
renuka-rajuRenuka Raju
authored andcommitted
2021-01-01 minor updates (Azure#14656)
* 2021-01-01 minor updates and swagger correctness * Reverting swagger correctness changes * combining multiapi section in readmego Co-authored-by: Renuka Raju <rraju@microsoft.com>
1 parent e3db323 commit 0378cb4

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

specification/peering/resource-manager/Microsoft.Peering/stable/2021-01-01/peering.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@
422422
"Cdn",
423423
"Internal",
424424
"Ix",
425-
"IxRs"
425+
"IxRs",
426+
"Voice"
426427
]
427428
},
428429
{
@@ -2259,7 +2260,8 @@
22592260
"Cdn",
22602261
"Internal",
22612262
"Ix",
2262-
"IxRs"
2263+
"IxRs",
2264+
"Voice"
22632265
],
22642266
"type": "string",
22652267
"x-ms-enum": {
@@ -2790,7 +2792,8 @@
27902792
"Cdn",
27912793
"Internal",
27922794
"Ix",
2793-
"IxRs"
2795+
"IxRs",
2796+
"Voice"
27942797
],
27952798
"type": "string",
27962799
"x-ms-enum": {

specification/peering/resource-manager/readme.go.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,10 @@ go:
1414
``` yaml $(go) && $(multiapi)
1515
batch:
1616
- tag: package-2021-01-01
17-
```
18-
or
19-
``` yaml $(go) && $(multiapi)
20-
batch:
2117
- tag: package-2020-10-01
22-
```
23-
or
24-
``` yaml $(go) && $(multiapi)
25-
batch:
2618
- tag: package-2020-04-01
27-
```
28-
or
29-
``` yaml $(go) && $(multiapi)
30-
batch:
3119
- tag: package-2020-01-01-preview
32-
```
33-
or
34-
``` yaml $(go) && $(multiapi)
35-
batch:
3620
- tag: package-2019-09-01-preview
37-
```
38-
or
39-
``` yaml $(go) && $(multiapi)
40-
batch:
4121
- tag: package-2019-08-01-preview
4222
```
4323

0 commit comments

Comments
 (0)