Skip to content

Commit 681efeb

Browse files
ammaralaviMilan Zolota
authored andcommitted
Update databox.json (Azure#16144)
1 parent c9f6e77 commit 681efeb

File tree

1 file changed

+23
-0
lines changed
  • specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview

1 file changed

+23
-0
lines changed

specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/databox.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,29 @@
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
},

0 commit comments

Comments
 (0)