Skip to content

Commit c8faf55

Browse files
AlancereFredericHeem
authored andcommitted
[Go]Add batch tag 220210 (Azure#17749)
1 parent 3d765a5 commit c8faf55

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ batch:
2727
- tag: package-2018-06-preview
2828
- tag: package-2019-06
2929
- tag: package-2020-01-13-preview
30+
- tag: package-2021-06-22
3031
```
3132
3233
### Tag: package-2015-10 and go
@@ -78,4 +79,13 @@ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-06-01/$(namespac
7879

7980
``` yaml $(tag) == 'package-2020-01-13-preview' && $(go)
8081
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-01-13-preview/$(namespace)
82+
```
83+
84+
### Tag: package-2021-06-22 and go
85+
86+
These settings apply only when `--tag=package-2021-06-22 --go` is specified on the command line.
87+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
88+
89+
``` yaml $(tag) == 'package-2021-06-22' && $(go)
90+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-22-preview/$(namespace)
8191
```

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ batch:
1717
- tag: package-2018-03-31-preview
1818
- tag: package-2018-04-19
1919
- tag: package-2018-07-15-preview
20+
- tag: package-preview-2021-10
2021
```
2122
2223
@@ -55,3 +56,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
5556
``` yaml $(tag)=='package-2018-07-15-preview' && $(go)
5657
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-07-15-preview/$(namespace)
5758
```
59+
60+
### Tag: package-preview-2021-10 and go
61+
62+
These settings apply only when `--tag=package-preview-2021-10 --go` is specified on the command line.
63+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
64+
65+
``` yaml $(tag)=='package-preview-2021-10' && $(go)
66+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-10-30-preview/$(namespace)
67+
```

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2021-12
2425
- tag: package-2021-07
2526
- tag: package-2021-01
2627
- tag: package-2020-12
@@ -32,6 +33,15 @@ batch:
3233
- tag: package-2016-06
3334
```
3435
36+
### Tag: package-2021-12 and go
37+
38+
These settings apply only when `--tag=package-2021-12 --go` is specified on the command line.
39+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
40+
41+
``` yaml $(tag)=='package-2021-12' && $(go)
42+
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-12-01/$(namespace)
43+
```
44+
3545
### Tag: package-2021-07 and go
3646

3747
These settings apply only when `--tag=package-2021-07 --go` is specified on the command line.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ modelerfour:
2323
2424
``` yaml $(go) && $(multiapi)
2525
batch:
26+
- tag: package-2021-08
2627
- tag: package-2021-06
2728
- tag: package-2021-04
2829
- tag: package-2021-02
@@ -43,6 +44,15 @@ batch:
4344
- tag: package-2015-05-preview
4445
```
4546
47+
### Tag: package-2021-08 and go
48+
49+
These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.
50+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
51+
52+
``` yaml $(tag) == 'package-2021-08' && $(go)
53+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
54+
```
55+
4656
### Tag: package-2021-06 and go
4757

4858
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.

0 commit comments

Comments
 (0)