Skip to content

Commit 347af82

Browse files
authored
Add "datetime" column data type to 2021-06-01-preview (#15682)
1 parent ef8f43c commit 347af82

File tree

1 file changed

+2
-1
lines changed
  • specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2021-06-01-preview

1 file changed

+2
-1
lines changed

specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2021-06-01-preview/resourcegraph.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@
394394
"integer",
395395
"number",
396396
"boolean",
397-
"object"
397+
"object",
398+
"datetime"
398399
],
399400
"x-ms-enum": {
400401
"name": "ColumnDataType",

0 commit comments

Comments
 (0)