Skip to content

Commit

Permalink
make createtime and lastmodifiedtime for logfileproperties to readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
QingqingYuan2 committed Feb 13, 2018
1 parent 78c06a4 commit 311a3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1508,11 +1508,13 @@
},
"createdTime": {
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "Creation timestamp of the log file."
},
"lastModifiedTime": {
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "Last modified timestamp of the log file."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1507,11 +1507,13 @@
},
"createdTime": {
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "Creation timestamp of the log file."
},
"lastModifiedTime": {
"type": "string",
"readOnly": true,
"format": "date-time",
"description": "Last modified timestamp of the log file."
},
Expand Down

0 comments on commit 311a3ee

Please sign in to comment.