Skip to content

Commit

Permalink
ADP: minor codegen changes (Azure#13165)
Browse files Browse the repository at this point in the history
* ADP: minor codegen changes

* Fix

* Flatten CLI only
  • Loading branch information
aelij authored and mkarmark committed Jul 20, 2021
1 parent d5b438a commit d9f076a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@
"items": {
"$ref": "#/definitions/DataPoolLocation"
},
"minItems": 1,
"description": "Gets or sets the collection of locations where Data Pool resources should be created"
},
"systemData": {
Expand Down
6 changes: 6 additions & 0 deletions specification/adp/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
These settings don't need to apply `--cli` on the command line.

``` yaml
cli:
cli-directive:
- where:
type: DataPoolLocation
prop: encryption
cli-flatten: true
```

0 comments on commit d9f076a

Please sign in to comment.