Skip to content

Commit 339357d

Browse files
Merge branch 'sergey-compute' into sergey-compute-class
2 parents b6fbae3 + 646a658 commit 339357d

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
@@ -361,7 +361,7 @@ class VirtualMachine: AzureObject {
361361
}
362362

363363
$vmConfig = New-AzureRmVMConfig -VMName $p.Name -VMSize $this.Size;
364-
$vmComputerName = $p.Name + "Computer";
364+
$vmComputerName = $p.Name;
365365
switch ($vmImage.Type) {
366366
"Windows" {
367367
$vmConfig = $vmConfig | Set-AzureRmVMOperatingSystem `

0 commit comments

Comments
 (0)