Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Publish 1194
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoghlan committed May 10, 2021
1 parent a884b25 commit b5b142e
Show file tree
Hide file tree
Showing 7 changed files with 27,877 additions and 26,882 deletions.
1,059 changes: 559 additions & 500 deletions doc/index.html

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions module/platform/core/PowerNSX/PowerNSX.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Nick Bradford
#
# Generated on: 13/11/19
# Generated on: 10/5/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PowerNSX.psm1'

# Version number of this module.
ModuleVersion = '3.0.1174'
ModuleVersion = '3.0.1192'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -49,7 +49,7 @@ PowerShellVersion = '3.0'
DotNetFrameworkVersion = '4.0'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
# ClrVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
Expand Down Expand Up @@ -106,9 +106,10 @@ FunctionsToExport = 'Add-XmlElement', 'Format-Xml', 'Invoke-NsxRestMethod',
'Get-NsxEdgeInterfaceAddress', 'Add-NsxEdgeInterfaceAddress',
'Remove-NsxEdgeInterfaceAddress', 'Get-NsxEdge', 'New-NsxEdge',
'Repair-NsxEdge', 'Set-NsxEdge', 'Remove-NsxEdge', 'Get-NsxEdgeStatus',
'Enable-NsxEdgeSsh', 'Disable-NsxEdgeSsh', 'Set-NsxEdgeNat',
'Get-NsxEdgeNat', 'Get-NsxEdgeNatRule', 'New-NsxEdgeNatRule',
'Remove-NsxEdgeNatRule', 'Set-NsxEdgeFirewall', 'Get-NsxEdgeFirewall',
'Enable-NsxEdgeSsh', 'Disable-NsxEdgeSsh', 'Enable-NsxEdgeFips',
'Disable-NsxEdgeFips', 'Set-NsxEdgeNat', 'Get-NsxEdgeNat',
'Get-NsxEdgeNatRule', 'New-NsxEdgeNatRule', 'Remove-NsxEdgeNatRule',
'Set-NsxEdgeFirewall', 'Get-NsxEdgeFirewall',
'Get-NsxEdgeFirewallRule', 'New-NsxEdgeFirewallRule',
'Set-NsxEdgeFirewallRule', 'Remove-NsxEdgeFirewallRule',
'Get-NsxEdgeCsr', 'New-NsxEdgeCsr', 'Remove-NsxEdgeCrl',
Expand Down Expand Up @@ -272,6 +273,15 @@ PrivateData = @{
# ReleaseNotes of this module
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false

# External dependent modules of this module
# ExternalModuleDependencies = @()

} # End of PSData hashtable

} # End of PrivateData hashtable
Expand Down
Loading

0 comments on commit b5b142e

Please sign in to comment.