Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,14 @@
"encryption": {
"$ref": "#/definitions/EncryptionProperties",
"description": "The encryption settings of the configuration store."
},
"privateEndpointConnections": {
"description": "private endpoint connections of configuration store",
"type": "array",
"items": {
"$ref": "#/definitions/PrivateEndpointConnection"
},
"readOnly": true
}
}
},
Expand Down Expand Up @@ -1374,8 +1382,7 @@
"properties": {
"id": {
"description": "The resource ID.",
"type": "string",
"readOnly": true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's breaking change for removing readonly.

"type": "string"
},
"name": {
"description": "The name of the resource.",
Expand Down