directive:
- from: swagger-document
where: $..parameters[?(@.in=='body')]
transform: >
$['x-ms-client-flatten'] = true;
reason: Flatten everything for Azure CLI
- from: swagger-document
where: $.definitions.*.[?(@.properties && [email protected])].*
transform: >
$['x-ms-client-flatten'] = true;
clicommon:
naming:
default:
singularize:
- operationGroup
- operation
cli-directive:
- where:
operation: check_name_availability
hidden: true
- where:
operationGroup: operations
operation: list
hidden: true