Skip to content

Commit

Permalink
NetworkConfiguration fix for #274
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwilcox committed Oct 22, 2013
1 parent 8ff8661 commit 48c6063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/ComputeManagement/ComputeManagementClient.cs
Expand Up @@ -495,7 +495,7 @@ public ConfigurationSet()
/// </summary>
public static partial class ConfigurationSetTypes
{
public const string NetworkConfigurationSet = "NetworkConfigurationSet";
public const string NetworkConfiguration = "NetworkConfiguration";

public const string WindowsProvisioningConfiguration = "WindowsProvisioningConfiguration";

Expand Down

0 comments on commit 48c6063

Please sign in to comment.