Skip to content

Commit 07b13d7

Browse files
author
Hovsep Mkrtchyan
committed
Addressed review feedback.
1 parent d843ad1 commit 07b13d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Commands.ResourceManager.Profile/Tenant/GetAzureRMTenant.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace Microsoft.Azure.Commands.Profile
2727
[OutputType(typeof(List<AzureTenant>))]
2828
public class GetAzureRMTenantCommand : AzureRMCmdlet
2929
{
30+
[Parameter(Mandatory = false, Position = 0, ValueFromPipelineByPropertyName = true)]
3031
[Alias("Domain")]
3132
[ValidateNotNullOrEmpty]
3233
public string Tenant { get; set; }

0 commit comments

Comments
 (0)