Skip to content

Commit 621d2bc

Browse files
dw511214992MirzaSikander
authored andcommitted
change trenton to terraform (Azure#13227)
* change trenton to terraform * change _ to - * change _ to -
1 parent b9c8d9b commit 621d2bc

File tree

17 files changed

+119
-133
lines changed

17 files changed

+119
-133
lines changed

specification/alertsmanagement/resource-manager/readme.trenton.md renamed to specification/alertsmanagement/resource-manager/readme.terraform.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## overrides
22

3-
These settings apply only when `--trenton` is specified on the command line.
4-
``` yaml $(trenton)
3+
These settings apply only when `--terraform` is specified on the command line.
4+
``` yaml $(terraform)
55
overrides:
66
- where:
77
resource: "*"
@@ -40,14 +40,14 @@ overrides:
4040
- EnumValues/1/GoEnumMemberName: "ScopeTypeResource"
4141
- EnumValues/2/GoEnumMemberName: "ScopeTypeSubscription"
4242
```
43-
## trenton
43+
## Terraform
4444
45-
These settings apply only when `--trenton` is specified on the command line.
45+
These settings apply only when `--terraform` is specified on the command line.
4646

47-
``` yaml $(trenton)
48-
trenton:
47+
``` yaml $(terraform)
48+
terraform:
4949
cli-name: alertsManagement
5050
package-name: alertsmanagement
5151
clear-output-folder: true
52-
output-folder: $(trenton-output-folder)/alertsmanagement
52+
output-folder: $(terraform-output-folder)/alertsmanagement
5353
```

specification/attestation/resource-manager/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ csharp:
9191

9292
See configuration in [readme.go.md](./readme.go.md)
9393

94-
## Trenton
94+
## Terraform
9595

96-
See configuration in [readme.trenton.md](./readme.trenton.md)
96+
See configuration in [readme.terraform.md](./readme.terraform.md)
9797

9898
## AzureResourceSchema
9999

specification/attestation/resource-manager/readme.trenton.md renamed to specification/attestation/resource-manager/readme.terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

2-
## trenton
2+
## Terraform
33

4-
These settings apply only when `--trenton` is specified on the command line.
4+
These settings apply only when `--terraform` is specified on the command line.
55

6-
``` yaml $(trenton)
7-
trenton:
6+
``` yaml $(terraform)
7+
terraform:
88
cli-name: attestation
99
package-name: attestation
1010
clear-output-folder: true
11-
output-folder: $(trenton-output-folder)/attestation
11+
output-folder: $(terraform-output-folder)/attestation
1212
overrides:
1313
- where:
1414
property: "x5C"

specification/customproviders/resource-manager/readme.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
9090

9191
See configuration in [readme.nodejs.md](./readme.nodejs.md)
9292

93-
## Trenton
93+
## Terraform
9494

95-
See configuration in [readme.trenton.md](./readme.trenton.md)
95+
See configuration in [readme.terraform.md](./readme.terraform.md)
9696

9797
## AzureResourceSchema
9898

@@ -113,17 +113,3 @@ cli:
113113
clear-output-folder: false
114114
```
115115

116-
## trenton
117-
118-
These settings apply only when `--trenton` is specified on the command line.
119-
120-
``` yaml $(trenton)
121-
trenton:
122-
cli_name: customproviders
123-
azure_arm: true
124-
license_header: MICROSOFT_MIT_NO_VERSION
125-
payload_flattening_threshold: 2
126-
namespace: azure.mgmt.customproviders
127-
package_name: azure-mgmt-customproviders
128-
clear_output_folder: false
129-
```

specification/customproviders/resource-manager/readme.trenton.md renamed to specification/customproviders/resource-manager/readme.terraform.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Trenton
1+
## Terraform
22

3-
These settings apply only when `--trenton` is specified on the command line.
3+
These settings apply only when `--terraform` is specified on the command line.
44

5-
``` yaml $(trenton)
6-
trenton:
7-
cli_name: customproviders
5+
``` yaml $(terraform)
6+
terraform:
7+
cli-name: customproviders
88
azure_arm: true
99
license_header: MICROSOFT_MIT_NO_VERSION
1010
payload_flattening_threshold: 2
1111
namespace: azure.mgmt.customproviders
1212
package_name: azure-mgmt-customproviders
13-
clear_output_folder: false
13+
clear-output-folder: true
1414
overrides:
1515
- where:
1616
property: resourceProviderName

specification/databoxedge/resource-manager/readme.trenton.md renamed to specification/databoxedge/resource-manager/readme.terraform.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

2-
## trenton
2+
## Terraform
33

4-
These settings apply only when `--trenton` is specified on the command line.
4+
These settings apply only when `--terraform` is specified on the command line.
55

6-
``` yaml $(trenton)
7-
trenton:
6+
``` yaml $(terraform)
7+
terraform:
88
cli-name: databoxedge
99
package-name: databoxedge
1010
clear-output-folder: true
11-
output-folder: $(trenton-output-folder)/databoxedge
11+
output-folder: $(terraform-output-folder)/databoxedge
1212
```
1313
## overrides
1414
15-
These settings apply only when `--trenton` is specified on the command line.
16-
``` yaml $(trenton)
15+
These settings apply only when `--terraform` is specified on the command line.
16+
``` yaml $(terraform)
1717
overrides:
1818
- where:
1919
resource: "BandwidthSchedules"
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## overrides
2+
3+
These settings apply only when `--terraform` is specified on the command line.
4+
``` yaml $(terraform)
5+
overrides:
6+
- where:
7+
resource: "*"
8+
set:
9+
- NeedSeparated: false
10+
- where:
11+
resource: "Accounts"
12+
set:
13+
- CombineCreateUpdate: false
14+
```
15+
## Terraform
16+
17+
These settings apply only when `--terraform` is specified on the command line.
18+
19+
``` yaml $(terraform)
20+
terraform:
21+
cli-name: dataShare
22+
package-name: datashare
23+
clear-output-folder: true
24+
output-folder: $(terraform-output-folder)/datashare
25+
```

specification/datashare/resource-manager/readme.trenton.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

specification/devops/resource-manager/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
9797

9898
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
9999

100-
## trenton
100+
## Terraform
101101

102-
These settings apply only when `--trenton` is specified on the command line.
102+
These settings apply only when `--terraform` is specified on the command line.
103103

104-
``` yaml $(trenton)
105-
trenton:
104+
``` yaml $(terraform)
105+
terraform:
106106
cli-name: devops
107107
azure_arm: true
108108
license_header: MICROSOFT_MIT_NO_VERSION

specification/logic/resource-manager/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,17 @@ generate-interface: true
252252

253253
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
254254

255-
## trenton
255+
## Terraform
256256

257-
These settings apply only when `--trenton` is specified on the command line.
257+
These settings apply only when `--terraform` is specified on the command line.
258258

259-
``` yaml $(trenton)
260-
trenton:
259+
``` yaml $(terraform)
260+
terraform:
261261
cli-name: logic
262262
azure_arm: true
263263
license_header: MICROSOFT_MIT_NO_VERSION
264264
payload_flattening_threshold: 2
265265
namespace: logic
266266
package-name: logic
267-
clear_output_folder: false
267+
clear-output-folder: false
268268
```

0 commit comments

Comments
 (0)