File tree Expand file tree Collapse file tree 2 files changed +7
-24
lines changed
specification/vi/resource-manager Expand file tree Collapse file tree 2 files changed +7
-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)
6- go :
7- license-header : MICROSOFT_MIT_NO_VERSION
8- namespace : vi
9- clear-output-folder : true
10- ` ` `
11- ### Go multi-api
12-
13- ` ` ` yaml $(go) && $(multiapi)
14- batch :
15- - tag : package-2021-10-18-preview
16- - tag : package-2021-10-27-preview
17- - tag : package-2021-11-10-preview
18-
19-
20- ```
21- please also specify ` --go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone> ` .
22-
23- ``` yaml $(go)
24- output-folder : $(go-sdk-folder)/services/preview/$(namespace)/mgmt/$(version)/$(namespace)
5+ ``` yaml $(go) && $(track2)
6+ license-header : MICROSOFT_MIT_NO_VERSION
7+ module-name : sdk/resourcemanager/videoindexer/armvideoindexer
8+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
9+ output-folder : $(go-sdk-folder)/$(module-name)
10+ azure-arm : true
2511` ` `
Original file line number Diff line number Diff line change @@ -52,12 +52,9 @@ tag: package-2021-11-10-preview
5252These settings apply only when ` --tag=2021-11-10-preview` is specified on the command line.
5353
5454` ` ` yaml $(tag) == 'package-2021-11-10-preview'
55- version: 2021-11-10-preview
5655version-with-underscores: 2021_11_10_preview
5756input-file:
5857 - Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json
59- modelerfour:
60- lenient-model-deduplication: true
6158` ` `
6259# ## Tag: package-2021-10-27-preview
6360
@@ -94,7 +91,7 @@ This is not used by Autorest itself.
9491swagger-to-sdk:
9592 - repo: azure-sdk-for-python-track2
9693 - repo: azure-sdk-for-java
97- - repo: azure-sdk-for-go
94+ - repo: azure-sdk-for-go-track2
9895 - repo: azure-sdk-for-js
9996 - repo: azure-sdk-for-ruby
10097 - repo: azure-cli-extensions
You can’t perform that action at this time.
0 commit comments