Skip to content

Commit 78228c0

Browse files
committed
Added pipelining to Remove-AzsUserSubscription
1 parent 48727e6 commit 78228c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Licensed under the MIT License. See License.txt in the project root for license
2525
function Remove-AzsUserSubscription {
2626
[CmdletBinding(SupportsShouldProcess = $true)]
2727
param(
28-
[Parameter(Mandatory = $true, Position = 0)]
28+
[Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true, Position = 0)]
2929
[ValidateNotNull()]
3030
[System.Guid]
3131
$SubscriptionId,

0 commit comments

Comments
 (0)