Summary
When working on the health models extension generation I noticed this issue:
Original example:
https://github.com/Azure/azure-rest-api-specs/blob/9ee5902c9557817bc4a859ebc13f757515aac5d7/specification/cloudhealth/CloudHealth.Management/examples/2025-05-01-preview/Entities_CreateOrUpdate.json#L12
has a display name with space in it.
After importing into aaz-dev:

the example doesn't have the required quotes around the `--displayName` parameter.
Steps to reproduce
- Create a new workspace
- Import e.g. the cloudhealth api sepcs
- Check the imported example
Expected behavior
Ideally it would add the quotes in that situation
az ... --display-name "My entity" ...
Summary
When working on the health models extension generation I noticed this issue:
Original example:
https://github.com/Azure/azure-rest-api-specs/blob/9ee5902c9557817bc4a859ebc13f757515aac5d7/specification/cloudhealth/CloudHealth.Management/examples/2025-05-01-preview/Entities_CreateOrUpdate.json#L12
has a display name with space in it.
After importing into aaz-dev:
Steps to reproduce
Expected behavior
Ideally it would add the quotes in that situation