You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: module/platform/core/PowerNSX/PowerNSX.psd1
+9-9
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#
4
4
# Generated by: Nick Bradford
5
5
#
6
-
# Generated on: 20/08/2018
6
+
# Generated on: 17/2/19
7
7
#
8
8
9
9
@{
@@ -12,7 +12,7 @@
12
12
RootModule='PowerNSX.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='3.0.1116'
15
+
ModuleVersion='3.0.1125'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -36,13 +36,13 @@ It aims to focus on exposing New, Update, Remove and Get operations for all key
36
36
It is unlikely that it will ever expose 100% of the NSX API, but feature requests are welcomed if you find a particular function you require to be lacking.
37
37
PowerNSX is currently a work in progress and is not yet feature complete.'
38
38
39
-
# Minimum version of the Windows PowerShell engine required by this module
39
+
# Minimum version of the PowerShell engine required by this module
40
40
PowerShellVersion='3.0'
41
41
42
-
# Name of the Windows PowerShell host required by this module
42
+
# Name of the PowerShell host required by this module
43
43
# PowerShellHostName = ''
44
44
45
-
# Minimum version of the Windows PowerShell host required by this module
45
+
# Minimum version of the PowerShell host required by this module
46
46
# PowerShellHostVersion = ''
47
47
48
48
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
if ( $PSVersionTable.GitCommitId -ne 'v6.0.0-alpha.18') {
85
-
write-warning "This build of PowerShell core has known issues that affect PowerNSX. The only recommended build of PowerShell Core at this stage is alpha-18."
86
-
if ( $PSVersionTable.PSVersion -ne '6.0.0-alpha') {
87
-
throw "The PowerShell Core Beta has known issues that cause PowerNSX to fail. Refusing to load module."
88
-
}
89
-
}
90
-
}
91
-
92
82
## Define class required for certificate validation override. Version dependant.
93
83
## For whatever reason, this does not work when contained within a function?
94
84
$TrustAllCertsPolicy = @"
@@ -2214,8 +2204,8 @@ Function ValidateSecurityGroupMember {
Copy file name to clipboardexpand all lines: module/platform/desktop/PowerNSX/PowerNSX.psd1
+9-9
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#
4
4
# Generated by: Nick Bradford
5
5
#
6
-
# Generated on: 20/08/2018
6
+
# Generated on: 17/2/19
7
7
#
8
8
9
9
@{
@@ -12,7 +12,7 @@
12
12
RootModule='PowerNSX.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='3.0.1116'
15
+
ModuleVersion='3.0.1125'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -36,13 +36,13 @@ It aims to focus on exposing New, Update, Remove and Get operations for all key
36
36
It is unlikely that it will ever expose 100% of the NSX API, but feature requests are welcomed if you find a particular function you require to be lacking.
37
37
PowerNSX is currently a work in progress and is not yet feature complete.'
38
38
39
-
# Minimum version of the Windows PowerShell engine required by this module
39
+
# Minimum version of the PowerShell engine required by this module
40
40
PowerShellVersion='3.0'
41
41
42
-
# Name of the Windows PowerShell host required by this module
42
+
# Name of the PowerShell host required by this module
43
43
# PowerShellHostName = ''
44
44
45
-
# Minimum version of the Windows PowerShell host required by this module
45
+
# Minimum version of the PowerShell host required by this module
46
46
# PowerShellHostVersion = ''
47
47
48
48
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
0 commit comments