You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -382,17 +382,17 @@ The model can be updated to have two collections side-by-side, deprecating the e
382
382
```
383
383
Clients will now be able to refer to individual `keyCredential`s using `keyId` as a key, and they can now remove those `keyCredential`s using `DELETE` requests:
While both properties exist on graph, 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 `keyCredentials_v2` are treated as two "views" into the same data.
391
391
To meet this expectation, workloads must:
392
-
1. Keep the properties consistent between `keyCredential` and `keyCredentialAsEntity`.
392
+
1. Keep the properties consistent between `keyCredential` and `keyCredential_v2`.
393
393
Any changes to one type must be reflected in the other type.
394
394
2. Reject requests that update both collections at the same time.
395
-
A request that adds an item to `keyCredentialsAsEntities` while replacing the content of `keyCredentials` must rejected with a `400`, for example:
395
+
A request that adds an item to `keyCredentials_v2` while replacing the content of `keyCredentials` must rejected with a `400`, for example:
0 commit comments