Skip to content

Commit

Permalink
Add SystemData (Azure#13184)
Browse files Browse the repository at this point in the history
* Add SystemData

* Make systemdata readonly

* Fix typo

Co-authored-by: Srinivaas Ganesan <srganesa@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 7b4c0f1 commit c12bcdf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,12 @@
}
],
"properties": {
"systemData": {
"description": "System data of Cluster resource",
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"x-ms-client-flatten": true,
"readOnly": true
},
"properties": {
"description": "Cluster properties.",
"$ref": "#/definitions/ClusterProperties",
Expand Down

0 comments on commit c12bcdf

Please sign in to comment.