File tree Expand file tree Collapse file tree 15 files changed +228
-9
lines changed
authorization/resource-manager
commerce/resource-manager
databoxedge/resource-manager
eventhub/resource-manager
keyvault/resource-manager
resources/resource-manager Expand file tree Collapse file tree 15 files changed +228
-9
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,16 @@ typescript:
3131 batch:
3232 - tag: profile-hybrid-2019-03-01
3333` ` `
34+
35+ # ## Profile: profile-hybrid-2020-09-01
36+
37+ These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
38+
39+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
40+ typescript:
41+ package-name: "@azure/arm-authorization-profile-2020-09-01-hybrid"
42+ output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid"
43+ clear-output-folder: true
44+ batch:
45+ - tag: profile-hybrid-2020-09-01
46+ ` ` `
Original file line number Diff line number Diff line change 33These settings apply only when ` --typescript ` is specified on the command line.
44Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
55
6- ``` yaml $(typescript)
6+ ``` yaml $(typescript) && !$(profile)
77typescript :
88 azure-arm : true
99 package-name : " @azure/arm-commerce"
@@ -12,3 +12,18 @@ typescript:
1212 payload-flattening-threshold : 2
1313 generate-metadata : true
1414` ` `
15+
16+ ### Profile: profile-hybrid-2020-09-01
17+
18+ These settings apply only when ` --profile=profile-hybrid-2020-09-01` is specified on the command line.
19+
20+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
21+ typescript:
22+ package-name: "@azure/arm-commerce-profile-2020-09-01-hybrid"
23+ output-folder: "$(typescript-sdks-folder)/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid"
24+ clear-output-folder: true
25+ azure-arm: true
26+ generate-metadata: true
27+ batch:
28+ - tag: profile-hybrid-2020-09-01
29+ ` ` `
Original file line number Diff line number Diff line change @@ -45,3 +45,18 @@ typescript:
4545 batch:
4646 - tag: profile-hybrid-2019-03-01
4747` ` `
48+
49+ # ## Profile: profile-hybrid-2020-09-01
50+
51+ These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
52+
53+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
54+ typescript:
55+ package-name: "@azure/arm-compute-profile-2020-09-01-hybrid"
56+ output-folder: "$(typescript-sdks-folder)/sdk/compute/arm-compute-profile-2020-09-01-hybrid"
57+ clear-output-folder: true
58+ azure-arm: true
59+ generate-metadata: true
60+ batch:
61+ - tag: profile-hybrid-2020-09-01
62+ ` ` `
Original file line number Diff line number Diff line change 33These settings apply only when ` --typescript ` is specified on the command line.
44Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
55
6- ``` yaml $(typescript)
6+ ``` yaml $(typescript) && !$(profile)
77typescript :
88 azure-arm : true
99 license-header : MICROSOFT_MIT_NO_VERSION
@@ -12,4 +12,19 @@ typescript:
1212 output-folder : " $(typescript-sdks-folder)/sdk/databoxedge/arm-databoxedge"
1313 clear-output-folder : true
1414 generate-metadata : true
15+ ` ` `
16+
17+ ### Profile: profile-hybrid-2020-09-01
18+
19+ These settings apply only when ` --profile=profile-hybrid-2020-09-01` is specified on the command line.
20+
21+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
22+ typescript:
23+ package-name: "@azure/arm-databoxedge-profile-2020-09-01-hybrid"
24+ output-folder: "$(typescript-sdks-folder)/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid"
25+ clear-output-folder: true
26+ azure-arm: true
27+ generate-metadata: true
28+ batch:
29+ - tag: profile-hybrid-2020-09-01
1530` ` `
Original file line number Diff line number Diff line change @@ -29,4 +29,19 @@ typescript:
2929 clear-output-folder: true
3030 batch:
3131 - tag: profile-hybrid-2019-03-01
32+ ` ` `
33+
34+ # ## Profile: profile-hybrid-2020-09-01
35+
36+ These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
37+
38+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
39+ typescript:
40+ package-name: "@azure/arm-dns-profile-2020-09-01-hybrid"
41+ output-folder: "$(typescript-sdks-folder)/sdk/dns/arm-dns-profile-2020-09-01-hybrid"
42+ clear-output-folder: true
43+ azure-arm: true
44+ generate-metadata: true
45+ batch:
46+ - tag: profile-hybrid-2020-09-01
3247` ` `
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ input-file:
109109- Microsoft.EventHub/stable/2017-04-01/AuthorizationRules.json
110110- Microsoft.EventHub/stable/2017-04-01/CheckNameAvailability.json
111111- Microsoft.EventHub/stable/2017-04-01/consumergroups.json
112- - Microsoft.EventHub/stable/2017-04-01/disasterRecoveryConfigs.json
113112- Microsoft.EventHub/stable/2017-04-01/operations.json
114113- Microsoft.EventHub/stable/2017-04-01/eventhubs.json
115114- Microsoft.EventHub/stable/2017-04-01/sku.json
Original file line number Diff line number Diff line change 33These settings apply only when ` --typescript ` is specified on the command line.
44Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
55
6- ``` yaml $(typescript)
6+ ``` yaml $(typescript) && !$(profile)
77typescript :
88 azure-arm : true
99 package-name : " @azure/arm-eventhub"
1010 output-folder : " $(typescript-sdks-folder)/sdk/eventhub/arm-eventhub"
1111 clear-output-folder : true
1212 generate-metadata : true
1313` ` `
14+
15+ ### Profile: profile-hybrid-2020-09-01
16+
17+ These settings apply only when ` --profile=profile-hybrid-2020-09-01` is specified on the command line.
18+
19+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
20+ typescript:
21+ package-name: "@azure/arm-eventhub-profile-2020-09-01-hybrid"
22+ output-folder: "$(typescript-sdks-folder)/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid"
23+ clear-output-folder: true
24+ azure-arm: true
25+ generate-metadata: true
26+ batch:
27+ - tag: profile-hybrid-2020-09-01
28+ ` ` `
Original file line number Diff line number Diff line change 33These settings apply only when ` --typescript ` is specified on the command line.
44Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
55
6- ``` yaml $(typescript)
6+ ``` yaml $(typescript) && !$(profile)
77typescript :
88 azure-arm : true
99 package-name : " @azure/arm-iothub"
@@ -12,3 +12,18 @@ typescript:
1212 payload-flattening-threshold : 1
1313 generate-metadata : true
1414` ` `
15+
16+ ### Profile: profile-hybrid-2020-09-01
17+
18+ These settings apply only when ` --profile=profile-hybrid-2020-09-01` is specified on the command line.
19+
20+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
21+ typescript:
22+ package-name: "@azure/arm-iothub-profile-2020-09-01-hybrid"
23+ output-folder: "$(typescript-sdks-folder)/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid"
24+ clear-output-folder: true
25+ azure-arm: true
26+ generate-metadata: true
27+ batch:
28+ - tag: profile-hybrid-2020-09-01
29+ ` ` `
Original file line number Diff line number Diff line change @@ -32,3 +32,18 @@ typescript:
3232 batch:
3333 - tag: profile-hybrid-2019-03-01
3434` ` `
35+
36+ # ## Profile: profile-hybrid-2020-09-01
37+
38+ These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
39+
40+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
41+ typescript:
42+ package-name: "@azure/arm-keyvault-profile-2020-09-01-hybrid"
43+ output-folder: "$(typescript-sdks-folder)/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid"
44+ clear-output-folder: true
45+ azure-arm: true
46+ generate-metadata: true
47+ batch:
48+ - tag: profile-hybrid-2020-09-01
49+ ` ` `
Original file line number Diff line number Diff line change @@ -30,4 +30,17 @@ typescript:
3030 clear-output-folder: true
3131 batch:
3232 - tag: profile-hybrid-2019-03-01
33+ ` ` `
34+
35+ # ## Profile: profile-hybrid-2020-09-01
36+
37+ These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
38+
39+ ` ` ` yaml $(profile)=='profile-hybrid-2020-09-01'
40+ typescript:
41+ package-name: "@azure/arm-monitor-profile-2020-09-01-hybrid"
42+ output-folder: "$(typescript-sdks-folder)/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid"
43+ clear-output-folder: true
44+ batch:
45+ - tag: profile-hybrid-2020-09-01
3346` ` `
You can’t perform that action at this time.
0 commit comments