

uj5u.com熱心網友回復:
您可以使用 獲取當前值--method get,將其轉換為 ArrayList,然后添加您的新值:
$appdata = az rest --method get --uri 'https://graph.microsoft.com/v1.0/applications/{id}' | ConvertFrom-Json
$uris = [System.Collections.ArrayList]$appdata.web.redirectUris
$uris.Add('abc')
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/417343.html
標籤:
上一篇:在VisualStudioCode上運行.NETCoreAzure函式時出現問題。未定義或匯入預定義型別“System.Object”
