Skip to content

Commit 9f64f19

Browse files
AlitzelMendezazure-sdk
authored andcommitted
Keep migration to new endpoint
1 parent 352c1d8 commit 9f64f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/Create-APIReview.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[CmdletBinding()]
22
Param (
3-
[Parameter(Mandatory=$True)]
4-
[array] $ArtifactList,
53
[Parameter(Mandatory=$False)]
4+
[array] $ArtifactList,
5+
[Parameter(Mandatory=$True)]
66
[string] $ArtifactPath,
77
[string] $SourceBranch,
88
[string] $DefaultBranch,

0 commit comments

Comments
 (0)