Skip to content
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

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

Merged
merged 1 commit into from
Feb 21, 2019
Merged

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

merged 1 commit into from
Feb 21, 2019

Conversation

tjprescott
Copy link
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
@@ -27,6 +27,6 @@ def load_command_table(self, _):
g.custom_command('attach', 'attach_to_container')

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
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
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