Skip to content

Commit eb8d0d4

Browse files
committed
dont validate url on new session
1 parent b6bd572 commit eb8d0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ServiceNow/Public/New-ServiceNowSession.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ function New-ServiceNowSession {
6868

6969
param(
7070
[Parameter(Mandatory)]
71-
[ValidateScript( { $_ | Test-ServiceNowURL })]
7271
[Alias('ServiceNowUrl')]
7372
[string] $Url,
7473

0 commit comments

Comments
 (0)