Skip to content

Commit 3de5d1e

Browse files
committed
Correcting merge error
1 parent d3d7a9a commit 3de5d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Profile/Commands.Profile/Subscription/GetAzureRMSubscription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected override void ProcessRecord()
7575
{
7676
if (!this._client.TryGetSubscriptionByName(tenant, this.SubscriptionName, out result))
7777
{
78-
ThrowSubscriptionNotFoundError(this.Tenant, this.SubscriptionName);
78+
ThrowSubscriptionNotFoundError(this.TenantId, this.SubscriptionName);
7979
}
8080

8181
WriteObject(result);

0 commit comments

Comments
 (0)