forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change trenton to terraform (Azure#13227)
* change trenton to terraform * change _ to - * change _ to -
- Loading branch information
1 parent
5e6323a
commit f3f1304
Showing
17 changed files
with
119 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...tation/resource-manager/readme.trenton.md → ...tion/resource-manager/readme.terraform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...viders/resource-manager/readme.trenton.md → ...ders/resource-manager/readme.terraform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...oxedge/resource-manager/readme.trenton.md → ...edge/resource-manager/readme.terraform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
specification/datashare/resource-manager/readme.terraform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
25 changes: 0 additions & 25 deletions
25
specification/datashare/resource-manager/readme.trenton.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
specification/resourcemover/resource-manager/readme.terraform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
``` |
20 changes: 0 additions & 20 deletions
20
specification/resourcemover/resource-manager/readme.trenton.md
This file was deleted.
Oops, something went wrong.
30 changes: 15 additions & 15 deletions
30
...ources/resource-manager/readme.trenton.md → ...rces/resource-manager/readme.terraform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.