Skip to content

Commit

Permalink
Generated from 36678c09acccdd34b48dc4be6c107b3923124225
Browse files Browse the repository at this point in the history
revert breaking changes and add a comment
  • Loading branch information
SDK Automation committed Jun 24, 2020
1 parent b0017a7 commit 888f473
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/compute/arm-compute/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5295,6 +5295,11 @@ export interface DiskEncryptionSet extends Resource {
* disk encryption set update resource.
*/
export interface DiskEncryptionSetUpdate {
/**
* Possible values include: 'EncryptionAtRestWithPlatformKey', 'EncryptionAtRestWithCustomerKey',
* 'EncryptionAtRestWithPlatformAndCustomerKeys'
*/
encryptionType?: EncryptionType;
activeKey?: KeyVaultAndKeyReference;
/**
* Resource tags
Expand Down
6 changes: 6 additions & 0 deletions sdk/compute/arm-compute/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8152,6 +8152,12 @@ export const DiskEncryptionSetUpdate: msRest.CompositeMapper = {
name: "Composite",
className: "DiskEncryptionSetUpdate",
modelProperties: {
encryptionType: {
serializedName: "properties.encryptionType",
type: {
name: "String"
}
},
activeKey: {
serializedName: "properties.activeKey",
type: {
Expand Down

0 comments on commit 888f473

Please sign in to comment.