Skip to content

Commit e15a2dc

Browse files
author
Hovsep Mkrtchyan
committed
Fixing CI build breaks
1 parent 503fd0d commit e15a2dc

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.CurrentContext.Subscription;
155+
return this.Context.Subscription;
156156
#endif
157157
}
158158
}

0 commit comments

Comments
 (0)