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 2
2
3
3
These settings apply only when ` --go ` is specified on the command line.
4
4
5
- ``` yaml $(go) && !$(track2)
6
- go :
7
- license-header : MICROSOFT_APACHE_NO_VERSION
8
- clear-output-folder : true
9
- ` ` `
10
-
11
5
``` yaml $(go) && $(track2)
12
6
license-header : MICROSOFT_MIT_NO_VERSION
13
7
module-name : sdk/resourcemanager/servicelinker/armservicelinker
14
8
module : github.com/Azure/azure-sdk-for-go/$(module-name)
15
9
output-folder : $(go-sdk-folder)/$(module-name)
16
10
azure-arm : true
17
11
` ` `
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.
81
81
swagger-to-sdk:
82
82
- repo: azure-sdk-for-python-track2
83
83
- repo: azure-sdk-for-java
84
- - repo: azure-sdk-for-go
85
84
- repo: azure-sdk-for-go-track2
86
85
- repo: azure-sdk-for-js
87
86
- repo: azure-sdk-for-ruby
You can’t perform that action at this time.
0 commit comments