Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK changes to support ADLS as option for default storage #2484

Merged
merged 8 commits into from
Nov 16, 2016
Prev Previous commit
Next Next commit
Updated the SDK version used in the User-Agent string
  • Loading branch information
srsiva committed Oct 27, 2016
commit 2f5af9e0b71dde179165ac54fab26fae44fe5499
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ namespace Microsoft.Azure.Management.HDInsight
/// </summary>
internal partial class ClusterOperations : IServiceOperations<HDInsightManagementClient>, IClusterOperations
{
private const string _userAgentString = "ARM SDK v2.0";
private const string _userAgentString = "ARM SDK v2.0.0";

/// <summary>
/// Initializes a new instance of the ClusterOperations class.