[RDBMS] az postgres flexible-server index-tuning: Support tuning options operations#30851
[RDBMS] az postgres flexible-server index-tuning: Support tuning options operations#30851
az postgres flexible-server index-tuning: Support tuning options operations#30851Conversation
️✔️AzureCLI-FullTest
|
|
Hi @nasc17, |
❌AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@nasc17 Just FYI, draft PR can't automatically trigger CI. If you don't want to ask me to comment |
Thank you for this note :-) |
|
@evelyn-ys Ready for checks now, thank you |
src/azure-cli/azure/cli/command_modules/rdbms/flexible_server_custom_postgres.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/rdbms/flexible_server_custom_postgres.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/rdbms/flexible_server_custom_postgres.py
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@evelyn-ys Ready for checks now, thank you. Goal is to get in before cut off |
src/azure-cli/azure/cli/command_modules/rdbms/flexible_server_custom_postgres.py
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
…tions operations (Azure#30851) * Add commands for tuning options * New commands and upates for index-tuning group * Lint fix * Testing * Updates from PR * check casing
Related command
az postgres flexible-server index-tuningDescription
Add support for tuning options operations:
Enabling disabling index tuning
Show index tuning state
List tuning settings
Show tunning settings
Set tunning settings
List recommendations
Testing Guide

azdev recording
History Notes
[RDBMS]
az postgres flexible-server index-tuning: Support tuning options operations