File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
specification/servicelinker/resource-manager Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 22
33These settings apply only when ` --go ` is specified on the command line.
44
5- ``` yaml $(go) && !$(track2)
6- go :
7- license-header : MICROSOFT_APACHE_NO_VERSION
8- clear-output-folder : true
9- ` ` `
10-
115``` yaml $(go) && $(track2)
126license-header : MICROSOFT_MIT_NO_VERSION
137module-name : sdk/resourcemanager/servicelinker/armservicelinker
148module : github.com/Azure/azure-sdk-for-go/$(module-name)
159output-folder : $(go-sdk-folder)/$(module-name)
1610azure-arm : true
1711` ` `
18-
19- ### Go multi-api
20-
21- ` ` ` yaml $(go) && $(multiapi)
22- batch :
23- - tag : package-2021-11-01-preview
24- ` ` `
25-
26- ### Tag: package-2021-11-01-preview and go
27-
28- These settings apply only when ` --tag=package-2021-11-01-preview --go` is specified on the command line.
29- Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
30-
31- ` ` ` yaml $(tag) == 'package-2021-11-01-preview' && $(go)
32- namespace: servicelinker
33- output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
34- ` ` `
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ This is not used by Autorest itself.
8181swagger-to-sdk:
8282 - repo: azure-sdk-for-python-track2
8383 - repo: azure-sdk-for-java
84- - repo: azure-sdk-for-go
8584 - repo: azure-sdk-for-go-track2
8685 - repo: azure-sdk-for-js
8786 - repo: azure-sdk-for-ruby
You can’t perform that action at this time.
0 commit comments