question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add wait/no-wait support to Commands

See original GitHub issue

PR #1463 added support for the ... wait command for select command groups and the --no-wait option for several long-running operations in those groups. This issue is for identifying and tracking which commands still need this functionality exposed. Please nominate additional commands to be given wait/no-wait capability in the comments.

Needed

  • acr repository delete
  • postgres server firewall-rule create/delete
  • provider register [issue #1910] (from @yugangw-msft we probably can live with it, as it is not a common op)
  • storage file|blob copy (i.e. wait until a copy operation is finished) [issue #1787]

Completed

  • sql server create (PR #9022)
  • cdn endpoint purge (PR #8792)
  • container start/restart (PR #8600)
  • snapshot create (PR #7836)
  • local-gateway create/update/delete (PR #2524)
  • express-route create/update/delete (PR #2524)
  • vnet-gateway create/update/delete (PR #2524)
  • vmss create/update/delete/start/stop/deallocate/… (PR #2524)
  • vm delete/deallocate/start/stop/… (PR #2524)
  • vm user (PR #2524)
  • vm create/update (PR #1463)
  • group delete (PR #1463)
  • group deployment create (PR #1463)
  • application-gateway create/update/delete (PR #1463)
  • vnet-gateway create/update (PR #1463)
  • az disk commands (PR #3390)
  • network nic create (PR #6684)
  • vm extension set (PR #6684)
  • group deployment delete (PR #6684)

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:26 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
adamrushukcommented, Jun 11, 2020

Please add --no-wait support for az image delete?

2reactions
mrx88commented, Dec 10, 2017

I would really like to get --no-wait for “az network nic create” and “am vm extension set” commands.

Read more comments on GitHub >

github_iconTop Results From Across the Web

WAIT and NOWAIT - MariaDB Knowledge Base
The lock wait timeout can be explicitly set in the statement by using either WAIT n (to set the wait in seconds) or...
Read more >
Specifying whether to wait for command completion - IBM
WAIT and NOWAIT are mutually exclusive, optional parameters to specify whether you want to wait for the HSENDCMD requested function command to complete ......
Read more >
wait/nowait option of the lock table command
The lock table command contains a wait/nowait option that allows you to specify the length of time the command waits until operations in...
Read more >
Add 'nowait' flag for User Paramters - ZABBIX Forums
This worked great. Now, I need to move that command into a user parameter, however, I don't see a way to tell the...
Read more >
How Wait Method work in PowerShell? (Examples) - eduCBA
Some commands like Start-Sleep and timeout, just pause the script but don't ... There are many Wait cmdlets in PowerShell and supported Wait...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found