Skip to content

Commit ccdf0b7

Browse files
authored
[Go] Add batch tag 20220217 (#17886)
1 parent bb45524 commit ccdf0b7

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

specification/appconfiguration/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-10-01-preview
2425
- tag: package-2021-03-01-preview
2526
- tag: package-2020-07-01-preview
2627
- tag: package-2020-06-01
@@ -29,6 +30,15 @@ batch:
2930
- tag: package-2019-02-01-preview
3031
```
3132
33+
### Tag: package-2021-10-01-preview and go
34+
35+
These settings apply only when `--tag=package-2021-10-01-preview --go` is specified on the command line.
36+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
37+
38+
``` yaml $(tag) == 'package-2021-10-01-preview' && $(go)
39+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-10-01-preview/$(namespace)
40+
```
41+
3242
### Tag: package-2021-03-01-preview and go
3343

3444
These settings apply only when `--tag=package-2021-03-01-preview --go` is specified on the command line.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Go
2+
3+
These settings apply only when `--go` is specified on the command line.
4+
5+
``` yaml $(go) && $(track2)
6+
license-header: MICROSOFT_MIT_NO_VERSION
7+
module-name: sdk/resourcemanager/dnsresolver/armdnsresolver
8+
module: github.com/Azure/azure-sdk-for-go/$(module-name)
9+
output-folder: $(go-sdk-folder)/$(module-name)
10+
azure-arm: true
11+
```

specification/dnsresolver/resource-manager/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This is not used by Autorest itself.
4949
swagger-to-sdk:
5050
- repo: azure-sdk-for-net
5151
- repo: azure-sdk-for-python-track2
52+
- repo: azure-sdk-for-go-track2
5253
```
5354

5455
## C#
@@ -70,6 +71,10 @@ csharp:
7071

7172
See configuration in [readme.python.md](./readme.python.md)
7273

74+
## Go
75+
76+
See configuration in [readme.go.md](./readme.go.md)
77+
7378
## Suppression
7479

7580
``` yaml

0 commit comments

Comments
 (0)