Skip to content

Add the ability to pass a different versions data url to Test-ScriptVersion#819

Merged
lusassl-msft merged 3 commits into
mainfrom
lusassl-scriptvershortlink
Dec 18, 2021
Merged

Add the ability to pass a different versions data url to Test-ScriptVersion#819
lusassl-msft merged 3 commits into
mainfrom
lusassl-scriptvershortlink

Conversation

@lusassl-msft
Copy link
Copy Markdown
Contributor

Description:
This PR will add the ability to pass a different version check url to the Test-ScriptVersion.ps1 helper function.

Copy link
Copy Markdown
Member

@bill-long bill-long left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PS C:\> function Test($Param1 = "foo") { $Param1 }
PS C:\> Test
foo
PS C:\> Test -Param1 "bar"
bar
PS C:\>

Comment thread Shared/Test-ScriptVersion.ps1 Outdated
Comment thread Shared/Test-ScriptVersion.ps1 Outdated
@lusassl-msft lusassl-msft merged commit 25bf20c into main Dec 18, 2021
@lusassl-msft lusassl-msft deleted the lusassl-scriptvershortlink branch December 18, 2021 17:38
@dpaulson45 dpaulson45 added Enhancement New feature or request Health Checker labels Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request Health Checker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants