gpt4 book ai didi

azure - 是否有相当于 "az rest"的 PowerShell?

转载 作者:行者123 更新时间:2023-12-05 01:11:45 25 4
gpt4 key购买 nike

我最近发现了 az rest 命令,它允许我执行经过身份验证的 REST 命令,而不必担心获取 token 。

https://www.codeisahighway.com/native-azure-rest-api-calls-now-available-in-azure-cli-2-0-67/

az rest --method patch --url "https://graph.microsoft.com/v1.0/users/<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="aec4c1c6c0cac1cbeecfd4dbdccbddcac5dacbcfc380c1c0c3c7cddcc1ddc1c8da80cdc1c3" rel="noreferrer noopener nofollow">[email protected]</a>" --body "{\"displayName\": \"jondoe2\"}"

Azure Powershell 中是否有等效项?我需要执行一个无法通过任何 AzAd... cmdlet 进行的调用。我会想象类似 Invoke-AzRestMethod 的东西,但这并不存在。

编辑:我想执行目前无法通过 Azure AD Cmdlet 进行的调用。就像使用新的 typed replyUrls直接,或上传 AAD B2C(Beta API)的自定义策略。

最佳答案

您现在可以使用 Az Powershell 模块执行此操作

Invoke-AzRestMethod
-Path <String>
-Method <String>
[-Payload <String>]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]

https://learn.microsoft.com/en-us/powershell/azure/manage-azure-resources-invoke-azrestmethod?view=azps-5.9.0

关于azure - 是否有相当于 "az rest"的 PowerShell?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62690216/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com