From 51e519bc050d52a334e233568d9fb1b2189b1e5c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 28 Dec 2020 07:46:09 +0000 Subject: [PATCH] CodeGen from PR 12219 in Azure/azure-rest-api-specs Merge 9e54a70e338f6e1c2608b990da911caa6c0d9c89 into 634a693f7a4d4b61d767f9fd0b22c7fb619e1f8b --- .../Microsoft.HDInsight.json | 2 +- .../Microsoft.HDInsight.json | 20 +++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/schemas/2015-03-01-preview/Microsoft.HDInsight.json b/schemas/2015-03-01-preview/Microsoft.HDInsight.json index 7787d11d71..8dfd130171 100644 --- a/schemas/2015-03-01-preview/Microsoft.HDInsight.json +++ b/schemas/2015-03-01-preview/Microsoft.HDInsight.json @@ -1408,4 +1408,4 @@ "description": "The virtual network properties." } } -} \ No newline at end of file +} diff --git a/schemas/2018-06-01-preview/Microsoft.HDInsight.json b/schemas/2018-06-01-preview/Microsoft.HDInsight.json index f6c61d75fa..a66ff9c756 100644 --- a/schemas/2018-06-01-preview/Microsoft.HDInsight.json +++ b/schemas/2018-06-01-preview/Microsoft.HDInsight.json @@ -850,7 +850,12 @@ }, "Componentsc51ht8schemasclusteridentitypropertiesuserassignedidentitiesadditionalproperties": { "type": "object", - "properties": {} + "properties": { + "tenantId": { + "type": "string", + "description": "The tenant id of user assigned identity." + } + } }, "ComputeIsolationProperties": { "type": "object", @@ -1125,6 +1130,17 @@ ], "description": "The data disks groups for the role." }, + "encryptDataDisks": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Indicates whether encrypt the data disks." + }, "hardwareProfile": { "oneOf": [ { @@ -1440,4 +1456,4 @@ "description": "The virtual network properties." } } -} \ No newline at end of file +}