Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dabenhamMic committed Dec 14, 2020
1 parent 9fdac23 commit 407b77e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/TableProperties",
"description": "Table properties."
},
"systemData": {
"description": "The system metadata relating to this resource.",
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
"lastTroubleshootDate": "Thu, 19 Nov 2020 07:40:51 GMT"
},
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/oiautorest6685/tables/table1",
"name": "table1"
"name": "table1",
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2020-01-01T17:18:19.1234567Z",
"lastModifiedBy": "user2",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@
"isTroubleshootEnabled": true
},
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/tables/table1",
"name": "table1"
"name": "table1",
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2020-01-01T17:18:19.1234567Z",
"lastModifiedBy": "user2",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
}
}
}
}
Expand Down

0 comments on commit 407b77e

Please sign in to comment.