Skip to content

Commit 3eb2bf6

Browse files
hohershkHodaya Hershkovich
andauthored
Operational insights data exports make tables name as required (#12385)
* microsoft.operationalinsights_add_data_export * fix * fix * make tablesname property as required * use required property as expected * fix Co-authored-by: Hodaya Hershkovich <hohershk@microsoft.com>
1 parent 7a704e6 commit 3eb2bf6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,9 @@
482482
"description": "Date and time when the export was last modified."
483483
}
484484
},
485+
"required": [
486+
"tableNames"
487+
],
485488
"description": "Data Export properties."
486489
},
487490
"Destination": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@
301301
"description": "Date and time when the export was last modified."
302302
}
303303
},
304+
"required": [
305+
"tableNames"
306+
],
304307
"description": "Data Export properties."
305308
},
306309
"Destination": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/DataExports.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@
301301
"description": "Date and time when the export was last modified."
302302
}
303303
},
304+
"required": [
305+
"tableNames"
306+
],
304307
"description": "Data Export properties."
305308
},
306309
"Destination": {

0 commit comments

Comments
 (0)