[RDBMS] az postgres flexible-server create/db create: Add validation for database name#31392
[RDBMS] az postgres flexible-server create/db create: Add validation for database name#31392
az postgres flexible-server create/db create: Add validation for database name#31392Conversation
️✔️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>
|
|
@evelyn-ys please review |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
az postgres flexible-server create, az postgres flexible-server db create: BUG FIX, Validation for database nameaz postgres flexible-server create/db create: Add validation for database name
|
@evelyn-ys the tests failures seem out of our scope. Please advise what should be done here |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
az postgres flexible-server createaz postgres flexible-server db createDescription
RegExp = /^[a-zA-Z_][a-zA-Z0-9_]{0,30}$/
Database name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores. Database name length must be less than 32 characters.
Testing Guide
Manually
History Notes
[RDBMS]
az postgres flexible-server create/db create: Add validation for database name