Skip to content

Commit 3bc3334

Browse files
AlancereFredericHeem
authored andcommitted
[Go] Add batch tag 04/21/22 (Azure#18763)
* [Go] Add batch tag 04/21/22
1 parent 1316e42 commit 3bc3334

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

specification/network/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-08
2425
- tag: package-2021-05
2526
- tag: package-2021-03
2627
- tag: package-2021-02-preview
@@ -55,6 +56,15 @@ batch:
5556
- tag: package-2015-06split
5657
```
5758
59+
### Tag: package-2021-08 and go
60+
61+
These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.
62+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
63+
64+
``` yaml $(tag) == 'package-2021-08' && $(go)
65+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
66+
```
67+
5868
### Tag: package-2021-05 and go
5969

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

specification/reservations/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-2022-03
2425
- tag: package-2021-07-01
2526
- tag: package-2020-10-25
2627
- tag: package-preview-2019-07-19
@@ -29,6 +30,15 @@ batch:
2930
- tag: package-2017-11
3031
```
3132
33+
### Tag: package-2022-03 and go
34+
35+
These settings apply only when `--tag=package-2022-03 --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-2022-03' && $(go)
39+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-03-01/$(namespace)
40+
```
41+
3242
### Tag: package-2021-07-01 and go
3343

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ output-folder: $(go-sdk-folder)/$(module-name)
9292
azure-arm: true
9393
```
9494
95+
``` yaml $(go) && $(track2) && $(package-changes)
96+
license-header: MICROSOFT_MIT_NO_VERSION
97+
module-name: sdk/resourcemanager/resources/armchanges
98+
module: github.com/Azure/azure-sdk-for-go/$(module-name)
99+
output-folder: $(go-sdk-folder)/$(module-name)
100+
azure-arm: true
101+
```
102+
95103
### Go multi-api
96104
97105
``` yaml $(go) && $(multiapi)

0 commit comments

Comments
 (0)