az logicapp list - no results returned to output window
See original GitHub issueThis is autogenerated. Please review and update as needed.
Describe the bug
Running the az logicapp list command returns an empty array to the output window but if you run it with the “–debug” option you see all the data returned from the request.
Command Name
az logicapp list
Errors:
None, just empty results
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Put any pre-requisite steps here…
az login
az logicapp list
-ORaz logicapp list --subscription {} --resource-group {}
Expected Behavior
The results returned are displayed
Environment Summary
Windows-10-10.0.19044-SP0
Python 3.10.5
Installer: MSI
azure-cli 2.39.0
Extensions:
application-insights 0.1.16
azure-devops 0.25.0
datafactory 0.5.0
logic 0.1.6
Dependencies:
msal 1.18.0b1
azure-mgmt-resource 21.1.0b1
Additional Context
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
az logicapp create command not working #21288 - GitHub
Describe the bug I am trying to create a logic app workflow on a Logic App standard plan and it is giving me...
Read more >What is the new AZ command to get logic app list using ...
I have logic apps , I tried using az logicapp list but its not recognised in Powershell. Is there a manual listing the...
Read more >Quickstart - Create and manage workflows with Azure CLI
To list your logic apps by subscription, use the command az logic workflow list . This command returns the JSON code for your...
Read more >Protect Logic Apps with Azure AD OAuth - GoToGuy Blog
This results in the following response: So the Logic App triggered successfully, this time returning my console (Windows Terminal using ...
Read more >Azure Logic Apps Tutorial - YouTube
With easy to use user interface, no coding design and powerful extensibility you can easily integrate services in minutes Azure Logic Apps ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LRomano72 I suggest you open a support ticket for further help and troubleshooting. This forum is to help with error/exceptions and help related to usage of az commands only.
Hi Rakesh,
The point of the issue is NOT to get the Logic App information a different way as I was able to do that with the “az logic workflow …” cmd but thank you for share that this can be done with the “az graph” cmd. Also, I mentioned this at the beginning of the ticket.
The point is to get the “az logicapp” cmd working or just have the team depreciate it or remove it if it is not going to work correctly as it’s very confusing to run it and get nothing back but yet data is coming back as i’ve shown.
I’ve remored all Az modules and installed them again and it still is not working. Not sure if others have the same case or not.