Skip to content

Commit

Permalink
revert remaining readonly on collection (#21051)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored Oct 10, 2022
1 parent a317f91 commit e88dba9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4202,7 +4202,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
},
"nextLink": {
Expand Down Expand Up @@ -4315,7 +4314,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
}
},
Expand All @@ -4334,7 +4332,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
},
"nextLink": {
Expand Down Expand Up @@ -4418,7 +4415,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
},
"nextLink": {
Expand Down Expand Up @@ -4655,7 +4651,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
}
},
Expand Down Expand Up @@ -5714,7 +5709,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
},
"nextLink": {
Expand Down Expand Up @@ -5788,7 +5782,6 @@
"count": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Total record count number."
},
"nextLink": {
Expand Down

0 comments on commit e88dba9

Please sign in to comment.