* change trenton to terraform

* change _ to -

* change  _ to -
This commit is contained in:
Wei Dong 2021-03-15 13:35:05 +08:00 коммит произвёл GitHub
Родитель 09d35de8dd
Коммит 48831689a3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
17 изменённых файлов: 119 добавлений и 133 удалений

Просмотреть файл

@ -1,7 +1,7 @@
## overrides
These settings apply only when `--trenton` is specified on the command line.
``` yaml $(trenton)
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(terraform)
overrides:
- where:
resource: "*"
@ -40,14 +40,14 @@ overrides:
- EnumValues/1/GoEnumMemberName: "ScopeTypeResource"
- EnumValues/2/GoEnumMemberName: "ScopeTypeSubscription"
```
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: alertsManagement
package-name: alertsmanagement
clear-output-folder: true
output-folder: $(trenton-output-folder)/alertsmanagement
output-folder: $(terraform-output-folder)/alertsmanagement
```

Просмотреть файл

@ -91,9 +91,9 @@ csharp:
See configuration in [readme.go.md](./readme.go.md)
## Trenton
## Terraform
See configuration in [readme.trenton.md](./readme.trenton.md)
See configuration in [readme.terraform.md](./readme.terraform.md)
## AzureResourceSchema

Просмотреть файл

@ -1,14 +1,14 @@
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: attestation
package-name: attestation
clear-output-folder: true
output-folder: $(trenton-output-folder)/attestation
output-folder: $(terraform-output-folder)/attestation
overrides:
- where:
property: "x5C"

Просмотреть файл

@ -90,9 +90,9 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
See configuration in [readme.nodejs.md](./readme.nodejs.md)
## Trenton
## Terraform
See configuration in [readme.trenton.md](./readme.trenton.md)
See configuration in [readme.terraform.md](./readme.terraform.md)
## AzureResourceSchema
@ -113,17 +113,3 @@ cli:
clear-output-folder: false
```
## trenton
These settings apply only when `--trenton` is specified on the command line.
``` yaml $(trenton)
trenton:
cli_name: customproviders
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: azure.mgmt.customproviders
package_name: azure-mgmt-customproviders
clear_output_folder: false
```

Просмотреть файл

@ -1,16 +1,16 @@
## Trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
cli_name: customproviders
``` yaml $(terraform)
terraform:
cli-name: customproviders
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: azure.mgmt.customproviders
package_name: azure-mgmt-customproviders
clear_output_folder: false
clear-output-folder: true
overrides:
- where:
property: resourceProviderName

Просмотреть файл

@ -1,19 +1,19 @@
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: databoxedge
package-name: databoxedge
clear-output-folder: true
output-folder: $(trenton-output-folder)/databoxedge
output-folder: $(terraform-output-folder)/databoxedge
```
## overrides
These settings apply only when `--trenton` is specified on the command line.
``` yaml $(trenton)
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(terraform)
overrides:
- where:
resource: "BandwidthSchedules"

Просмотреть файл

@ -0,0 +1,25 @@
## overrides
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(terraform)
overrides:
- where:
resource: "*"
set:
- NeedSeparated: false
- where:
resource: "Accounts"
set:
- CombineCreateUpdate: false
```
## Terraform
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(terraform)
terraform:
cli-name: dataShare
package-name: datashare
clear-output-folder: true
output-folder: $(terraform-output-folder)/datashare
```

Просмотреть файл

@ -1,25 +0,0 @@
## overrides
These settings apply only when `--trenton` is specified on the command line.
``` yaml $(trenton)
overrides:
- where:
resource: "*"
set:
- NeedSeparated: false
- where:
resource: "Accounts"
set:
- CombineCreateUpdate: false
```
## trenton
These settings apply only when `--trenton` is specified on the command line.
``` yaml $(trenton)
trenton:
cli-name: dataShare
package-name: datashare
clear-output-folder: true
output-folder: $(trenton-output-folder)/datashare
```

Просмотреть файл

@ -97,12 +97,12 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: devops
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION

Просмотреть файл

@ -252,17 +252,17 @@ generate-interface: true
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: logic
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: logic
package-name: logic
clear_output_folder: false
clear-output-folder: false
```

Просмотреть файл

@ -224,18 +224,18 @@ See configuration in [readme.java.md](./readme.java.md)
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: netapp
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: netapp
package-name: netapp
clear_output_folder: false
clear-output-folder: false
```

Просмотреть файл

@ -163,17 +163,17 @@ cli:
clear-output-folder: false
```
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
cli_name: ResourceGraph
``` yaml $(terraform)
terraform:
cli-name: ResourceGraph
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: azure.mgmt.ResourceGraph
package_name: azure-mgmt-ResourceGraph
clear_output_folder: false
clear-output-folder: false
```

Просмотреть файл

@ -0,0 +1,20 @@
## Terraform
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(terraform)
terraform:
cli-name: resourcemover
package-name: resourcemover
clear-output-folder: true
output-folder: $(terraform-output-folder)/resourcemover
```
``` yaml $(terraform)
overrides:
- where:
property: dependsOn
set:
- SchemaName: "dependency"
```

Просмотреть файл

@ -1,20 +0,0 @@
## trenton
These settings apply only when `--trenton` is specified on the command line.
``` yaml $(trenton)
trenton:
cli-name: resourcemover
package-name: resourcemover
clear-output-folder: true
output-folder: $(trenton-output-folder)/resourcemover
```
``` yaml $(trenton)
overrides:
- where:
property: dependsOn
set:
- SchemaName: "dependency"
```

Просмотреть файл

@ -1,43 +1,43 @@
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
<!-- ``` yaml $(trenton)
trenton:
<!-- ``` yaml $(terraform)
terraform:
cli-name: features
package-name: features
clear-output-folder: true
output-folder: $(trenton-output-folder)/features
output-folder: $(terraform-output-folder)/features
``` -->
``` yaml $(trenton)
``` yaml $(terraform)
batch:
- package-features: true
- package-policy: true
- package-managedapplications: true
```
```yaml $(trenton) && $(package-policy)
trenton:
```yaml $(terraform) && $(package-policy)
terraform:
cli-name: policy
package-name: policy
output-folder: $(trenton-output-folder)/policy
output-folder: $(terraform-output-folder)/policy
clear-output-folder: true
```
```yaml $(trenton) && $(package-features)
trenton:
```yaml $(terraform) && $(package-features)
terraform:
cli-name: features
package-name: features
output-folder: $(trenton-output-folder)/features
output-folder: $(terraform-output-folder)/features
clear-output-folder: true
```
```yaml $(trenton) && $(package-managedapplications)
trenton:
```yaml $(terraform) && $(package-managedapplications)
terraform:
cli-name: managedApplications
package-name: managedapplications
output-folder: $(trenton-output-folder)/managedapplications
output-folder: $(terraform-output-folder)/managedapplications
clear-output-folder: true
overrides:

Просмотреть файл

@ -1,14 +1,14 @@
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: avs
package-name: avs
clear-output-folder: true
output-folder: $(trenton-output-folder)/avs
output-folder: $(terraform-output-folder)/avs
overrides:
- where:
property: baseGroupDn

Просмотреть файл

@ -113,17 +113,17 @@ See configuration in [readme.ruby.md](./readme.ruby.md)
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
## trenton
## Terraform
These settings apply only when `--trenton` is specified on the command line.
These settings apply only when `--terraform` is specified on the command line.
``` yaml $(trenton)
trenton:
``` yaml $(terraform)
terraform:
cli-name: windowsiot
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: windowsiot
package-name: windowsiot
clear_output_folder: false
clear-output-folder: false
```