Skip to content

Commit 0ce98d9

Browse files
authored
Update account.json - make CollectionReferece type writable (#16208)
* Update account.json Updating the CollectionReference to be writeable to unblock the customers. * Update account.json Need the default set in the client SDK
1 parent 9c56101 commit 0ce98d9

File tree

1 file changed

+1
-1
lines changed
  • specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview

1 file changed

+1
-1
lines changed

specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@
11071107
"type": {
11081108
"description": "Gets the reference type property.",
11091109
"type": "string",
1110-
"readOnly": true
1110+
"x-ms-client-default": "CollectionReference"
11111111
}
11121112
}
11131113
},

0 commit comments

Comments
 (0)