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.
Attestation trenton configuration and remove required field in respon…
…se (Azure#10147) * config * config
- Loading branch information
1 parent
dd46357
commit 00ba8f9
Showing
3 changed files
with
24 additions
and
3 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
21 changes: 21 additions & 0 deletions
21
specification/attestation/resource-manager/readme.trenton.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,21 @@ | ||
|
||
## trenton | ||
|
||
These settings apply only when `--trenton` is specified on the command line. | ||
|
||
``` yaml $(trenton) | ||
trenton: | ||
cli-name: attestation | ||
package-name: attestation | ||
clear-output-folder: true | ||
output-folder: $(trenton-output-folder)/attestation | ||
overrides: | ||
- where: | ||
property: "x5C" | ||
set: | ||
- GoFieldName: X5c | ||
- where: | ||
property: "/creationParams/properties" | ||
set: | ||
- GoFieldName: Properties | ||
``` |