Skip to content

Commit 83140bd

Browse files
committed
Merge pull request Azure#1169 from dscsolutions/version-update
Update the default extension handler version to 2.*
2 parents 97a1cc7 + 2fab238 commit 83140bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/DscExtensionCmdletCommonBase.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,17 @@
1515
using System;
1616
using System.Globalization;
1717
using System.Management.Automation;
18-
using Microsoft.Azure.Common.Authentication;
19-
using Microsoft.Azure.Common.Authentication.Models;
2018
using Microsoft.WindowsAzure.Commands.Common.Storage;
2119
using Microsoft.WindowsAzure.Commands.ServiceManagement.Properties;
2220
using Microsoft.WindowsAzure.Commands.Utilities.Common;
2321
using Microsoft.WindowsAzure.Storage.Auth;
24-
using Microsoft.WindowsAzure.Management.Storage;
2522

2623
namespace Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.DSC
2724
{
2825
public static class DscExtensionCmdletCommonBase
2926
{
3027
internal const string VirtualMachineDscExtensionCmdletNoun = "AzureVMDscExtension";
31-
internal static readonly string DefaultExtensionVersion = "1.*";
28+
internal static readonly string DefaultExtensionVersion = "2.*";
3229

3330
/// <summary>
3431
/// Attempts to get the user's credentials from the given Storage Context or the current subscription, if the former is null.

0 commit comments

Comments
 (0)