Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.65k stars 2.84k forks source link

Microsoft.Web/connections #36761

Open FormindAPE opened 4 months ago

FormindAPE commented 4 months ago

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 error The API connection 'azureloganalyticsdatacollectorConnectionName' could not be found. After a bit of search I found out that connections are created using the provider named Microsoft.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.py

Describe 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

github-actions[bot] commented 4 months ago

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

msyyc commented 4 months ago

@ChenxiJiang333 please help on this issue

ChenxiJiang333 commented 3 months ago

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.

github-actions[bot] commented 3 months ago

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.

FormindAPE commented 3 months ago

/unresolve

FormindAPE commented 3 months ago

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.

ChenxiJiang333 commented 3 months ago

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.