Fixed no snapshot found error mistype (#481)
Signed-off-by: Dan Acristinii <dan.acristinii@roche.com>
This commit is contained in:
@@ -5128,7 +5128,7 @@ function Get-HVPoolProvisioningData {
|
|||||||
$snapshotList = $baseImageSnapshot_helper.BaseImageSnapshot_List($services,$parentVmObj.id)
|
$snapshotList = $baseImageSnapshot_helper.BaseImageSnapshot_List($services,$parentVmObj.id)
|
||||||
$snapshotVmObj = $snapshotList | Where-Object { $_.name -eq $snapshotVM }
|
$snapshotVmObj = $snapshotList | Where-Object { $_.name -eq $snapshotVM }
|
||||||
if ($null -eq $snapshotVmObj) {
|
if ($null -eq $snapshotVmObj) {
|
||||||
throw "No sanpshot found with Name: [$snapshotVM]"
|
throw "No snapshot found with Name: [$snapshotVM]"
|
||||||
}
|
}
|
||||||
$vmObject.Snapshot = $snapshotVmObj.id
|
$vmObject.Snapshot = $snapshotVmObj.id
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user