Native App Registration with AZ Powershell Module
问题 I need to register a native app on Azure Active Directory using the AZ Powershell 6 Module. A native app can be registered with the command New-AzureADApplication in the AzureAD module setting the value of the field "PublicClient" to true, but the module AzureAD is not supported for powershell 6. In powershell 6 it seems that the corresponding command is New-AzADApplication, which allows to register a Web app / API but not a native app. So how is it possible to register a native app with the