-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: Update Publish-* cmdlets to support json generation #77
Conversation
Signed-off-by: bhumitra nagar <[email protected]>
Signed-off-by: bhumitra nagar <[email protected]>
…ell-module-for-vmware-cloud-foundation-reporting into dev-bn-issue-37 Signed-off-by: bhumitra nagar <[email protected]>
@bhumitra, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
Closing in favor of #79. |
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.
Summary of Pull Request
Updated Publish-* cmdlets to support json generation for -
Publish-BackupStatus
Publish-NsxtTransportNodeStatus
Publish-NsxtTier0BgpStatus
Publish-SnapshotStatus
Publish-LocalUserExpiry
Publish-StorageCapacityHealth
Added 2 new methods -
Publish-NsxtHealthNonSOS
Publish-ComponentConnectivityHealthNonSOS
Type of Pull Request
Please describe:
Related to Existing Issues
#37
Issue Number: 37
Test and Documentation Coverage
Breaking Changes?
New if/else path has been added to these cmdlets. if called using -jsonOutput, then json is generated. Else, the functionality is the same as before. I have tested the functionality and it works fine.