File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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 },
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 },
You can’t perform that action at this time.
0 commit comments