Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typescript:
payload-flattening-threshold: 1
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
package-name: "@azure/arm-authorization"
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization"
Expand All @@ -21,9 +21,9 @@ typescript:

### Profile: profile-hybrid-2019-03-01

These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2019-03-01'
``` yaml $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
package-name: "@azure/arm-authorization-profile-2019-03-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization-profile-2019-03-01-hybrid"
Expand All @@ -34,9 +34,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -47,9 +47,9 @@ typescript:

### Profile: package-2020-10-01-preview

These settings apply only when `--profile=package-2020-10-01-preview` is specified on the command line.
These settings apply only when `--profile-content=package-2020-10-01-preview` is specified on the command line.

``` yaml $(profile)=='package-2020-10-01-preview'
``` yaml $(profile-content)=='package-2020-10-01-preview'
typescript:
package-name: "@azure/arm-authorization-package-2020-10-01-preview"
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization-package-2020-10-01-preview"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typescript:
generate-metadata: true
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
package-name: "@azure/arm-botservice"
output-folder: "$(typescript-sdks-folder)/sdk/botservice/arm-botservice"
Expand Down
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) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
azure-arm: true
package-name: "@azure/arm-commerce"
Expand All @@ -15,9 +15,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -26,4 +26,4 @@ typescript:
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
```
12 changes: 6 additions & 6 deletions specification/compute/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ directive:
replace(/[,|*] 'DummyOrchestrationServiceName'/g,'');
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
package-name: "@azure/arm-compute"
output-folder: "$(typescript-sdks-folder)/sdk/compute/arm-compute"
clear-output-folder: true
Expand All @@ -36,9 +36,9 @@ directive:

### Profile: profile-hybrid-2019-03-01

These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2019-03-01'
``` yaml $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
package-name: "@azure/arm-compute-profile-2019-03-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/compute/arm-compute-profile-2019-03-01-hybrid"
Expand All @@ -48,9 +48,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -59,4 +59,4 @@ typescript:
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
```
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) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
Expand All @@ -16,9 +16,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -27,4 +27,4 @@ typescript:
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
```
12 changes: 6 additions & 6 deletions specification/dns/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typescript:
generate-metadata: true
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
package-name: "@azure/arm-dns"
output-folder: "$(typescript-sdks-folder)/sdk/dns/arm-dns"
Expand All @@ -20,9 +20,9 @@ typescript:

### Profile: profile-hybrid-2019-03-01

These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2019-03-01'
``` yaml $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
package-name: "@azure/arm-dns-profile-2019-03-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/dns/arm-dns-profile-2019-03-01-hybrid"
Expand All @@ -33,9 +33,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -44,4 +44,4 @@ typescript:
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
```
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) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
azure-arm: true
package-name: "@azure/arm-eventhub"
Expand All @@ -14,9 +14,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ directive:
- Machines_Update
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
package-name: "@azure/arm-hybridcompute"
output-folder: "$(typescript-sdks-folder)/sdk/hybridcompute/arm-hybridcompute"
clear-output-folder: true
Expand Down
8 changes: 4 additions & 4 deletions 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) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
azure-arm: true
package-name: "@azure/arm-iothub"
Expand All @@ -15,9 +15,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -26,4 +26,4 @@ typescript:
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
```
12 changes: 6 additions & 6 deletions specification/keyvault/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typescript:
generate-readme-md: true
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
package-name: "@azure/arm-keyvault"
output-folder: "$(typescript-sdks-folder)/sdk/keyvault/arm-keyvault"
Expand All @@ -22,9 +22,9 @@ typescript:

### Profile: profile-hybrid-2019-03-01

These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2019-03-01'
``` yaml $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
package-name: "@azure/arm-keyvault-profile-2019-03-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/keyvault/arm-keyvault-profile-2019-03-01-hybrid"
Expand All @@ -35,9 +35,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand All @@ -46,4 +46,4 @@ typescript:
generate-metadata: true
batch:
- tag: profile-hybrid-2020-09-01
```
```
12 changes: 6 additions & 6 deletions specification/monitor/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typescript:
payload-flattening-threshold: 1
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
package-name: "@azure/arm-monitor"
output-folder: "$(typescript-sdks-folder)/sdk/monitor/arm-monitor"
Expand All @@ -21,9 +21,9 @@ typescript:

### Profile: hybrid_2019_03_01

These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2019-03-01'
``` yaml $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
package-name: "@azure/arm-monitor-profile-2019-03-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/monitor/arm-monitor-profile-2019-03-01-hybrid"
Expand All @@ -34,13 +34,13 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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
```
```
10 changes: 5 additions & 5 deletions specification/network/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typescript:
generate-metadata: true
```

``` yaml $(typescript) && !$(profile)
``` yaml $(typescript) && !$(profile-content)
typescript:
package-name: "@azure/arm-network"
output-folder: "$(typescript-sdks-folder)/sdk/network/arm-network"
Expand All @@ -20,9 +20,9 @@ typescript:

### Profile: profile-hybrid-2019-03-01

These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.

``` yaml $(profile)=='profile-hybrid-2019-03-01'
``` yaml $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
package-name: "@azure/arm-network-profile-2019-03-01-hybrid"
output-folder: "$(typescript-sdks-folder)/sdk/network/arm-network-profile-2019-03-01-hybrid"
Expand All @@ -33,9 +33,9 @@ typescript:

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

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

``` yaml $(profile)=='profile-hybrid-2020-09-01'
``` yaml $(profile-content)=='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"
Expand Down
Loading