Skip to content

Commit 9fae049

Browse files
committed
Conflicts: src/ResourceManager/Compute/Commands.Compute/Extension/DSC/PublishAzureVMDscConfigurationCommand.cs src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/PublishAzureVMDscConfiguration.cs src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/SetAzureVMDscExtension.cs src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml
2 parents 8c4427c + 3b5d5f6 commit 9fae049

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

src/ResourceManager/Compute/Commands.Compute/Extension/DSC/PublishAzureVMDscConfigurationCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.Azure.Commands.Compute.Common;
1+
using Microsoft.Azure.Commands.Compute.Common;
22
using Microsoft.Azure.Common.Authentication.Models;
33
using Microsoft.WindowsAzure.Commands.Common.Extensions.DSC;
44
using Microsoft.WindowsAzure.Commands.Common.Extensions.DSC.Publish;
@@ -153,3 +153,4 @@ public override void ExecuteCmdlet()
153153
}
154154
}
155155
}
156+

src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using AutoMapper;
1+
using AutoMapper;
22
using Microsoft.Azure.Commands.Compute.Common;
33
using Microsoft.Azure.Commands.Compute.Models;
44
using Microsoft.Azure.Common.Authentication.Models;
@@ -435,3 +435,4 @@ private class ConfigurationUris
435435
}
436436
}
437437
}
438+

src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13040,4 +13040,4 @@ Set-AzureVMSourceImage -VM $vm -Name $img -DestinationVhdsContainer $vhdContaine
1304013040
<maml:relatedLinks>
1304113041
</maml:relatedLinks>
1304213042
</command:command>
13043-
</helpItems>
13043+
</helpItems>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ private void ExecuteCommand()
161161
}
162162
}
163163
}
164+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,4 @@ private void CreateConfiguration()
388388
}
389389
}
390390
}
391+

src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35947,4 +35947,4 @@ Get-AzureVM -ServiceName service -Name vmName| Set-AzureVMSqlServerExtension -D
3594735947
</command:command>
3594835948

3594935949

35950-
</helpItems>
35950+
</helpItems>

0 commit comments

Comments
 (0)