Fixed snapshot revert issue
This commit is contained in:
Родитель
00dcd7da73
Коммит
b751291c10
|
@ -13,7 +13,7 @@
|
|||
"version": {
|
||||
"Major": 1,
|
||||
"Minor": 0,
|
||||
"Patch": 1
|
||||
"Patch": 2
|
||||
},
|
||||
"demands": [
|
||||
"java"
|
||||
|
|
|
@ -612,6 +612,10 @@ public class VMWareImpl implements IVMWare {
|
|||
} else {
|
||||
List<VirtualMachineSnapshotTree> childTree = vmSnapshot.getChildSnapshotList();
|
||||
snapshotMor = findSnapshotInTree(childTree, snapshotName);
|
||||
if( snapshotMor != null)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
return snapshotMor;
|
||||
|
|
|
@ -129,6 +129,7 @@ For further information or to resolve issues, contact RM_Customer_Queries at Mic
|
|||
|
||||
| Version | Date | Details |
|
||||
| --------|---------|-------|
|
||||
| 1.0.1 | 11/28/2016 | Fixed an issue in revert snapshot operation
|
||||
| 1.0.0 | 05/24/2016 | Added support for os customization spec, few improvements for deployment readiness |
|
||||
| 0.2.0 | 03/02/2016 | Added support for Shutdown, Power-Off virtual machines & bug fixes. |
|
||||
| 0.1.0 | 02/17/2016 | Added support for Create VM, Snapshot actions, and Delete virtual machines. |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifestVersion": 1,
|
||||
"id": "vmwareapp",
|
||||
"name": "VMware Resource Deployment",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"publisher": "ms-vscs-rm",
|
||||
"description": "Connect to a VMware vCenter Server, and easily provision VMs, and perform actions on them like snapshot, revert snapshot, start, stop etc.",
|
||||
"public": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче