Skip to content

Commit 55a1f45

Browse files
committed
Workaround for backward compat, aliasing InputObject to Subscription in Set-AzsUserSubscription
1 parent 95847de commit 55a1f45

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/StackAdmin/Azs.Subscriptions.Admin/Module/Azs.Subscriptions.Admin/Generated.PowerShell.Commands/SwaggerPathCommands/Set-AzsUserSubscription.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function Set-AzsUserSubscription {
106106
$ResourceId,
107107

108108
[Parameter(Mandatory = $true, ValueFromPipeline = $true, ParameterSetName = 'InputObject')]
109+
[Alias('Subscription')]
109110
[Microsoft.AzureStack.Management.Subscriptions.Admin.Models.Subscription]
110111
$InputObject
111112
)

0 commit comments

Comments
 (0)