Skip to content

Commit

Permalink
Merge branch 'sergey-compute' into sergey-compute-class
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Sep 18, 2017
2 parents b6fbae3 + 646a658 commit 339357d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = ".\AzureRM.Compute.Experiments.psm1"

# Version number of this module.
ModuleVersion = '1.0.6'
ModuleVersion = '1.0.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class VirtualMachine: AzureObject {
}

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

0 comments on commit 339357d

Please sign in to comment.