From 55d53b92a7e25fc746e554c7a818e008fb27407e Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 25 Dec 2020 06:22:38 +0000 Subject: [PATCH] CodeGen from PR 12219 in Azure/azure-rest-api-specs Merge 611e4fb8d7d1bbdb17b64fee9096f7241e5f3992 into 17644ece49ba916dbb76b9705903165792ba0d62 --- .../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 +}