(Invoke-WebRequest https://login.windows.net/[YOURDIRECTORYNAME].onmicrosoft.com/.well-known/openid-configuration|ConvertFrom-Json).token_endpoint.Split('/')[3]
其实,直接访问上面的URL也能够得到tenant id,Powershell在这里只是帮助你快速找到返回信息中的tenant id。
上一篇 cassandra 3.x官方文档(5)---探测器
下一篇 Gradle 1.12用户指南翻译——第五十三章. 签名插件