Skip to content

Commit 560756b

Browse files
authored
Update collections.md
1 parent fa9198a commit 560756b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/articles/collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ There are two options forward: //// TODO do we want to offer both options, or ju
344344

345345
### 11.1 Side-by-side collection properties
346346

347-
The model can be updated to have two collections side-by-side:
347+
The model can be updated to have two collections side-by-side, deprecating the existing one:
348348
```diff
349349
<EntityType Name="application">
350350
<Key>
@@ -387,7 +387,7 @@ DELETE /applications/{applicationId}/keyCredentialsAsEntities/{some_keyId}
387387
```http
388388
HTTP/1.1 204 No Content
389389
```
390-
The expectation is that `keyCredentials` and `keyCredentialsAsEntities` are treated as two "views" into the same data.
390+
While both properties exist on graph, the expectation is that `keyCredentials` and `keyCredentialsAsEntities` are treated as two "views" into the same data.
391391
To meet this expectation, workloads must:
392392
1. Keep the properties consistent between `keyCredential` and `keyCredentialAsEntity`.
393393
Any changes to one type must be reflected in the other type.

0 commit comments

Comments
 (0)