From 4c2a2b12568a328480663ded7d3088acc109e7a2 Mon Sep 17 00:00:00 2001 From: Karuna Sagar Krishna Date: Tue, 8 Dec 2020 18:12:00 -0800 Subject: [PATCH] Update listHosts response to include new optional properties added for BYOK auto rotation (#11966) Co-authored-by: karuna --- .../stable/2018-06-01-preview/virtualMachines.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/virtualMachines.json b/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/virtualMachines.json index 4db9dc3a68d9..dfb4be455bcc 100644 --- a/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/virtualMachines.json +++ b/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/virtualMachines.json @@ -136,6 +136,14 @@ "name": { "description": "The host name", "type": "string" + }, + "fqdn": { + "description": "The Fully Qualified Domain Name of host", + "type": "string" + }, + "effectiveDiskEncryptionKeyUrl": { + "description": "The effective disk encryption key URL used by the host", + "type": "string" } }, "readOnly": true