Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.5k stars 4.92k forks source link

Microsoft.Logic Workflows Update API lacks parameter to populate the request body #18132

Open dmartin-r7 opened 2 years ago

dmartin-r7 commented 2 years ago

Workflow parameter is not present in the latest API version, so the request body is never populated in update calls.

SDK is generated by swagger;

In the preview of the 2018-07-01 version, the parameters are normally defined; fyi: https://github.com/Azure/azure-rest-api-specs/blob/bb4175d29020cfff55f1d9087c2a5a89765067dc/specification/logic/resource-manager/Microsoft.Logic/preview/2018-07-01-preview/logic.json#L242-L283

Parameters are missing in the stable version of 2019-05-01 fyi: https://github.com/Azure/azure-rest-api-specs/blob/bb4175d29020cfff55f1d9087c2a5a89765067dc/specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json#L266-L297

It is recommended to submit your new issue to https://github.com/Azure/azure-rest-api-specs/issues

Originally posted by @Wzb123456789 in https://github.com/Azure/azure-sdk-for-python/issues/23160#issuecomment-1053842763

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team.

Issue Details
Workflow parameter is not present in the latest API version, so the request body is never populated in update calls. SDK is generated by swagger; In the preview of the 2018-07-01 version, the parameters are normally defined; fyi: https://github.com/Azure/azure-rest-api-specs/blob/bb4175d29020cfff55f1d9087c2a5a89765067dc/specification/logic/resource-manager/Microsoft.Logic/preview/2018-07-01-preview/logic.json#L242-L283 Parameters are missing in the stable version of 2019-05-01 fyi: https://github.com/Azure/azure-rest-api-specs/blob/bb4175d29020cfff55f1d9087c2a5a89765067dc/specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json#L266-L297 It is recommended to submit your new issue to https://github.com/Azure/azure-rest-api-specs/issues _Originally posted by @Wzb123456789 in https://github.com/Azure/azure-sdk-for-python/issues/23160#issuecomment-1053842763_
Author: dmartin-r7
Assignees: -
Labels: `question`, `Logic App`, `Service Attention`, `customer-reported`, `needs-triage`
Milestone: -
Yao725 commented 1 year ago

Do we have any update for this issue?