Skip to content

Add --no-wait support to various commands#6684

Merged
tjprescott merged 3 commits intoAzure:devfrom
tjprescott:AddNoWait
Jun 29, 2018
Merged

Add --no-wait support to various commands#6684
tjprescott merged 3 commits intoAzure:devfrom
tjprescott:AddNoWait

Conversation

@tjprescott
Copy link
Copy Markdown
Member

Adds --no-wait support to various VM and VMSS extension, NIC and Deployment commands. Adds some wait commands where not previously supported (except VMSS extension, which did not work with generic wait).


This checklist is used to make sure that common guidelines for a pull request are followed.

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • I adhere to the Command Guidelines.

@tjprescott tjprescott added New Command(s) Compute az vm/vmss/image/disk/snapshot Resource Manager-cli Network az network vnet/lb/nic/dns/etc... labels Jun 28, 2018
@tjprescott tjprescott added this to the Sprint 41 milestone Jun 28, 2018
@tjprescott tjprescott requested a review from yugangw-msft June 28, 2018 20:26
@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 29, 2018

Codecov Report

Merging #6684 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##           dev   #6684   +/-   ##
===================================
  Coverage    0%      0%           
===================================
  Files       11      11           
  Lines      145     145           
  Branches    11      11           
===================================
  Misses     145     145

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9139e9...159d481. Read the comment docs.

Copy link
Copy Markdown
Contributor

@yugangw-msft yugangw-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, the rest LGTM

g.command('list', 'list_at_subscription_scope', table_transformer=transform_deployments_list, min_api='2018-05-01')
g.command('show', 'get_at_subscription_scope', exception_handler=empty_on_404)
g.command('delete', 'delete_at_subscription_scope')
g.command('delete', 'delete_at_subscription_scope', supports_no_wait=True)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need a wait command here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for the catch. Yes, I'll add it.

@tjprescott tjprescott merged commit 83e31cb into Azure:dev Jun 29, 2018
@tjprescott tjprescott deleted the AddNoWait branch June 29, 2018 21:03
@mozehgir mozehgir added the ARM az resource/group/lock/tag/deployment/policy/managementapp/account management-group label Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARM az resource/group/lock/tag/deployment/policy/managementapp/account management-group Compute-cli New Command(s) Resource Manager-cli

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants