Azure / autorest.az

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

in custom.py, child object is created when 1) don't have input and 2) it's not a required parameter #847

Open changlong-liu opened 3 years ago

changlong-liu commented 3 years ago

in appconfiguration, ConfigurationStore is defined as below picture: image

The "identity" is not a required parameter.

The generated custom.py is like this: image The parameter "identity" is assigned whatever the user provide an input or not