Skip to content

Commit f0b38ce

Browse files
authored
Merge pull request #6806 from caross/testMoveCmd
Test move subscriptios have incorrect parameter bindings.
2 parents 1355933 + a21a6a6 commit f0b38ce

File tree

1 file changed

+1
-1
lines changed
  • src/StackAdmin/Azs.Subscriptions.Admin/Module/Azs.Subscriptions.Admin/Generated.PowerShell.Commands/SwaggerPathCommands

1 file changed

+1
-1
lines changed

src/StackAdmin/Azs.Subscriptions.Admin/Module/Azs.Subscriptions.Admin/Generated.PowerShell.Commands/SwaggerPathCommands/Test-AzsMoveSubscription.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Licensed under the MIT License. See License.txt in the project root for license
3434
#>
3535
function Test-AzsMoveSubscription
3636
{
37-
[CmdletBinding(DefaultParameterSetName='Subscriptions_MoveSubscriptions')]
37+
[CmdletBinding(DefaultParameterSetName='Subscriptions_ValidateMoveSubscriptions')]
3838
param(
3939
[Parameter(Mandatory = $false)]
4040
[System.String]

0 commit comments

Comments
 (0)