Azure / autorest.az

Azure CLI Code Generator
MIT License
22 stars 20 forks source link

msgraph command split error #765

Closed qiaozha closed 3 years ago

qiaozha commented 3 years ago

image The original intention of combining command is to use parameter to distinguish the operation, but in case of the parameter signature are all the same, we should not combine them into one single command any more.

previously we have fixed show and list command, now we need to apply that rule to create update delete list show command.

changlong-liu commented 3 years ago

merged