Open FormindAPE opened 4 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team.
@ChenxiJiang333 please help on this issue
Hi @FormindAPE, the api appservice/connections API was not packaged to a python SDK method, so for now the only way to use it is to send a HTTP request.
Hi @FormindAPE. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation.
/unresolve
when I write this issue I alrady know that this was not implemented. And that I had to do it using the web API. This issue is not a probleme this issue is a feature request. A thing that I would like that this project to have.
when I write this issue I alrady know that this was not implemented. And that I had to do it using the web API. This issue is not a probleme this issue is a feature request. A thing that I would like that this project to have.
Hi, we're checking with the service team, once a confirmation has been made, python SDK will release a new version to have it.
Is your feature request related to a problem? Please describe. When I try to upload a new Workflow (logicApp) form the
azure.mgmt.logic
sdk, I'm confronted to this errorThe API connection 'azureloganalyticsdatacollectorConnectionName' could not be found
. After a bit of search I found out that connections are created using the provider namedMicrosoft.Web/connections
. The only place where this connection are referd in the a azure-sdk-for-python code is in the file sdk/logic/azure-mgmt-logic/generated_samples/create_or_update_a_workflow.pyDescribe the solution you'd like What I would like a system to:
the related REST API is the appservice/connections API
Describe alternatives you've considered At the moment the most suitable alternatives is to get/list, create or remove connection by hand using requests and the REST API doc