We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33636eb + 723753e commit 3609f81Copy full SHA for 3609f81
schemas/2021-08-01-preview/Microsoft.DataBox.json
@@ -453,6 +453,21 @@
453
}
454
],
455
"description": "Account details of the data to be transferred"
456
+ },
457
+ "logCollectionLevel": {
458
+ "oneOf": [
459
+ {
460
+ "type": "string",
461
+ "enum": [
462
+ "Error",
463
+ "Verbose"
464
+ ]
465
466
467
+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
468
+ }
469
+ ],
470
+ "description": "Level of the logs to be collected."
471
472
},
473
"required": [
0 commit comments