Skip to content

Microsoft.Web/connections #36761

Open
Open
@FormindAPE

Description

@FormindAPE

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:

  • get and list the Api connection in a resource group
  • create_or_update the connection.
  • remove the connection

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

Metadata

Metadata

Assignees

Labels

Logic AppMgmtThis issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions