Mapping a management.azure.com URL to an Azure PowerShell command #26651
Replies: 4 comments 11 replies
-
My understanding is Azure PowerShell cannot support finding command via ARM API because many commands are handcrafted. It is different from MSGraph module. In practice, you can
You also can share API URI to me. I will share you module name and the approach if I can find it. |
Beta Was this translation helpful? Give feedback.
-
You might want to run the command with the |
Beta Was this translation helpful? Give feedback.
-
In that case, bring up the developer tools and capture the network
traffic. You should be able to isolate the restful api calls from there
fairly easily.
Robin
…On Tue, Nov 19, 2024 at 9:44 AM Justin Grote ***@***.***> wrote:
Good thought, however this requires a powershell session and I'm running a
chrome extension, so running PS in a browser isn't a great option.
—
Reply to this email directly, view it on GitHub
<#26651 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSKIHC22PYZTZPKODGUA5L2BNMFLAVCNFSM6AAAAABRRQ7GVOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZQG4ZTMNA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
@JustinGrote I want to confirm the following points:
|
Beta Was this translation helpful? Give feedback.
-
With Graph PowerShell module we have Find-MgGraphCommand
Is there an equivalent for the Az PowerShell module? If not, is there a REST or DOCS API somewhere where it could potentially be found manually if I have the management.azure.com REST API URI? Something like the DevX API that exists for Graph?
https://github.com/microsoftgraph/microsoft-graph-devx-api/
CC @dingmeng-xue
Beta Was this translation helpful? Give feedback.
All reactions