Skip to content

[Container] Support --no-wait on container start/restart.#8600

Merged
tjprescott merged 1 commit intoAzure:devfrom
tjprescott:ContainerNoWait
Feb 21, 2019
Merged

[Container] Support --no-wait on container start/restart.#8600
tjprescott merged 1 commit intoAzure:devfrom
tjprescott:ContainerNoWait

Conversation

@tjprescott
Copy link
Copy Markdown
Member

Issue #1528.


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 the Container Instances az container label Feb 21, 2019
@tjprescott tjprescott added this to the Sprint 56 milestone Feb 21, 2019
@tjprescott tjprescott requested a review from adewaleo February 21, 2019 18:14
with self.command_group('container', container_group_sdk) as g:
g.command('restart', 'restart')
g.command('restart', 'restart', supports_no_wait=True)
g.command('stop', 'stop')
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.

Stop doesn't need a no wait?

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.

No. As far as I can tell, it is never long-running.

@tjprescott tjprescott merged commit 76fff9a into Azure:dev Feb 21, 2019
@tjprescott tjprescott deleted the ContainerNoWait branch February 21, 2019 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants