Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions specification/frontdoor/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## CLI

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

``` yaml $(cli)
cli:
cli-name: networkexperiment
namespace: azure.mgmt.frontdoor
package-name: azure-mgmt-frontdoor
debug: true
adjustments:
"/sku": "Sku*/"
test-setup:
- name: Create or Update a service with all parameters
```
4 changes: 4 additions & 0 deletions specification/frontdoor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ See configuration in [readme.go.md](./readme.go.md)
These settings apply only when `--java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.

## CLI

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't put these CLI lines in the middle of Java configuration.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, my stupid mistake


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

``` yaml $(java)
java:
azure-arm: true
Expand Down