Skip to content

Commit d793656

Browse files
introduce track 2 configurations for containerservice (#14587)
1 parent e299fd0 commit d793656

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
These settings apply only when `--go` is specified on the command line.
44

5-
``` yaml $(go)
5+
``` yaml $(go) && !$(track2)
66
go:
77
license-header: MICROSOFT_MIT_NO_VERSION
88
clear-output-folder: true
99
```
1010
11+
``` yaml $(go) && $(track2)
12+
license-header: MICROSOFT_MIT_NO_VERSION
13+
module-name: sdk/containerservice/armcontainerservice
14+
module: github.com/Azure/azure-sdk-for-go/$(module-name)
15+
output-folder: $(go-sdk-folder)/$(module-name)
16+
azure-arm: true
17+
```
18+
1119
### Go multi-api
1220
1321
``` yaml $(go) && $(multiapi)

0 commit comments

Comments
 (0)