Skip to content

Commit 64bf9e3

Browse files
authored
Add note about GA vs. preview module
This not will help prevent confusion such as in MicrosoftDocs/azure-docs#86574
1 parent bdba3ab commit 64bf9e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/active-directory/manage-apps/configure-user-consent.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ To configure user consent settings through the Azure portal, do the following:
5252

5353
To choose which app consent policy governs user consent for applications, you can use the latest [Azure AD PowerShell](/powershell/module/azuread/?view=azureadps-2.0&preserve-view=true) module.
5454

55+
> [!NOTE] The instructions below use the generally available Azure AD PowerShell module ([AzureAD](https://www.powershellgallery.com/packages/AzureAD)). The parameter names are different in the preview version of this module ([AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview)). If you have both modules installed, ensure you're using the cmdlet from the correct module by first running:
56+
>
57+
> ```powershell
58+
> Remove-Module AzureADPreview -ErrorAction SilentlyContinue
59+
> Import-Module AzureAD
60+
> ```
61+
5562
#### Disable user consent
5663
5764
To disable user consent, set the consent policies that govern user consent to empty:

0 commit comments

Comments
 (0)