Skip to content

Commit 8c3ca8b

Browse files
idear1203Dongwei Wang
andauthored
Remove readonly for uploadtimestamp (#15765)
Co-authored-by: Dongwei Wang <[email protected]>
1 parent 39c458f commit 8c3ca8b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,7 @@
565565
"uploadedTimestamp": {
566566
"type": "string",
567567
"format": "date-time",
568-
"description": "The last update time of the library.",
569-
"readOnly": true
568+
"description": "The last update time of the library."
570569
},
571570
"type": {
572571
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/bigDataPool.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,7 @@
567567
"uploadedTimestamp": {
568568
"type": "string",
569569
"format": "date-time",
570-
"description": "The last update time of the library.",
571-
"readOnly": true
570+
"description": "The last update time of the library."
572571
},
573572
"type": {
574573
"type": "string",

0 commit comments

Comments
 (0)