[HDInsight] Add two commands to support hdinsight node reboot feature#14005
[HDInsight] Add two commands to support hdinsight node reboot feature#14005
Conversation
|
HDInsight |
mmyyrroonn
left a comment
There was a problem hiding this comment.
Could you add tests for these two commands?
ba48d1d to
2957b4e
Compare
Hi @myronfanqiu I have added the related tests. Could you please review again? |
There was a problem hiding this comment.
The name of this argument is a little bit confusing for me. Should we add options_list for it?
There was a problem hiding this comment.
The name of this argument is a little bit confusing for me. Should we add
options_listfor it?
Updated
|
@haroldrandom @Juliehzl Please review this PR as the code onwer. |
There was a problem hiding this comment.
If support no wait, could we add wait command to wait till condition matched?
There was a problem hiding this comment.
If support no wait, could we add wait command to wait till condition matched?
Hi @Juliehzl Thanks for reminder. I have added the wait command.
Add two commands: az hdinsight host list and az hdinsight host restart
b5315c1 to
6327623
Compare
6327623 to
3dbfb7e
Compare
Description
Add two commands:
az hdinsight host listto support list the hosts of the HDInsight clusteraz hdinsight host restartto support restart specific hosts of the HDInsight clusterTesting Guide
History Notes
az hdinsight host listto support list the hosts of the HDInsight clusteraz hdinsight host restartto support restart specific hosts of the HDInsight clusterThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.