`az mysql flexible-server import` command `--auto-scale-iops` option is defined two default value

Open Beginner friendly
#32,568 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
azure, python
Domain
cli, documentation

Research direction

Start with az mysql flexible-server import --help and the referenced generated source at docs-ref-autogen/Latest-version/latest/mysql/flexible-server/import.yml. Compare the --auto-scale-iops default shown by the command and documentation, then trace the option definition if needed. Done means the default is represented consistently in both outputs.

Written by the indexing model from the issue text.

Description

act-codegen-extensibility-squad Auto-Assign customer-reported Documentation MySQL needs-triage Service Attention
Type of issue

Other (describe below)

Reference command name

az mysql flexible-server import --help

Feedback

https://learn.microsoft.com/en-us/cli/azure/mysql/flexible-server/import?view=azure-cli-latest
--auto-scale-iops option's default value is defined as two.
Accepted values : Disabled, Enabled
However, the default value for information is Enabled, while the table is Disabled.

This same behavior occurs in the Azure CLI.

Azure Cloud Shell

azure-cli version : 2.79.0

Check Description

az mysql flexible-server import --help

Result
...
--auto-scale-iops   :     Enable or disable the auto scale iops. Default value is
                          Enabled. Allowed values : Disabled, Enabled, Default : 
                          Disabled.
...
Page URL

https://learn.microsoft.com/en-us/cli/azure/mysql/flexible-server/import?view=azure-cli-latest

Content source URL

https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-autogen/Latest-version/latest/mysql/flexible-server/import.yml

Author

@mikefrobbins

Document Id

42af17d3-0a18-58d4-127e-85367da9ef10

Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
4d 7h
Merged PRs (30d)
49

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/azure-cli

All issues in Azure/azure-cli

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.