File tree Expand file tree Collapse file tree 8 files changed +60
-5
lines changed
customproviders/resource-manager Expand file tree Collapse file tree 8 files changed +60
-5
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)
5+ ``` yaml $(go) && !$(track2)
66go :
77 license-header : MICROSOFT_MIT_NO_VERSION
88 namespace : customproviders
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/customproviders/armcustomproviders
15+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
16+ output-folder : $(go-sdk-folder)/$(module-name)
17+ azure-arm : true
18+ ` ` `
19+
20+ ### Go multi-api
21+
22+ ` ` ` yaml $(go) && $(multiapi)
23+ batch :
24+ - tag : package-2018-09-01-preview
25+ ` ` `
26+
1227### Tag: package-2018-09-01-preview and go
1328
1429These settings apply only when ` --tag=package-2018-09-01-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ swagger-to-sdk:
5454 - repo: azure-sdk-for-python-track2
5555 - repo: azure-sdk-for-java
5656 - repo: azure-sdk-for-go
57+ - repo: azure-sdk-for-go-track2
5758 - repo: azure-sdk-for-trenton
5859 - repo: azure-sdk-for-node
5960 - repo: azure-sdk-for-js
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)
5+ ``` yaml $(go) && !$(track2)
66go :
77 license-header : MICROSOFT_MIT_NO_VERSION
88 namespace : datadog
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/datadog/armdatadog
15+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
16+ output-folder : $(go-sdk-folder)/$(module-name)
17+ azure-arm : true
18+ ` ` `
19+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ swagger-to-sdk:
6060 - repo: azure-sdk-for-python-track2
6161 - repo: azure-sdk-for-java
6262 - repo: azure-sdk-for-go
63+ - repo: azure-sdk-for-go-track2
6364 - repo: azure-sdk-for-js
6465 - repo: azure-sdk-for-node
6566 - repo: azure-sdk-for-ruby
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)
5+ ``` yaml $(go) && !$(track2)
66go :
77 license-header : MICROSOFT_MIT_NO_VERSION
88 namespace : logz
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/logz/armlogz
15+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
16+ output-folder : $(go-sdk-folder)/$(module-name)
17+ azure-arm : true
18+ ` ` `
19+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ swagger-to-sdk:
6464 - repo: azure-sdk-for-python-track2
6565 - repo: azure-sdk-for-java
6666 - repo: azure-sdk-for-go
67+ - repo: azure-sdk-for-go-track2
6768 - repo: azure-sdk-for-js
6869 - repo: azure-resource-manager-schemas
6970 - repo: azure-cli-extensions
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)
5+ ``` yaml $(go) && !$(track2)
66go :
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/resourcemanager/saas/armsaas
14+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
15+ output-folder : $(go-sdk-folder)/$(module-name)
16+ azure-arm : true
17+ directive :
18+ from : saas.json
19+ where : $.paths["/providers/Microsoft.SaaS/saasresources/{resourceId}/listAccessToken"].post
20+ transform : >
21+ $["operationId"] = "SaasResources_listAccessToken"
22+ ` ` `
23+
24+ ### Go multi-api
25+
26+ ` ` ` yaml $(go) && $(multiapi)
27+ batch :
28+ - tag : package-2018-03-01-beta
29+ ` ` `
30+
1131### Tag: package-2018-03-01-beta and go
1232
1333These settings apply only when ` --tag=package-2018-03-01-beta --go` is specified on the command line.
1434Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
1535
1636` ` ` yaml $(tag) == 'package-2018-03-01-beta' && $(go)
1737namespace: saas
18- output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-03-01-beta /$(namespace)
38+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-03-01-preview /$(namespace)
1939` ` `
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ swagger-to-sdk:
5252 - repo: azure-sdk-for-python
5353 - repo: azure-sdk-for-java
5454 - repo: azure-sdk-for-go
55+ - repo: azure-sdk-for-go-track2
5556 - repo: azure-sdk-for-js
5657 - repo: azure-sdk-for-ruby
5758 after_scripts:
You can’t perform that action at this time.
0 commit comments