DatabaseAccountListKeysResult incorrectly models received response #3603
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Cosmos
Doc Db
Service Attention
Workflow: This issue is responsible by Azure service team.
Milestone
Operation
DatabaseAccounts_ListKeys
returns a DatabaseAccountListKeysResult however this doesn't accurately model the response body.Note the missing
properties
object for the read-only keys. I suspect the confusion comes from the x-ms-client-flatten setting; this is purely an SDK convenience mechanism and does not participate in modeling payloads. The swagger needs to be updated as now there is no way to retrieve the read-only keys.The text was updated successfully, but these errors were encountered: