From 41766a1d75a0111ed8cf983253673b95319fa57b Mon Sep 17 00:00:00 2001 From: Trupti Shet Date: Wed, 29 Mar 2023 02:19:53 +0530 Subject: [PATCH 1/5] Changes in get call --- .../Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json index 4287f8d27ba0..94ae8794ef40 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json @@ -116,7 +116,9 @@ "country": "US", "postalCode": "94107", "companyName": "Microsoft", - "addressType": "Commercial" + "addressType": "Commercial", + "skipAddressValidation": true, + "taxIdentificationNumber": "" }, "deliveryPackage": { "carrierName": "", From 7ca27fe413b41c12572da496c19c52b5cd56d7b2 Mon Sep 17 00:00:00 2001 From: Trupti Shet Date: Wed, 29 Mar 2023 12:24:10 +0530 Subject: [PATCH 2/5] Changes in get call --- .../Microsoft.DataBox/stable/2022-12-01/databox.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json index f646d58caf00..950d7f1c4465 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json @@ -5681,6 +5681,15 @@ ] }, "default": "None" + }, + "skipAddressValidation": { + "type": "boolean", + "description": "Flag to indicate if customer has chosen to skip default address validation", + "nullable": true + }, + "taxIdentificationNumber": { + "type": "string", + "description": "Tax Identification Number" } } }, From 5426265b0d92bb4ac5860abea9196c1bdb5e11d9 Mon Sep 17 00:00:00 2001 From: Trupti Shet Date: Wed, 29 Mar 2023 14:17:46 +0530 Subject: [PATCH 3/5] Changes in get call --- .../Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json index 94ae8794ef40..4287f8d27ba0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json @@ -116,9 +116,7 @@ "country": "US", "postalCode": "94107", "companyName": "Microsoft", - "addressType": "Commercial", - "skipAddressValidation": true, - "taxIdentificationNumber": "" + "addressType": "Commercial" }, "deliveryPackage": { "carrierName": "", From 7d824450946209183185b8117a836270bf68b694 Mon Sep 17 00:00:00 2001 From: Trupti Shet Date: Wed, 29 Mar 2023 15:56:00 +0530 Subject: [PATCH 4/5] Changes --- .../Microsoft.DataBox/stable/2022-12-01/databox.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json index e8287c2715cc..cb0e2444b692 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json @@ -5731,8 +5731,7 @@ }, "skipAddressValidation": { "type": "boolean", - "description": "Flag to indicate if customer has chosen to skip default address validation", - "nullable": true + "description": "Flag to indicate if customer has chosen to skip default address validation" }, "taxIdentificationNumber": { "type": "string", From b538ac77676b072c5e517e06d67551744b814f88 Mon Sep 17 00:00:00 2001 From: Trupti Shet Date: Thu, 30 Mar 2023 15:09:26 +0530 Subject: [PATCH 5/5] Hardware encryption changes --- .../stable/2022-12-01/databox.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json index cb0e2444b692..ca91e8aa368f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/databox.json @@ -3582,6 +3582,28 @@ ] }, "default": "Disabled" + }, + "hardwareEncryption": { + "description": "Defines Hardware level encryption (Only for disk)", + "enum": [ + "Enabled", + "Disabled" + ], + "type": "string", + "x-ms-enum": { + "name": "HardwareEncryption", + "modelAsExtensible": true, + "values": [ + { + "value": "Enabled", + "description": "Hardware-based encryption is enabled." + }, + { + "value": "Disabled", + "description": "Hardware-based encryption is enabled." + } + ] + } } } },