Qiaoqiao Zhang
Qiaoqiao Zhang
@sarangan12 @xirzec Our swagger has not support anyOf/oneOf yet. Also, we need to think about how to support it in typescript SDK , for anyOf, we may use something like...
Okay. I agree that we can make things simpler and no need to worry about the intersection case. cc @ramya-rao-a
This is because their rest api spec is defined this way https://github.com/Azure/azure-rest-api-specs/blob/main/specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json#L734-L767 and SDK is generated from their swagger, reaching out to the service team.
@xboxeer Can you help take a look at this issue ? Thanks
@sadasant Could you help to take a look at this ms-rest-azure loginWithAppServiceMSI issue ? Thanks
@penggaolai Hi Thanks for reporting this, Can you try if add this ``` var options = { "top" = 100 } var actions = _client.WorkflowRunActions .List(resourceGroup, logicApp, workflowRun.Name, options) .OrderBy(x...
@tahir-jamil Could you be more specific about your question ? which package in npm are you refering to ? Please note that all the packages inside this repo have been...
@dpokluda There's some build failure in samples-dev folder, Can you fix them and update the samples folder as well ? Thanks
after dig into it. there're multiple reasons for this issue. 1. As the SDK is generated from api version 2017-08-01-preview which is configured from https://github.com/Azure/azure-rest-api-specs/tree/main/specification/security/resource-manager#tag-package-composite-v3  And some of the...
@josefree Hi Could you help take a look at this issue? their swagger readme includes some older api versions even if they have newer api version? Also, they have a...