Yu Ke
Yu Ke
@blogwy 要是能加个失败任务重新下载就好了
hi @erjms , from the example of [x-ms-secret documentation](https://github.com/Azure/autorest/tree/main/docs/extensions#x-ms-secret) ``` "SecretAuthInfo": { "type": "object", "description": "The authentication info when authType is secret", "properties": { "name": { "description": "Username or account...
Hi @erjms , we can find the relationship between x-ms-secret and x-ms-mutability in the fourth rule of x-ms-secret > "x-ms-secret": true is equivalent to "x-ms-mutability": ["create", "update"] then we can...
Hi @mikekistler , thanks for reporting the problem. I rerun `npm test` and the result is the same as which shown in PR pipeline, here's the final report of the...
> @cataggar , there're no changes on x-nullable validation recently. This is a new request. @keryul , can you replicate this issue to oav repo? https://github.com/Azure/oav/issues/877
Hi @rsharm7 , additionalProperties has some rules > a. “additionalProperties”: {“type”: “object”} means any object type in value; b. “additionalProperties”: {} or “additionalProperties”: true means any type in value. If...
hi @jjdharini22 , can you check if your swagger contains `"x-ms-azure-resource": true`? From the [description of MISSING_RESOURCE_ID](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/Semantic-and-Model-Violations-Reference.md#missing_resource_id), `id` is required when the resource is annotated as x-ms-azure-resource: true
@kashyap-kunal please fix MV error
@raych1 please review the GO breaking change @qiaozha please review the JS breaking change
@raych1 please review the GO breaking change @qiaozha please review the JS breaking change