Skip to content

Commit

Permalink
Add readOnly flag to statstic - has no effect (Azure#16286)
Browse files Browse the repository at this point in the history
  • Loading branch information
docohe authored and jovannikolov-msft committed Dec 1, 2021
1 parent df6bef6 commit dc8efb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4039,6 +4039,7 @@
},
"statistics": {
"$ref": "#/definitions/DatabaseStatistics",
"readOnly": true,
"description": "The statistics of the database."
},
"isFollowed": {
Expand Down Expand Up @@ -4069,6 +4070,7 @@
},
"statistics": {
"$ref": "#/definitions/DatabaseStatistics",
"readOnly": true,
"description": "The statistics of the database."
},
"leaderClusterResourceId": {
Expand Down

0 comments on commit dc8efb6

Please sign in to comment.