Skip to content

Commit 3609f81

Browse files
author
msftbot[bot]
authored
2 parents 33636eb + 723753e commit 3609f81

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2021-08-01-preview/Microsoft.DataBox.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,21 @@
453453
}
454454
],
455455
"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."
456471
}
457472
},
458473
"required": [

0 commit comments

Comments
 (0)