Garrett DeBruin
Garrett DeBruin
This pattern is really an anti-pattern which describes having a "draft" entity which has relaxed validation so that properties required to create the "real" entity can be added piecewise. In...
In our [naming guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/graph/GuidelinesGraph.md#naming), we say this about two-letter acronyms: > ☑️ SHOULD case two-letter acronyms with the same case. We also don't say anything specific about two-letter abbreviations. I...
**Describe the bug** `whatin` requests that result in a `400` don't have the response body displayed **To Reproduce** Steps to reproduce the behavior: 1. Navigate to graph explorer [here](https://developer.microsoft.com/en-us/graph/graph-explorer?request=users%3F%24expand%3Dcalendar%26whatin&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com) 2....
**Assemblies affected** Current **Describe the bug** A delta `PATCH` request that contains an element with `@removed` results in a `null` `Delta` object in the controller method. **Reproduce steps** This request:...
### Issues *This pull request fixes #2841.* ### Description Exposing two properties on `DataServiceActionQuery` to facilitate testing