File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ function New-ServiceNowIncident{
163163 {
164164 $newServiceNowTableEntrySplat.Add (' Connection' , $Connection )
165165 }
166- elseif ($null -ne $PSBoundParameters.Credential -and $null -ne $PSBoundParameters.ServiceNowURL )
166+ elseif ($null -ne $PSBoundParameters.ServiceNowCredential -and $null -ne $PSBoundParameters.ServiceNowURL )
167167 {
168168 $newServiceNowTableEntrySplat.Add (' ServiceNowCredential' , $ServiceNowCredential )
169169 $newServiceNowTableEntrySplat.Add (' ServiceNowURL' , $ServiceNowURL )
Original file line number Diff line number Diff line change 1212RootModule = ' ServiceNow.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.5.2 '
15+ ModuleVersion = ' 1.5.3 '
1616
1717# ID used to uniquely identify this module
1818GUID = ' b90d67da-f8d0-4406-ad74-89d169cd0633'
@@ -122,6 +122,8 @@ PrivateData = @{
122122
123123
124124
125+
126+
125127
126128
127129
You can’t perform that action at this time.
0 commit comments