{POSTGRESQL} Reformat command files for clarity#32915
{POSTGRESQL} Reformat command files for clarity#32915
Conversation
️✔️AzureCLI-FullTest
|
❌AzureCLI-BreakingChangeTest
Please submit your Breaking Change Pre-announcement ASAP if you haven't already. Please note:
|
|
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>
|
|
@nasc17 Might be a good idea to rerun all tests and update the recordings to make sure all previous tests pass. This is a big refactor. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Hi @calvinhzy I ran my branch through our E2E pipeline to confirm the refactor does not introduce regressions. Do not believe recording tests are necessary due to no change being made in call signatures. However I believe my last commit should fix the check failure that was occurring. Please retrigger pipeline. |
|
Please fix the style as well. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@nasc17 please fix style check |
Thank you forgot to add in suppression in file |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
Description
Break down postgresql\flexible_server_custom_postgres.py to have commands separated by groups.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.