Azure / autorest.az

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

[Feature request] Remove "Use nextLink property in the response to get the next ..." #784

Open qwordy opened 3 years ago

qwordy commented 3 years ago

Why do you need this feature?

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

The following code snippet is a generated help message.

helps['cloud-service role list'] = """
    type: command
    short-summary: "Get a list of all roles in a cloud service. Use nextLink property in the response to get the next \
page of roles. Do this till nextLink is null to fetch all the roles."
"""

I need to delete every

Use nextLink property in the response to get the next \
page of roles. Do this till nextLink is null to fetch all the roles.

for each list command. A feature request is adding a rule to remove this sentence.

Describe the solution you'd like

Delete them.

Describe alternatives you've considered

Additional context