Darrel

Results 511 comments of Darrel

@amarzavery As noted on the original Autorest issue, 6570 optional path parameters wouldn't quite meet the needs of the original example.

This has been a fairly common request over the years. Sometimes it is described as an envelope or wrapper for the internal data. The issue is more of a schema...

My initial reaction to Phil's tweet, was "OMG No!" . The opaque media type identifier was by design. However, having read this issue and seeing the examples, I am warming...

I have an in-progress update to the Overlay specification to suggest enabling this method to apply defaults to an OpenAPI description using an Overlay. ```yaml #### Default Overlays Examples Using...

If you plug in [Tavis.HttpCache](https://github.com/tavis-software/Tavis.HttpCache) it will transparently take advantage of Etags/LastModified assuming you allow the response to be privately cached. It will automatically convert a GET into a conditional...

@tseward Thanks for your input. I shopped the "service" suffix around a bit and the feedback is that the term is a bit overloaded and it conflicts with some of...

Parameter | Delegated | Application-Only | MSI | Plan | -- | -- | -- | --| --| -Scopes | X |   | |   -TenantId | X | X |  ...

Ping @georgend Getting this link into the metadata is going to drive a lot of downstream functionality. It is really important that we get this in ASAP.

We don't support username/password auth which to my knowledge is the only way of doing delegated non-interactive access. username/password auth is highly discouraged by the Microsoft identity platform. I doubt...

Our roadmap includes support for Managed Service Instance auth. Hopefully this will address your requirements.