Skip to content

Commit 2cf03fe

Browse files
Merge pull request #244996 from omondiatieno/aad-refs
remove references to Azure AD Graph PowerShell
2 parents 140b93c + f370478 commit 2cf03fe

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

articles/active-directory/manage-apps/add-application-portal-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.date: 01/26/2023
1212
ms.author: jomondi
1313
ms.reviewer: ergreenl
14-
zone_pivot_groups: enterprise-apps-minus-aad-powershell
14+
zone_pivot_groups: enterprise-apps-minus-former-powershell
1515
ms.custom: enterprise-apps
1616

1717
#Customer intent: As an administrator of an Azure AD tenant, I want to configure the properties of an enterprise application.

articles/active-directory/manage-apps/application-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-mgmt
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 01/07/2022
11+
ms.date: 07/14/2023
1212
ms.author: jomondi
1313
ms.reviewer: alamaral
1414
ms.custom: enterprise-apps
@@ -33,7 +33,7 @@ When filtered to **All Applications**, the **All Applications** **List** shows e
3333
- When you add a new application registration by creating a custom-developed application using the [Application Registry](../develop/quickstart-register-app.md)
3434
- When you add a new application registration by creating a custom-developed application using the [V2.0 Application Registration portal](../develop/quickstart-register-app.md)
3535
- When you add an application, you’re developing using Visual Studio’s [ASP.NET Authentication Methods](https://www.asp.net/visual-studio/overview/2013/creating-web-projects-in-visual-studio#orgauthoptions) or [Connected Services](https://devblogs.microsoft.com/visualstudio/connecting-to-cloud-services/)
36-
- When you create a service principal object using the [Azure AD PowerShell Module](/powershell/azure/active-directory/install-adv2)
36+
- When you create a service principal object using the [Microsoft Graph PowerShell](/powershell/microsoftgraph/installation) module.
3737
- When you [consent to an application](../develop/howto-convert-app-to-be-multi-tenant.md) as an administrator to use data in your tenant
3838
- When a [user consents to an application](../develop/howto-convert-app-to-be-multi-tenant.md) to use data in your tenant
3939
- When you enable certain services that store data in your tenant. One example is Password Reset, which is modeled as a service principal to store your password reset policy securely.

articles/active-directory/manage-apps/assign-app-owners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
1212
ms.date: 01/26/2023
1313
ms.author: jomondi
1414
ms.reviewer: saibandaru
15-
zone_pivot_groups: enterprise-apps-minus-aad-powershell
15+
zone_pivot_groups: enterprise-apps-minus-former-powershell
1616
ms.custom: enterprise-apps
1717

1818
#Customer intent: As an Azure AD administrator, I want to assign owners to enterprise applications.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 04/19/2023
1212
ms.author: jomondi
1313
ms.reviewer: phsignor, yuhko
1414
ms.custom: contperf-fy21q2, contperf-fy22q2, enterprise-apps
15-
zone_pivot_groups: enterprise-apps-minus-aad-powershell
15+
zone_pivot_groups: enterprise-apps-minus-former-powershell
1616

1717

1818
#customer intent: As an admin, I want to configure how end-users consent to applications.

articles/active-directory/manage-apps/disable-user-sign-in-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ zone_pivot_groups: enterprise-apps-all
1919
---
2020
# Disable user sign-in for an application
2121

22-
There may be situations while configuring or managing an application where you don't want tokens to be issued for an application. Or, you may want to block an application that you don't want your employees to try to access. To block user access to an application, you can disable user sign-in for the application, which will prevent all tokens from being issued for that application.
22+
There may be situations while configuring or managing an application where you don't want tokens to be issued for an application. Or, you may want to block an application that you don't want your employees to try to access. To block user access to an application, you can disable user sign-in for the application, which prevents all tokens from being issued for that application.
2323

24-
In this article, you'll learn how to prevent users from signing in to an application in Azure Active Directory through both the Azure portal and PowerShell. If you're looking for how to block specific users from accessing an application, use [user or group assignment](./assign-user-or-group-access-portal.md).
24+
In this article, you learn how to prevent users from signing in to an application in Azure Active Directory through both the Azure portal and PowerShell. If you're looking for how to block specific users from accessing an application, use [user or group assignment](./assign-user-or-group-access-portal.md).
2525

2626
[!INCLUDE [portal updates](../includes/portal-update.md)]
2727

@@ -32,7 +32,7 @@ To disable user sign-in, you need:
3232
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3333
- One of the following roles: An administrator, or owner of the service principal.
3434

35-
## Disable how a user signs in
35+
## Disable user sign-in
3636

3737
:::zone pivot="portal"
3838

@@ -48,7 +48,7 @@ To disable user sign-in, you need:
4848

4949
:::zone pivot="aad-powershell"
5050

51-
You may know the AppId of an app that doesn't appear on the Enterprise apps list. For example, you may have deleted the app or the service principal hasn't yet been created due to the app being pre-authorized by Microsoft, you can manually create the service principal for the app and then disable it by using the following Azure AD PowerShell cmdlet.
51+
You may know the AppId of an app that doesn't appear on the Enterprise apps list. For example, you may have deleted the app or the service principal hasn't yet been created due to the app being preauthorized by Microsoft. You can manually create the service principal for the app and then disable it by using the following Microsoft Graph PowerShell cmdlet.
5252

5353
Ensure you've installed the AzureAD module (use the command `Install-Module -Name AzureAD`). In case you're prompted to install a NuGet module or the new Azure AD V2 PowerShell module, type Y and press ENTER.
5454

@@ -73,7 +73,7 @@ if ($servicePrincipal) {
7373

7474
:::zone pivot="ms-powershell"
7575

76-
You may know the AppId of an app that doesn't appear on the Enterprise apps list. For example, you may have deleted the app or the service principal hasn't yet been created due to the app being pre-authorized by Microsoft, you can manually create the service principal for the app and then disable it by using the following Microsoft Graph PowerShell cmdlet.
76+
You may know the AppId of an app that doesn't appear on the Enterprise apps list. For example, you may have deleted the app or the service principal hasn't yet been created due to the app being preauthorized by Microsoft. You can manually create the service principal for the app and then disable it by using the following Microsoft Graph PowerShell cmdlet.
7777

7878
Ensure you've installed the Microsoft Graph module (use the command `Install-Module Microsoft.Graph`).
7979

@@ -97,11 +97,11 @@ else { $servicePrincipal = New-MgServicePrincipal -AppId $appId –AccountEnabl
9797

9898
:::zone pivot="ms-graph"
9999

100-
You may know the AppId of an app that doesn't appear on the Enterprise apps list. For example, you may have deleted the app or the service principal hasn't yet been created due to the app being pre-authorized by Microsoft, you can manually create the service principal for the app and then disable it by using Microsoft Graph explorer.
100+
You may know the AppId of an app that doesn't appear on the Enterprise apps list. For example, you may have deleted the app or the service principal hasn't yet been created due to the app being preauthorized by Microsoft. You can manually create the service principal for the app and then disable it by using the following Microsoft Graph PowerShell cmdlet.
101101

102102
To disable sign-in to an application, sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) with one of the roles listed in the prerequisite section.
103103

104-
You'll need to consent to the `Application.ReadWrite.All` permission.
104+
You need to consent to the `Application.ReadWrite.All` permission.
105105

106106
Run the following query to disable user sign-in to an application.
107107

articles/active-directory/manage-apps/grant-admin-consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: jomondi
1313
ms.reviewer: ergreenl
1414
ms.collection: M365-identity-device-management
1515
ms.custom: contperf-fy22q2, enterprise-apps
16-
zone_pivot_groups: enterprise-apps-minus-aad-powershell
16+
zone_pivot_groups: enterprise-apps-minus-former-powershell
1717

1818
#customer intent: As an admin, I want to grant tenant-wide admin consent to an application in Azure AD.
1919
---

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ groups:
22922292
- id: ms-powershell
22932293
title: Microsoft Graph PowerShell
22942294
## template without azure AD PowerShell
2295-
- id: enterprise-apps-minus-aad-powershell
2295+
- id: enterprise-apps-minus-former-powershell
22962296
title: Manage Enterprise apps
22972297
prompt: Choose an option
22982298
pivots:

0 commit comments

Comments
 (0)