From ead15787913defdff4050389ef417ebb7f8db1b3 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 9 Jul 2020 06:12:22 +0000 Subject: [PATCH] Generated from 405f7523137f6fe800fb588a00c800120cc45934 Remove encryptionAtHost property --- sdk/hdinsight/arm-hdinsight/src/models/index.ts | 4 ---- sdk/hdinsight/arm-hdinsight/src/models/mappers.ts | 7 ------- 2 files changed, 11 deletions(-) diff --git a/sdk/hdinsight/arm-hdinsight/src/models/index.ts b/sdk/hdinsight/arm-hdinsight/src/models/index.ts index 80303444b208..f5a9f336792f 100644 --- a/sdk/hdinsight/arm-hdinsight/src/models/index.ts +++ b/sdk/hdinsight/arm-hdinsight/src/models/index.ts @@ -423,10 +423,6 @@ export interface DiskEncryptionProperties { * Resource ID of Managed Identity that is used to access the key vault. */ msiResourceId?: string; - /** - * Indicates whether or not resource disk encryption is enabled. Default value: false. - */ - encryptionAtHost?: boolean; } /** diff --git a/sdk/hdinsight/arm-hdinsight/src/models/mappers.ts b/sdk/hdinsight/arm-hdinsight/src/models/mappers.ts index 7203825e0563..958c2d47b7ce 100644 --- a/sdk/hdinsight/arm-hdinsight/src/models/mappers.ts +++ b/sdk/hdinsight/arm-hdinsight/src/models/mappers.ts @@ -722,13 +722,6 @@ export const DiskEncryptionProperties: msRest.CompositeMapper = { type: { name: "String" } - }, - encryptionAtHost: { - serializedName: "encryptionAtHost", - defaultValue: false, - type: { - name: "Boolean" - } } } }