Skip to content

Commit 311a3ee

Browse files
committed
make createtime and lastmodifiedtime for logfileproperties to readonly
1 parent 78c06a4 commit 311a3ee

File tree

2 files changed

+4
-0
lines changed
  • specification
    • mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview
    • postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview

2 files changed

+4
-0
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,11 +1508,13 @@
15081508
},
15091509
"createdTime": {
15101510
"type": "string",
1511+
"readOnly": true,
15111512
"format": "date-time",
15121513
"description": "Creation timestamp of the log file."
15131514
},
15141515
"lastModifiedTime": {
15151516
"type": "string",
1517+
"readOnly": true,
15161518
"format": "date-time",
15171519
"description": "Last modified timestamp of the log file."
15181520
},

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,11 +1507,13 @@
15071507
},
15081508
"createdTime": {
15091509
"type": "string",
1510+
"readOnly": true,
15101511
"format": "date-time",
15111512
"description": "Creation timestamp of the log file."
15121513
},
15131514
"lastModifiedTime": {
15141515
"type": "string",
1516+
"readOnly": true,
15151517
"format": "date-time",
15161518
"description": "Last modified timestamp of the log file."
15171519
},

0 commit comments

Comments
 (0)