Lei Ni
Lei Ni
> @zzvswxy The API version is now available, but it looks like something has changed with the validation checks again, and a new check was introduced. It appears that a...
@sjiherzig You're right, for PUT operation, location header is not required. We can optimize the logic (maybe by distinguishing PUT and non-PUT operations) cc. @jianyexi for awareness. Again, when sending...
> I wonder if you can override that in some straightforward way. Any tips @leni-msft ? @TimLovellSmith I'm afraid no way to override the 'required' attribute. The common practice is...
@davidgamero is the new apiVersion deployed? or is it bebind some feature flag? The API Readiness test error is caused by not able to access the workflows API on 2022-10-11-preview...
Suppressing the model validation errors, which need to be fixed in the future
@juliaweingart please follow https://dev.azure.com/msazure/AzureWiki/_wiki/wikis/AzureWiki.wiki/88597/Azure-Retirement-Policy-and-Process
The main issue is the operationSearch cannot find the swagger operation from API call path when there's some path parameter is marked as skip-url-encoding: true. So the impact is: *...