This commit is contained in:
Wei Dong 2021-03-04 00:04:04 +08:00 коммит произвёл GitHub
Родитель 243482eb3a
Коммит 581d91ee84
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 19 добавлений и 8 удалений

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

@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "change trenton to terraform",
"type": "patch"
}
],
"packageName": "@autorest/core",
"email": ""
}

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

@ -29,7 +29,7 @@ require:
- $(this-folder)plugin-typescript.md
- $(this-folder)plugin-validators.md
- $(this-folder)plugin-az.md
- $(this-folder)plugin-trenton.md
- $(this-folder)plugin-terraform.md
- $(this-folder)plugin-azure-functions.md
- $(this-folder)graphs.md

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

@ -0,0 +1,7 @@
# Default Configuration - terraform
``` yaml $(terraform)
use-extension:
"@autorest/terraform": "latest"
try-require: ./readme.terraform.md
```

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

@ -1,7 +0,0 @@
# Default Configuration - trenton
``` yaml $(trenton)
use-extension:
"@autorest/trenton": "latest"
try-require: ./readme.trenton.md
```