From 4fee466cc8a2d4407bc0a952734e0b5ad7e8071d Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 14 Jul 2019 20:34:53 -0400 Subject: [PATCH] Add Mocks for New-Map --- Tests/Private/Mocks/ProtectedVMs.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Tests/Private/Mocks/ProtectedVMs.json diff --git a/Tests/Private/Mocks/ProtectedVMs.json b/Tests/Private/Mocks/ProtectedVMs.json new file mode 100644 index 0000000..cf4924b --- /dev/null +++ b/Tests/Private/Mocks/ProtectedVMs.json @@ -0,0 +1,15 @@ +[ + { + "VMname": "ExchangeMailbox", + "VMIdentifier": "vmid.12" + }, + { + "VMName": "ExchangeApplication", + "VmIdentifier": "vmid.13" + }, + { + "VMName": "ExchangeWeb", + "VmIdentifier": "vmid.14" + } +] +