Skip to content

Commit 5b591f2

Browse files
authored
change profile to profile-content in readme.typescript.md (Azure#15034)
1 parent f1db2c5 commit 5b591f2

File tree

15 files changed

+80
-80
lines changed

15 files changed

+80
-80
lines changed

specification/authorization/resource-manager/readme.typescript.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typescript:
1212
payload-flattening-threshold: 1
1313
```
1414
15-
``` yaml $(typescript) && !$(profile)
15+
``` yaml $(typescript) && !$(profile-content)
1616
typescript:
1717
package-name: "@azure/arm-authorization"
1818
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization"
@@ -21,9 +21,9 @@ typescript:
2121
2222
### Profile: profile-hybrid-2019-03-01
2323
24-
These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
24+
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.
2525

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

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

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

39-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
39+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
4040
typescript:
4141
package-name: "@azure/arm-authorization-profile-2020-09-01-hybrid"
4242
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid"
@@ -47,9 +47,9 @@ typescript:
4747

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

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

52-
``` yaml $(profile)=='package-2020-10-01-preview'
52+
``` yaml $(profile-content)=='package-2020-10-01-preview'
5353
typescript:
5454
package-name: "@azure/arm-authorization-package-2020-10-01-preview"
5555
output-folder: "$(typescript-sdks-folder)/sdk/authorization/arm-authorization-package-2020-10-01-preview"

specification/botservice/resource-manager/readme.typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ typescript:
1111
generate-metadata: true
1212
```
1313
14-
``` yaml $(typescript) && !$(profile)
14+
``` yaml $(typescript) && !$(profile-content)
1515
typescript:
1616
package-name: "@azure/arm-botservice"
1717
output-folder: "$(typescript-sdks-folder)/sdk/botservice/arm-botservice"

specification/commerce/resource-manager/readme.typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

6-
``` yaml $(typescript) && !$(profile)
6+
``` yaml $(typescript) && !$(profile-content)
77
typescript:
88
azure-arm: true
99
package-name: "@azure/arm-commerce"
@@ -15,9 +15,9 @@ typescript:
1515
1616
### Profile: profile-hybrid-2020-09-01
1717
18-
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
18+
These settings apply only when `--profile-content=profile-hybrid-2020-09-01` is specified on the command line.
1919

20-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
20+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
2121
typescript:
2222
package-name: "@azure/arm-commerce-profile-2020-09-01-hybrid"
2323
output-folder: "$(typescript-sdks-folder)/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid"
@@ -26,4 +26,4 @@ typescript:
2626
generate-metadata: true
2727
batch:
2828
- tag: profile-hybrid-2020-09-01
29-
```
29+
```

specification/compute/resource-manager/readme.typescript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ directive:
2727
replace(/[,|*] 'DummyOrchestrationServiceName'/g,'');
2828
```
2929
30-
``` yaml $(typescript) && !$(profile)
30+
``` yaml $(typescript) && !$(profile-content)
3131
package-name: "@azure/arm-compute"
3232
output-folder: "$(typescript-sdks-folder)/sdk/compute/arm-compute"
3333
clear-output-folder: true
@@ -36,9 +36,9 @@ directive:
3636
3737
### Profile: profile-hybrid-2019-03-01
3838
39-
These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
39+
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.
4040

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

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

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

53-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
53+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
5454
typescript:
5555
package-name: "@azure/arm-compute-profile-2020-09-01-hybrid"
5656
output-folder: "$(typescript-sdks-folder)/sdk/compute/arm-compute-profile-2020-09-01-hybrid"
@@ -59,4 +59,4 @@ typescript:
5959
generate-metadata: true
6060
batch:
6161
- tag: profile-hybrid-2020-09-01
62-
```
62+
```

specification/databoxedge/resource-manager/readme.typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

6-
``` yaml $(typescript) && !$(profile)
6+
``` yaml $(typescript) && !$(profile-content)
77
typescript:
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
@@ -16,9 +16,9 @@ typescript:
1616
1717
### Profile: profile-hybrid-2020-09-01
1818
19-
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
19+
These settings apply only when `--profile-content=profile-hybrid-2020-09-01` is specified on the command line.
2020

21-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
21+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
2222
typescript:
2323
package-name: "@azure/arm-databoxedge-profile-2020-09-01-hybrid"
2424
output-folder: "$(typescript-sdks-folder)/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid"
@@ -27,4 +27,4 @@ typescript:
2727
generate-metadata: true
2828
batch:
2929
- tag: profile-hybrid-2020-09-01
30-
```
30+
```

specification/dns/resource-manager/readme.typescript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ typescript:
1111
generate-metadata: true
1212
```
1313
14-
``` yaml $(typescript) && !$(profile)
14+
``` yaml $(typescript) && !$(profile-content)
1515
typescript:
1616
package-name: "@azure/arm-dns"
1717
output-folder: "$(typescript-sdks-folder)/sdk/dns/arm-dns"
@@ -20,9 +20,9 @@ typescript:
2020
2121
### Profile: profile-hybrid-2019-03-01
2222
23-
These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
23+
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.
2424

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

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

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

38-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
38+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
3939
typescript:
4040
package-name: "@azure/arm-dns-profile-2020-09-01-hybrid"
4141
output-folder: "$(typescript-sdks-folder)/sdk/dns/arm-dns-profile-2020-09-01-hybrid"
@@ -44,4 +44,4 @@ typescript:
4444
generate-metadata: true
4545
batch:
4646
- tag: profile-hybrid-2020-09-01
47-
```
47+
```

specification/eventhub/resource-manager/readme.typescript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

6-
``` yaml $(typescript) && !$(profile)
6+
``` yaml $(typescript) && !$(profile-content)
77
typescript:
88
azure-arm: true
99
package-name: "@azure/arm-eventhub"
@@ -14,9 +14,9 @@ typescript:
1414
1515
### Profile: profile-hybrid-2020-09-01
1616
17-
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
17+
These settings apply only when `--profile-content=profile-hybrid-2020-09-01` is specified on the command line.
1818

19-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
19+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
2020
typescript:
2121
package-name: "@azure/arm-eventhub-profile-2020-09-01-hybrid"
2222
output-folder: "$(typescript-sdks-folder)/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid"

specification/hybridcompute/resource-manager/readme.typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ directive:
1717
- Machines_Update
1818
```
1919
20-
``` yaml $(typescript) && !$(profile)
20+
``` yaml $(typescript) && !$(profile-content)
2121
package-name: "@azure/arm-hybridcompute"
2222
output-folder: "$(typescript-sdks-folder)/sdk/hybridcompute/arm-hybridcompute"
2323
clear-output-folder: true

specification/iothub/resource-manager/readme.typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

6-
``` yaml $(typescript) && !$(profile)
6+
``` yaml $(typescript) && !$(profile-content)
77
typescript:
88
azure-arm: true
99
package-name: "@azure/arm-iothub"
@@ -15,9 +15,9 @@ typescript:
1515
1616
### Profile: profile-hybrid-2020-09-01
1717
18-
These settings apply only when `--profile=profile-hybrid-2020-09-01` is specified on the command line.
18+
These settings apply only when `--profile-content=profile-hybrid-2020-09-01` is specified on the command line.
1919

20-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
20+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
2121
typescript:
2222
package-name: "@azure/arm-iothub-profile-2020-09-01-hybrid"
2323
output-folder: "$(typescript-sdks-folder)/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid"
@@ -26,4 +26,4 @@ typescript:
2626
generate-metadata: true
2727
batch:
2828
- tag: profile-hybrid-2020-09-01
29-
```
29+
```

specification/keyvault/resource-manager/readme.typescript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typescript:
1212
generate-readme-md: true
1313
```
1414
15-
``` yaml $(typescript) && !$(profile)
15+
``` yaml $(typescript) && !$(profile-content)
1616
typescript:
1717
package-name: "@azure/arm-keyvault"
1818
output-folder: "$(typescript-sdks-folder)/sdk/keyvault/arm-keyvault"
@@ -22,9 +22,9 @@ typescript:
2222
2323
### Profile: profile-hybrid-2019-03-01
2424
25-
These settings apply only when `--profile=profile-hybrid-2019-03-01` is specified on the command line.
25+
These settings apply only when `--profile-content=profile-hybrid-2019-03-01` is specified on the command line.
2626

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

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

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

40-
``` yaml $(profile)=='profile-hybrid-2020-09-01'
40+
``` yaml $(profile-content)=='profile-hybrid-2020-09-01'
4141
typescript:
4242
package-name: "@azure/arm-keyvault-profile-2020-09-01-hybrid"
4343
output-folder: "$(typescript-sdks-folder)/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid"
@@ -46,4 +46,4 @@ typescript:
4646
generate-metadata: true
4747
batch:
4848
- tag: profile-hybrid-2020-09-01
49-
```
49+
```

0 commit comments

Comments
 (0)