-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command to wait for SQL Server state fails #12313
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureSQLGitHub |
az sql |
Any update on this? |
Error:
Code:
|
Caused by #12154 |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure |
SQL server does not use provisioning state. Please fix this bug and implement automated test for |
Any update on this? |
Fixed the regression with #12532 From the
Since For now you may use custom query
|
@valterc Apologies for the late reply. This github thread has been open for quite sometime. Could you please let us know if you are still looking for some assistance on this issue ? |
I haven't used that command in a while, not sure if the problem still remains. If it was fixed or if there's no more reports I guess it could be closed. Thank you. |
Describe the bug
Using Azure CLI to wait for a SQL Server state fails with the following stack trace:
Command Name
az sql server wait
Errors:
To Reproduce:
Steps to reproduce the behavior:
az login
az account set --subscription {}
az sql server wait --name {} --resource-group {} --created
Expected Behavior
Command waits for a few seconds or returns immediately with no errors.
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: