Azure / autorest.az

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

"CreateOrUpdate#Update" could not be generated #834

Open xfz11 opened 3 years ago

xfz11 commented 3 years ago

Why do you need this feature? Generate update command by 'CreateOrUpdate' API

Is your feature request related to a problem? Please describe.

In readme.az.md I set

- where:
      group: "Galleries"
      op: "CreateOrUpdate#Update"
    hidden: false

However, the updatecommand is not generated.

The following code snippet is a generated help message.

Describe the solution you'd like Generate the code as the readme declarer

Describe alternatives you've considered

Additional context