-
Notifications
You must be signed in to change notification settings - Fork 4k
[HDInsight] Support Node Reboot feature #12124
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
Conversation
1. Get-AzHDInsightHost to Get the hosts of the cluster 2. Restart-AzHDInsightHost to restart the specific hosts of the cluster
@@ -133,7 +134,7 @@ PrivateData = @{ | |||
# IconUri = '' | |||
|
|||
# ReleaseNotes of this module | |||
ReleaseNotes = '* Supported Customer-managed key disk encryption.' | |||
ReleaseNotes = '* Supported list hosts and restart hosts of the cluster' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
release note will be handled every release, please revert this line #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- | ||
external help file: Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll-Help.xml | ||
Module Name: Az.HDInsight | ||
online version: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add online version #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- | ||
external help file: Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll-Help.xml | ||
Module Name: Az.HDInsight | ||
online version: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add online version #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clock1 |
Add two cmdlets:
The related cmdlets' design review is here
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added