Skip to content

Commit 0f0e41f

Browse files
authored
add go sdk config (#13620)
1 parent c694792 commit 0f0e41f

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,20 @@ go:
1313
1414
```yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-04-01
1617
- tag: package-2020-04-01-preview
1718
```
1819
20+
21+
### Tag: package-2021-04-01 and go
22+
23+
These settings apply only when `--tag=package-2021-04-01 --go` is specified on the command line.
24+
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
25+
26+
```yaml $(tag) == 'package-2021-04-01' && $(go)
27+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
28+
```
29+
1930
### Tag: package-2020-04-01-preview and go
2031

2132
These settings apply only when `--tag=package-2020-04-01-preview --go` is specified on the command line.

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ directive:
3131
3232
```yaml $(go) && $(multiapi)
3333
batch:
34+
- tag: package-2021-03-01
3435
- tag: package-2020-12-01
3536
- tag: package-2020-10-01-preview
3637
- tag: profile-hybrid-2020-09-01
@@ -54,6 +55,16 @@ batch:
5455
- tag: package-container-service-2015-11-preview
5556
```
5657
58+
### Tag: package-2021-03-01 and go
59+
60+
These settings apply only when `--tag=package-2021-03-01 --go` is specified on the command line.
61+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
62+
63+
```yaml $(tag)=='package-2021-03-01' && $(go)
64+
namespace: compute
65+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
66+
```
67+
5768
### Tag: package-2020-12-01 and go
5869

5970
These settings apply only when `--tag=package-2020-12-01 --go` is specified on the command line.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ go:
1212
1313
```yaml $(go) && $(multiapi)
1414
batch:
15+
- tag: package-2021-03-15-preview
1516
- tag: package-2020-07-15-privatepreview
1617
```
1718

0 commit comments

Comments
 (0)