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 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 : customproviders
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/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
+
12
27
### Tag: package-2018-09-01-preview and go
13
28
14
29
These 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:
54
54
- repo: azure-sdk-for-python-track2
55
55
- repo: azure-sdk-for-java
56
56
- repo: azure-sdk-for-go
57
+ - repo: azure-sdk-for-go-track2
57
58
- repo: azure-sdk-for-trenton
58
59
- repo: azure-sdk-for-node
59
60
- repo: azure-sdk-for-js
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 : datadog
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ swagger-to-sdk:
60
60
- repo: azure-sdk-for-python-track2
61
61
- repo: azure-sdk-for-java
62
62
- repo: azure-sdk-for-go
63
+ - repo: azure-sdk-for-go-track2
63
64
- repo: azure-sdk-for-js
64
65
- repo: azure-sdk-for-node
65
66
- repo: azure-sdk-for-ruby
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 : logz
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ swagger-to-sdk:
64
64
- repo: azure-sdk-for-python-track2
65
65
- repo: azure-sdk-for-java
66
66
- repo: azure-sdk-for-go
67
+ - repo: azure-sdk-for-go-track2
67
68
- repo: azure-sdk-for-js
68
69
- repo: azure-resource-manager-schemas
69
70
- repo: azure-cli-extensions
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
clear-output-folder : true
9
9
` ` `
10
10
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
+
11
31
### Tag: package-2018-03-01-beta and go
12
32
13
33
These settings apply only when ` --tag=package-2018-03-01-beta --go` is specified on the command line.
14
34
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
15
35
16
36
` ` ` yaml $(tag) == 'package-2018-03-01-beta' && $(go)
17
37
namespace: 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)
19
39
` ` `
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ swagger-to-sdk:
52
52
- repo: azure-sdk-for-python
53
53
- repo: azure-sdk-for-java
54
54
- repo: azure-sdk-for-go
55
+ - repo: azure-sdk-for-go-track2
55
56
- repo: azure-sdk-for-js
56
57
- repo: azure-sdk-for-ruby
57
58
after_scripts:
You can’t perform that action at this time.
0 commit comments