Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sdk/hdinsight/arm-hdinsight/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down
7 changes: 0 additions & 7 deletions sdk/hdinsight/arm-hdinsight/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,13 +722,6 @@ export const DiskEncryptionProperties: msRest.CompositeMapper = {
type: {
name: "String"
}
},
encryptionAtHost: {
serializedName: "encryptionAtHost",
defaultValue: false,
type: {
name: "Boolean"
}
}
}
}
Expand Down