Skip to content

Commit

Permalink
add x-ms-identifiers for healthcareapi (Azure#19960)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zhong-ms authored and kayousef committed Dec 21, 2022
1 parent 8088ef1 commit 76a0ecb
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2341,7 +2341,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ServiceAccessPolicyEntry"
}
},
"x-ms-identifiers": [
"objectId"
]
},
"ServiceAccessPolicyEntry": {
"description": "An access policy entry.",
Expand Down Expand Up @@ -2819,7 +2822,10 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/OperationDetail"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
Expand Down Expand Up @@ -3828,7 +3834,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/FhirServiceAccessPolicyEntry"
}
},
"x-ms-identifiers": [
"objectId"
]
},
"FhirServiceAccessPolicyEntry": {
"type": "object",
Expand Down

0 comments on commit 76a0ecb

Please sign in to comment.