Johan Stenberg (MSFT)

Results 31 comments of Johan Stenberg (MSFT)

> azureBenefit - we mention the information that you wrote in the description of the field, if no value is passed then we ignore this field. That's how it was...

If I understand correctly, the change is to move the API version for a not-yet-shipped API version to an earlier value. Technically, we don't have to make the change. The...

The operation-location header must be present. operation-id must be present if present in the input and should be present otherwise. But I assume the existing rule is marked as arm-only...

I am quite concerned about the comments about calling sync code from the `__init__` of an async class. In addition to it likely being (at least part of) the problem...

Either a factory method pattern or to just initiate the request from the `__init__` and "join"/retrieve the result in a subsequent call (or delay the call until the value is...

I fixed the conflicts, but I am not comfortable with how much (or rather little) testing I have done. Unfortunately, I'm going offline for two weeks starting... now... If anyone...

We have a policy of not allowing "must understand" extensions to openapi/swagger. Specifically, the `x-ms-to-api-version` extension falls into the bucket of consumers having to understand that they should exclude the...

Should the hash take read-only/server generated values into account?

Slightly related to this, sometimes you want a field to be optional on create, and update, but it is always present in responses. For example, in the ToDo service, you...