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 2
2
3
3
These settings apply only when ` --go ` is specified on the command line.
4
4
5
- ``` yaml $(go)
5
+ ``` yaml $(go) && !$(track2)
6
6
go :
7
7
license-header : MICROSOFT_MIT_NO_VERSION
8
8
namespace : insights
9
9
clear-output-folder : true
10
10
` ` `
11
11
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
+
12
25
### Go multi-api
13
26
14
27
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ swagger-to-sdk:
505
505
- repo: azure-sdk-for-python-track2
506
506
- repo: azure-sdk-for-java
507
507
- repo: azure-sdk-for-go
508
+ - repo: azure-sdk-for-go-track2
508
509
- repo: azure-sdk-for-js
509
510
- repo: azure-sdk-for-node
510
511
- repo: azure-resource-manager-schemas
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)
5
+ ``` yaml $(go) && !$(track2)
6
6
license-header : MICROSOFT_MIT_NO_VERSION
7
7
namespace : virtualmachineimagebuilder
8
8
clear-output-folder : true
9
9
` ` `
10
10
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
+
11
19
### Go multi-api
12
20
13
21
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -89,10 +89,11 @@ swagger-to-sdk:
89
89
- repo: azure-sdk-for-python-track2
90
90
- repo: azure-sdk-for-java
91
91
- repo: azure-sdk-for-go
92
+ - repo: azure-sdk-for-go-track2
92
93
- repo: azure-sdk-for-js
93
94
- repo: azure-sdk-for-node
94
95
- repo: azure-resource-manager-schemas
95
- ` ` `
96
+ ` ` `
96
97
97
98
# # Python
98
99
Original file line number Diff line number Diff line change 11
11
12
12
` ` ` yaml $(go) && $(track2)
13
13
license-header : MICROSOFT_MIT_NO_VERSION
14
- module-name : sdk/resourcemanager/web/armweb
14
+ module-name : sdk/resourcemanager/appservice/armappservice
15
15
module : github.com/Azure/azure-sdk-for-go/$(module-name)
16
16
output-folder : $(go-sdk-folder)/$(module-name)
17
17
azure-arm : true
You can’t perform that action at this time.
0 commit comments