Skip to content

Commit f048cbd

Browse files
truptishetJoshLove-msft
authored andcommitted
Changes in shippingAddress and encryptionPreferences as a part of S360 (Azure#23332)
* Changes in get call * Changes in get call * Changes in get call * Changes * Hardware encryption changes
1 parent 4a58ef2 commit f048cbd

File tree

1 file changed

+30
-0
lines changed
  • specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01

1 file changed

+30
-0
lines changed

specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,6 +3582,28 @@
35823582
]
35833583
},
35843584
"default": "Disabled"
3585+
},
3586+
"hardwareEncryption": {
3587+
"description": "Defines Hardware level encryption (Only for disk)",
3588+
"enum": [
3589+
"Enabled",
3590+
"Disabled"
3591+
],
3592+
"type": "string",
3593+
"x-ms-enum": {
3594+
"name": "HardwareEncryption",
3595+
"modelAsExtensible": true,
3596+
"values": [
3597+
{
3598+
"value": "Enabled",
3599+
"description": "Hardware-based encryption is enabled."
3600+
},
3601+
{
3602+
"value": "Disabled",
3603+
"description": "Hardware-based encryption is enabled."
3604+
}
3605+
]
3606+
}
35853607
}
35863608
}
35873609
},
@@ -5728,6 +5750,14 @@
57285750
]
57295751
},
57305752
"default": "None"
5753+
},
5754+
"skipAddressValidation": {
5755+
"type": "boolean",
5756+
"description": "Flag to indicate if customer has chosen to skip default address validation"
5757+
},
5758+
"taxIdentificationNumber": {
5759+
"type": "string",
5760+
"description": "Tax Identification Number"
57315761
}
57325762
}
57335763
},

0 commit comments

Comments
 (0)