Skip to content

Commit

Permalink
Fix missing properties in ExtendedResourceProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-meng committed Aug 10, 2020
1 parent 67ee91c commit 8a2e7f6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5281,13 +5281,19 @@
"readOnly": true
},
"_ts": {
"type": "number",
"description": "A system generated property that denotes the last updated timestamp of the resource.",
"readOnly": true
},
"_etag": {
"type": "string",
"description": "A system generated property representing the resource etag required for optimistic concurrency control.",
"readOnly": true
},
"_self": {
"type": "string",
"description": "A system generated property. It is the unique addressable URI for the resource.",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 8a2e7f6

Please sign in to comment.