Skip to content

Commit 26c1ffe

Browse files
committed
Update compute definiton
2 parents 7fb9bc3 + 646a658 commit 26c1ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiments/Compute.Experiments/AzureRM.Compute.Experiments.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = ".\AzureRM.Compute.Experiments.psm1"
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.6'
15+
ModuleVersion = '1.0.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

experiments/Compute.Experiments/AzureRM.Compute.Experiments.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class VirtualMachine: AzureObject {
315315
}
316316

317317
$vmConfig = New-AzureRmVMConfig -VMName $p.Name -VMSize $this.Size;
318-
$vmComputerName = $p.Name + "Computer";
318+
$vmComputerName = $p.Name;
319319
switch ($vmImage.Type) {
320320
"Windows" {
321321
$vmConfig = $vmConfig | Set-AzureRmVMOperatingSystem `

0 commit comments

Comments
 (0)