Skip to content

Commit

Permalink
fixing Cosmos account keys response (#6587)
Browse files Browse the repository at this point in the history
  • Loading branch information
shurd authored and yungezz committed Jul 17, 2019
1 parent 1df5832 commit 90fd5ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4502,12 +4502,13 @@
"readOnly": true,
"type": "string",
"description": "Base 64 encoded value of the secondary read-write key."
},
"properties": {
"x-ms-client-flatten": true,
}
},
"allOf": [
{
"$ref": "#/definitions/DatabaseAccountListReadOnlyKeysResult"
}
}
]
},
"DatabaseAccountConnectionString": {
"description": "Connection string for the Cosmos DB account",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
"body": {
"primaryMasterKey": "primaryMasterKey",
"secondaryMasterKey": "secondaryMasterKey",
"properties": {
"primaryReadonlyMasterKey": "primaryReadonlyMasterKey",
"secondaryReadonlyMasterKey": "secondaryReadonlyMasterKey"
}
"primaryReadonlyMasterKey": "primaryReadonlyMasterKey",
"secondaryReadonlyMasterKey": "secondaryReadonlyMasterKey"
}
}
}
Expand Down

0 comments on commit 90fd5ec

Please sign in to comment.