core/utils/dataMappings/azure/disks/disks.json

{
    "az_vm_os_data_disks_cmk_disabled": [
        {
            "translate": {
                "name": "VM Name",
                "location": "Location",
                "os_sse_encryption": "OS SSE Type"
            },
            "table": "Normal",
            "actions":{
                "objectData":{
                    "expand": [
                        "name",
                        "location",
                        "os_sse_encryption"
                    ],
                    "format": "json"
                },
                "showGoToButton":"True",
                "showModalButton":"True"
            }
        }
    ],
    "azure_os_disk_encryption_disabled": [
        {
            "translate": {
                "name": "Disk Name",
                "location": "Location",
                "skuname": "SKU Name",
                "properties.osType": "OS Type",
                "os_disk_encryption": "Encryption"
            },
            "table": "Normal",
            "actions":{
                "objectData":{
                    "expand": [
                        "name",
                        "location",
                        "skuname",
                        "properties.osType",
                        "os_disk_encryption"
                    ],
                    "format": "json"
                },
                "showGoToButton":"True",
                "showModalButton":"True"
            }
        }
    ],
    "unattached_disk_sse_encryption_disabled": [
        {
            "translate": {
                "name": "Disk Name",
                "location": "Location",
                "skuname": "SKU Name",
                "properties.osType": "OS Type",
                "sse_encryption": "SSE Encryption"
            },
            "table": "Normal",
            "actions":{
                "objectData":{
                    "expand": [
                        "name",
                        "location",
                        "skuname",
                        "properties.osType",
                        "sse_encryption"
                    ],
                    "format": "json"
                },
                "showGoToButton":"True",
                "showModalButton":"True"
            }
        }
    ],
    "unattached_disk_encryption_disabled": [
        {
            "translate": {
                "name": "Disk Name",
                "skuname": "SKU Name",
                "location": "Location",
                "ostype": "OS Type",
                "timecreated": "Created time",
                "os_disk_encryption": "Encryption settings"
            },
            "table": "Normal",
            "actions":{
                "objectData":{
                    "expand": [
                        "name",
                        "location",
                        "skuname",
                        "ostype",
                        "timecreated",
                        "os_disk_encryption"
                    ],
                    "format": "json"
                },
                "showGoToButton":"True",
                "showModalButton":"True"
            }
        }
    ]
}