Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions specification/customproviders/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ See configuration in [readme.csharp.md](./readme.csharp.md)

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

## Trenton

See configuration in [readme.trenton.md](./readme.trenton.md)

## Multi-API/Profile support for AutoRest v3 generators

AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
Expand Down
19 changes: 19 additions & 0 deletions specification/customproviders/resource-manager/readme.trenton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 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
overrides:
- where:
property: resourceProviderName
set:
- IdPortion: "resourceproviders"
```