Skip to content

Commit 3dd590a

Browse files
authored
Merge pull request #185445 from psignoret/patch-16
Add note about GA vs. preview module
2 parents ba45b09 + 6c6fc5c commit 3dd590a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ 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]
56+
> 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:
57+
>
58+
> ```powershell
59+
> Remove-Module AzureADPreview -ErrorAction SilentlyContinue
60+
> Import-Module AzureAD
61+
> ```
62+
5563
#### Disable user consent
5664
5765
To disable user consent, set the consent policies that govern user consent to empty:

0 commit comments

Comments
 (0)