Azure / autorest.cli

Autorest plugin to Azure CLI command modules and other tooling
MIT License
8 stars 12 forks source link

[MM] Properties with the same name but different location will be missing or mixed #77

Closed chunyu3 closed 4 years ago

chunyu3 commented 4 years ago

When two properties which has the same name but different location (e.g. one is in body, the other is in path), one option will missing in model, and the properties of the option will be mixed.

e.g. azure-rest-api-specs\specification\appplatform\resource-manager\readme.md the 'location' property.

chunyu3 commented 4 years ago

PR: https://github.com/Azure/autorest.cli/pull/79