File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed
documentation/samplefiles Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
These settings apply only when ` --go ` is specified on the command line.
4
4
5
- ``` yaml $(go)
6
- go :
7
- license-header : MICROSOFT_MIT_NO_VERSION
8
- namespace : [[ServiceName]]
9
- clear-output-folder : true
10
- ` ` `
11
-
12
- ### Go multi-api
13
-
14
- ` ` ` yaml $(go) && $(multiapi)
15
- batch :
16
- - tag : package-[[Version]][[-ReleaseState]]
17
- ` ` `
18
-
19
- ### Tag: package-[[Version]][[-ReleaseState]] and go
20
-
21
- These settings apply only when ` --tag=package-[[Version]][[-ReleaseState]] --go` is specified on the command line.
22
- Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
23
-
24
- ` ` ` yaml $(tag) == 'package-[[Version]][[-ReleaseState]]' && $(go)
25
- output-folder: $(go-sdk-folder)/services[[/ReleaseState]]/$(namespace)/mgmt/[[Version]]/$(namespace)
5
+ ``` yaml $(go) && $(track2)
6
+ azure-arm : true
7
+ license-header : MICROSOFT_MIT_NO_VERSION
8
+ module-name : sdk/[[ServiceName]]/arm[[ServiceName]]
9
+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
10
+ output-folder : $(go-sdk-folder)/$(module-name)
26
11
` ` `
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ This is not used by Autorest itself.
51
51
swagger-to-sdk:
52
52
- repo: azure-sdk-for-python-track2
53
53
- repo: azure-sdk-for-java
54
- - repo: azure-sdk-for-go
54
+ - repo: azure-sdk-for-go-track2
55
55
- repo: azure-sdk-for-js
56
56
- repo: azure-resource-manager-schemas
57
57
- repo: azure-cli-extensions
You can’t perform that action at this time.
0 commit comments