Skip to content

Commit

Permalink
feat:add support for exporting bringup json from P&P (#272)
Browse files Browse the repository at this point in the history
- Added `Export-VCFManagementDomainJsonSpec` to export json spec for bringup
- Update docs/documentation/functions/json-export/Export-VCFManagementDomainJsonSpec.md

Signed-off-by: Brian O'Connell <brianoc4@gmail.com>
Co-authored-by: Gary Blake <31245616+GaryJBlake@users.noreply.github.com>
  • Loading branch information
LifeOfBrianOC and GaryJBlake committed Feb 22, 2024
1 parent 0a197a6 commit 7f26f98
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Removed the deprecated `Get-VCFNsxEdgeCluster` alias from `Get-VCFEdgeCluster`.
- Removed the deprecated `New-VCFNsxEdgeCluster` alias from `New-VCFEdgeCluster`.
- Refactors `Invoke-VCFCommand` to run commands on SDDC Manager without the need for SSH across PowerShell editions and operating systems.
- Added `Export-VCFManagementDomainJsonSpec` to export the JSON spec required for bringup from the Planning & Preparation Excel workbook.

## v2.4.1

Expand Down
4 changes: 2 additions & 2 deletions PowerVCF.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# Module manifest for module 'PowerVCF'
# Generated by: Broadcom
# Generated on: 2024-02-04
# Generated on: 2024-02-21

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PowerVCF.psm1'

# Version number of this module.
ModuleVersion = '2.5.0.1006'
ModuleVersion = '2.5.0.1007'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 7f26f98

Please sign in to comment.