Azure / azure-cli

Azure Command-Line Interface
MIT License
3.98k stars 2.96k forks source link

Add support for Logic Apps #1662

Closed cmatskas closed 6 years ago

cmatskas commented 7 years ago

Hi team, could you please add support for Azure LogicApps? Is it in the roadmap? if not, what do we need to do to move this forward?

tjprescott commented 7 years ago

@yugangw-msft you've had the most interaction with the appservice team. Do you know where this fits in?

yugangw-msft commented 7 years ago

Logic App will be considered at post February. It is not webapp, though both are app types supported by azure appservice

yugangw-msft commented 7 years ago

@cmatskas, for now, unless logic team makes contribution, the only option is to use azure-powershell

JasonRShaver commented 6 years ago

Cleaning u old issues, reopen if this is still active.

dgard1981 commented 5 years ago

2.5 year on there is still no CLI support for Logic Apps. Is this ever coming, or does the lack of support mean that we can assume Logic Apps were a fad and are going to die?

tjprescott commented 5 years ago

@dgard1981 I believe that a team is working on a separate CLI for Logic App connectors. @mamurshe can you comment?

mamurshe commented 5 years ago

@dgard1981 We have a standalone CLI for flow and powerapps at this moment. However, the CLI doesn't support LogicApps yet. @schabungbam may have more information.

The repo is located here: https://github.com/Microsoft/PowerPlatformConnectors

dgard1981 commented 5 years ago

@mamurshe, @tjprescott, thanks for the replies - the sooner the better, as Logic Apps are not the easiest to work with at present!

yugangw-msft commented 5 years ago

@dgard1981, before the gap gets filled, you can either use generic resource commands or az rest by referencing rest api

dgard1981 commented 5 years ago

@yugangw-msft, thanks for your reply. I have taken a look at invoke-action, but the documentation is context-less, and I was unable to figure out how to do things like update the Logic App definition, or add/update parameters.