此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
Choose the best response for each of the questions.
A developer has created a Microsoft Teams app using Teams Toolkit for Visual Studio Code. They would like to use Teams Toolkit to register the app with Microsoft Entra. Which action needs to be defined in the teamsapp.yml/teamsapp.local.yml configuration files for the Provision command to create an app registration?
aadApp/Register
aadApp/Create
aad/Register()
A developer wants to retrieve all the users in their organization using the Microsoft Graph API. What is the correct syntax for constructing this request?
GET https://graph.microsoft.com/v1.0/organization/users
GET https://graph.microsoft.com/v1.0/me
GET https://graph.microsoft.com/v1.0/users?$select=id,displayName,mail,userPrincipalName
A developer built an app that edits a user's profile properties. Which permission is required for this operation?
Directory.Read.All
User.ReadBasic.All
User.ReadWrite
You must answer all questions before checking your work.
此页面是否有帮助?