File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed
applicationinsights/resource-manager
imagebuilder/resource-manager Expand file tree Collapse file tree 5 files changed +27
-4
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 : insights
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/applicationinsights/armapplicationinsights
15+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
16+ output-folder : $(go-sdk-folder)/$(module-name)
17+ azure-arm : true
18+ directive :
19+ # Duplicate OperationId Operations_List is detected in Microsoft.Insights/stable/2015-05-01/aiOperations_API.json and Microsoft.Insights/preview/2020-06-02-preview/livetoken_API.json
20+ from : aiOperations_API.json
21+ where : $.paths
22+ transform : delete $["/providers/Microsoft.Insights/operations"]
23+ ` ` `
24+
1225### Go multi-api
1326
1427` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ swagger-to-sdk:
505505 - repo: azure-sdk-for-python-track2
506506 - repo: azure-sdk-for-java
507507 - repo: azure-sdk-for-go
508+ - repo: azure-sdk-for-go-track2
508509 - repo: azure-sdk-for-js
509510 - repo: azure-sdk-for-node
510511 - repo: azure-resource-manager-schemas
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)
66 license-header : MICROSOFT_MIT_NO_VERSION
77 namespace : virtualmachineimagebuilder
88 clear-output-folder : true
99` ` `
1010
11+ ` ` ` yaml $(go) && $(track2)
12+ license-header : MICROSOFT_MIT_NO_VERSION
13+ module-name : sdk/resourcemanager/virtualmachineimagebuilder/armvirtualmachineimagebuilder
14+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
15+ output-folder : $(go-sdk-folder)/$(module-name)
16+ azure-arm : true
17+ ` ` `
18+
1119### Go multi-api
1220
1321` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -89,10 +89,11 @@ swagger-to-sdk:
8989 - repo: azure-sdk-for-python-track2
9090 - repo: azure-sdk-for-java
9191 - repo: azure-sdk-for-go
92+ - repo: azure-sdk-for-go-track2
9293 - repo: azure-sdk-for-js
9394 - repo: azure-sdk-for-node
9495 - repo: azure-resource-manager-schemas
95- ` ` `
96+ ` ` `
9697
9798# # Python
9899
Original file line number Diff line number Diff line change 1111
1212` ` ` yaml $(go) && $(track2)
1313license-header : MICROSOFT_MIT_NO_VERSION
14- module-name : sdk/resourcemanager/web/armweb
14+ module-name : sdk/resourcemanager/appservice/armappservice
1515module : github.com/Azure/azure-sdk-for-go/$(module-name)
1616output-folder : $(go-sdk-folder)/$(module-name)
1717azure-arm : true
You can’t perform that action at this time.
0 commit comments