-
Notifications
You must be signed in to change notification settings - Fork 40
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
Added Azure Stack HCI relevant data collection: #178
base: dev
Are you sure you want to change the base?
Conversation
Stretch cluster ( ger-srpartnership and other replica related cmdlets) Hyper-V (Get-VMHost) Get-AzureStackHCI
@Mihaly7 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree |
@Mihaly7 the command you issued was incorrect. Please try again. Examples are:
and
|
@Mihaly7 Can you test that your changes work in constrained language mode? What environment are you testing your changes on? (Hub, ASZ, etc.) |
AZHCI 22H2 4 Nodes Stretch cluster in a virtual environment. |
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.
On line 1987, add -InitializationScript $CommonFunc. If not, then the job will not recognize the Show-Warning function.
Stretch cluster ( ger-srpartnership and other replica related cmdlets) Hyper-V (Get-VMHost)
Get-AzureStackHCI
PR Summary
SDDC is not prepared for stretch cluster scenarios.
In order to cover it, added
Get-SRPartnership
Get-SRGroup
Get-SRnetworkconstraint
Get-ClusterFaultDomain
Added Get-SMBBandwidthLimit To generic commands.
Also added 2 Hyper-V related cmdlets
Get-VMhost
Get-VMNetworkadapterIsolation
PR Context