File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 27092709 "accountDetails" : {
27102710 "$ref" : " #/definitions/DataAccountDetails" ,
27112711 "description" : " Account details of the data to be transferred"
2712+ },
2713+ "logCollectionLevel" : {
2714+ "description" : " Level of the logs to be collected." ,
2715+ "enum" : [
2716+ " Error" ,
2717+ " Verbose"
2718+ ],
2719+ "type" : " string" ,
2720+ "x-ms-enum" : {
2721+ "name" : " LogCollectionLevel" ,
2722+ "modelAsExtensible" : true ,
2723+ "values" : [
2724+ {
2725+ "value" : " Error" ,
2726+ "description" : " Only Errors will be collected in the logs."
2727+ },
2728+ {
2729+ "value" : " Verbose" ,
2730+ "description" : " Verbose logging (includes Errors, CRC, size information and others)."
2731+ }
2732+ ]
2733+ },
2734+ "default" : " Error"
27122735 }
27132736 }
27142737 },
You can’t perform that action at this time.
0 commit comments