Skip to content

Commit

Permalink
trenton config for avs (Azure#10345)
Browse files Browse the repository at this point in the history
* trenton config for avs

* remove unnecessary config
  • Loading branch information
dw511214992 authored and giromm2ms committed Dec 20, 2020
1 parent b8b1f5b commit fa02d25
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions specification/vmware/resource-manager/readme.trenton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

## trenton

These settings apply only when `--trenton` is specified on the command line.

``` yaml $(trenton)
trenton:
cli-name: avs
package-name: avs
clear-output-folder: true
output-folder: $(trenton-output-folder)/avs
overrides:
- where:
property: baseGroupDn
set:
- GoFieldName: BaseGroupDN
- where:
property: baseUserDn
set:
- GoFieldName: BaseUserDN
- where:
property: managementCluster
set:
- Required: true
- where:
property: clusterSize
set:
- Required: true
- where:
property: /privateCloud/properties/identitySources/SSL
set:
- EnumValues/0/GoEnumMemberName: "SslEnumEnabled"
- EnumValues/1/GoEnumMemberName: "SslEnumDisabled"
- GoFieldName: "Ssl"
- where:
property: //properties/identitySources/SSL
set:
- GoFieldName: "Ssl"
```

0 comments on commit fa02d25

Please sign in to comment.