tests/fixtures/edge-case-empty-collections.json

[
  {
    "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg-edge/providers/Microsoft.Compute/virtualMachines/vm-nodisk-01",
    "name": "vm-nodisk-01",
    "type": "microsoft.compute/virtualmachines",
    "tenantId": "22222222-2222-2222-2222-222222222222",
    "kind": "",
    "location": "eastus",
    "resourceGroup": "rg-edge",
    "subscriptionId": "11111111-1111-1111-1111-111111111111",
    "managedBy": "",
    "sku": null,
    "plan": null,
    "identity": null,
    "zones": null,
    "extendedLocation": null,
    "tags": {},
    "properties": {
      "provisioningState": "Succeeded",
      "hardwareProfile": { "vmSize": "Standard_D2s_v5" },
      "storageProfile": {
        "osDisk": { "osType": "Windows", "diskSizeGB": 127 },
        "dataDisks": [],
        "imageReference": { "publisher": "MicrosoftWindowsServer", "offer": "WindowsServer", "sku": "2022-datacenter", "version": "latest" }
      },
      "osProfile": { "computerName": "vm-nodisk-01", "adminUsername": "azureuser" },
      "networkProfile": { "networkInterfaces": [] },
      "extended": { "instanceView": { "powerState": { "displayStatus": "VM running" } } }
    }
  },
  {
    "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg-edge/providers/Microsoft.Compute/virtualMachines/vm-nodisk-02",
    "name": "vm-nodisk-02",
    "type": "microsoft.compute/virtualmachines",
    "tenantId": "22222222-2222-2222-2222-222222222222",
    "kind": "",
    "location": "eastus",
    "resourceGroup": "rg-edge",
    "subscriptionId": "11111111-1111-1111-1111-111111111111",
    "managedBy": "",
    "sku": null,
    "plan": null,
    "identity": null,
    "zones": null,
    "extendedLocation": null,
    "tags": {},
    "properties": {
      "provisioningState": "Succeeded",
      "hardwareProfile": { "vmSize": "Standard_D2s_v5" },
      "storageProfile": {
        "osDisk": { "osType": "Linux", "diskSizeGB": 30 },
        "dataDisks": [],
        "imageReference": { "publisher": "Canonical", "offer": "0001-com-ubuntu-server-jammy", "sku": "22_04-lts", "version": "latest" }
      },
      "osProfile": { "computerName": "vm-nodisk-02" },
      "networkProfile": { "networkInterfaces": [] },
      "extended": { "instanceView": { "powerState": { "displayStatus": "VM running" } } }
    }
  },
  {
    "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg-edge/providers/Microsoft.Compute/availabilitySets/as-empty",
    "name": "as-empty",
    "type": "microsoft.compute/availabilitysets",
    "tenantId": "22222222-2222-2222-2222-222222222222",
    "kind": "",
    "location": "eastus",
    "resourceGroup": "rg-edge",
    "subscriptionId": "11111111-1111-1111-1111-111111111111",
    "managedBy": "",
    "sku": { "name": "Aligned" },
    "plan": null,
    "identity": null,
    "zones": null,
    "extendedLocation": null,
    "tags": {},
    "properties": {
      "provisioningState": "Succeeded",
      "platformUpdateDomainCount": 5,
      "platformFaultDomainCount": 2,
      "virtualMachines": []
    }
  },
  {
    "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg-edge/providers/Microsoft.KeyVault/vaults/kv-nopolicy",
    "name": "kv-nopolicy",
    "type": "microsoft.keyvault/vaults",
    "tenantId": "22222222-2222-2222-2222-222222222222",
    "kind": "",
    "location": "eastus",
    "resourceGroup": "rg-edge",
    "subscriptionId": "11111111-1111-1111-1111-111111111111",
    "managedBy": "",
    "sku": null,
    "plan": null,
    "identity": null,
    "zones": null,
    "extendedLocation": null,
    "tags": {},
    "properties": {
      "provisioningState": "Succeeded",
      "sku": { "family": "A", "name": "standard" },
      "tenantId": "22222222-2222-2222-2222-222222222222",
      "accessPolicies": [],
      "enableSoftDelete": true,
      "enablePurgeProtection": null,
      "networkAcls": { "ipRules": [], "virtualNetworkRules": [] }
    }
  },
  {
    "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg-edge/providers/Microsoft.Network/virtualNetworks/vnet-nopeerings",
    "name": "vnet-nopeerings",
    "type": "microsoft.network/virtualnetworks",
    "tenantId": "22222222-2222-2222-2222-222222222222",
    "kind": "",
    "location": "eastus",
    "resourceGroup": "rg-edge",
    "subscriptionId": "11111111-1111-1111-1111-111111111111",
    "managedBy": "",
    "sku": null,
    "plan": null,
    "identity": null,
    "zones": null,
    "extendedLocation": null,
    "tags": {},
    "properties": {
      "provisioningState": "Succeeded",
      "addressSpace": { "addressPrefixes": ["10.10.0.0/16"] },
      "subnets": [],
      "virtualNetworkPeerings": [],
      "dhcpOptions": { "dnsServers": [] }
    }
  }
]