Skip to content

Commit

Permalink
hybrid-2020-09-01 (#11556)
Browse files Browse the repository at this point in the history
* hybrid-2020-09-01

* update
  • Loading branch information
colawwj authored Nov 11, 2020
1 parent 28d37f8 commit fc420be
Show file tree
Hide file tree
Showing 15 changed files with 228 additions and 9 deletions.
13 changes: 13 additions & 0 deletions specification/authorization/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@ typescript:
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-authorization-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid"
clear-output-folder: true
batch:
- tag: profile-hybrid-2020-09-01
```
17 changes: 16 additions & 1 deletion specification/commerce/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.

``` yaml $(typescript)
``` yaml $(typescript) && !$(profile)
typescript:
azure-arm: true
package-name: "@azure/arm-commerce"
Expand All @@ -12,3 +12,18 @@ typescript:
payload-flattening-threshold: 2
generate-metadata: true
```
### Profile: profile-hybrid-2020-09-01
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-commerce-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
15 changes: 15 additions & 0 deletions specification/compute/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,18 @@ typescript:
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-compute-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/compute/arm-compute-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
17 changes: 16 additions & 1 deletion specification/databoxedge/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.

``` yaml $(typescript)
``` yaml $(typescript) && !$(profile)
typescript:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
Expand All @@ -12,4 +12,19 @@ typescript:
output-folder: "$(typescript-sdks-folder)/sdk/databoxedge/arm-databoxedge"
clear-output-folder: true
generate-metadata: true
```
### Profile: profile-hybrid-2020-09-01
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-databoxedge-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
15 changes: 15 additions & 0 deletions specification/dns/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,19 @@ typescript:
clear-output-folder: true
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-dns-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/dns/arm-dns-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
1 change: 0 additions & 1 deletion specification/eventhub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ input-file:
- Microsoft.EventHub/stable/2017-04-01/AuthorizationRules.json
- Microsoft.EventHub/stable/2017-04-01/CheckNameAvailability.json
- Microsoft.EventHub/stable/2017-04-01/consumergroups.json
- Microsoft.EventHub/stable/2017-04-01/disasterRecoveryConfigs.json
- Microsoft.EventHub/stable/2017-04-01/operations.json
- Microsoft.EventHub/stable/2017-04-01/eventhubs.json
- Microsoft.EventHub/stable/2017-04-01/sku.json
Expand Down
17 changes: 16 additions & 1 deletion specification/eventhub/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,26 @@
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.

``` yaml $(typescript)
``` yaml $(typescript) && !$(profile)
typescript:
azure-arm: true
package-name: "@azure/arm-eventhub"
output-folder: "$(typescript-sdks-folder)/sdk/eventhub/arm-eventhub"
clear-output-folder: true
generate-metadata: true
```
### Profile: profile-hybrid-2020-09-01
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-eventhub-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
17 changes: 16 additions & 1 deletion specification/iothub/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.

``` yaml $(typescript)
``` yaml $(typescript) && !$(profile)
typescript:
azure-arm: true
package-name: "@azure/arm-iothub"
Expand All @@ -12,3 +12,18 @@ typescript:
payload-flattening-threshold: 1
generate-metadata: true
```
### Profile: profile-hybrid-2020-09-01
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-iothub-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
15 changes: 15 additions & 0 deletions specification/keyvault/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,18 @@ typescript:
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-keyvault-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
13 changes: 13 additions & 0 deletions specification/monitor/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,17 @@ typescript:
clear-output-folder: true
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-monitor-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid"
clear-output-folder: true
batch:
- tag: profile-hybrid-2020-09-01
```
15 changes: 15 additions & 0 deletions specification/network/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,18 @@ typescript:
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-network-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/network/arm-network-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
44 changes: 44 additions & 0 deletions specification/resources/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,48 @@ typescript:
clear-output-folder: true
batch:
- tag: package-subscriptions-2016-06
```
```yaml $(tag)=='package-resources-2019-10' && $(profile)=='profile-hybrid-2020-09-01'
typescript:
azure-arm: true
generate-metadata: true
package-name: "@azure/arm-resources-profile-hybrid-2020-09-01"
output-folder: "$(typescript-sdks-folder)/sdk/resources/arm-resources-profile-hybrid-2020-09-01"
clear-output-folder: true
batch:
- tag: package-resources-2019-10
```
```yaml $(tag)=='package-policy-2016-12' && $(profile)=='profile-hybrid-2020-09-01'
typescript:
azure-arm: true
generate-metadata: true
package-name: "@azure/arm-policy-profile-hybrid-2020-09-01"
output-folder: "$(typescript-sdks-folder)/sdk/resources/arm-policy-profile-hybrid-2020-09-01"
clear-output-folder: true
batch:
- tag: package-policy-2016-12
```
```yaml $(tag)=='package-locks-2016-09' && $(profile)=='profile-hybrid-2020-09-01'
typescript:
azure-arm: true
generate-metadata: true
package-name: "@azure/arm-locks-profile-hybrid-2020-09-01"
output-folder: "$(typescript-sdks-folder)/sdk/resources/arm-locks-profile-hybrid-2020-09-01"
clear-output-folder: true
batch:
- tag: package-locks-2016-09
```
```yaml $(tag)=='package-subscriptions-2016-06' && $(profile)=='profile-hybrid-2020-09-01'
typescript:
azure-arm: true
generate-metadata: true
package-name: "@azure/arm-subscriptions-profile-hybrid-2020-09-01"
output-folder: "$(typescript-sdks-folder)/sdk/subscription/arm-subscriptions-profile-hybrid-2020-09-01"
clear-output-folder: true
batch:
- tag: package-subscriptions-2016-06
```
15 changes: 15 additions & 0 deletions specification/storage/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,18 @@ typescript:
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-storage-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/storage/arm-storage-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
8 changes: 4 additions & 4 deletions specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,10 +1230,10 @@ input-file:
- Microsoft.Web/stable/2018-02-01/Certificates.json
- Microsoft.Web/stable/2018-02-01/WebApps.json
- Microsoft.Web/stable/2018-02-01/ResourceProvider.json
- Microsoft.Web/stable/2016-09-01/AppServicePlans.json
- Microsoft.Web/stable/2016-03-01/Provider.json
- Microsoft.Web/stable/2016-03-01/ResourceProvider.json
- Microsoft.Web/stable/2016-03-01/Recommendations.json
- Microsoft.Web/stable/2018-02-01/AppServicePlans.json
- Microsoft.Web/stable/2018-02-01/Provider.json
- Microsoft.Web/stable/2018-02-01/ResourceProvider.json
- Microsoft.Web/stable/2018-02-01/Recommendations.json
```

## AzureResourceSchema
Expand Down
15 changes: 15 additions & 0 deletions specification/web/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,19 @@ typescript:
clear-output-folder: true
batch:
- tag: profile-hybrid-2019-03-01
```

### Profile: profile-hybrid-2020-09-01

These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2020-09-01'
typescript:
package-name: "@azure/arm-appservice-profile-2020-09-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid"
clear-output-folder: true
azure-arm: true
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```

0 comments on commit fc420be

Please sign in to comment.