Skip to content

Commit 5ef07b2

Browse files
author
Hovsep Mkrtchyan
committed
Fixing build breaks. Episode 2.
1 parent 441d872 commit 5ef07b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/AzureHDInsightCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ protected AzureSubscription GetCurrentSubscription(string Subscription, X509Cert
152152

153153
return testSubscription;
154154
#else
155-
return this.Context.Subscription;
155+
return this.Profile.Context.Subscription;
156156
#endif
157157
}
158158
}

0 commit comments

Comments
 (0)