From d623d2edc9ca36497ccc65f5e0e53866d4a50980 Mon Sep 17 00:00:00 2001 From: Nick Elder Date: Fri, 15 Aug 2025 16:11:21 -0700 Subject: [PATCH 1/2] Update New-ApplicationAccessPolicy.md Updating wording on upcoming deprecation to be more up to date with the fact that a feature has been released --- .../ExchangePowerShell/New-ApplicationAccessPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md b/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md index 0e3793c107..64ae1639c2 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md @@ -16,7 +16,7 @@ title: New-ApplicationAccessPolicy This cmdlet is available only in the cloud-based service. > [!IMPORTANT] -> App Access Policies will soon be replaced by Role Based Access Control for Applications. To learn more, see [Role Based Access Control for Exchange Applications](https://learn.microsoft.com/exchange/permissions-exo/application-rbac). +> App Access Policies has been replaced by Role Based Access Control for Applications. To learn more, see [Role Based Access Control for Exchange Applications](https://learn.microsoft.com/exchange/permissions-exo/application-rbac). New access configuration should not use Application Access Policies since this feature will have deprecation announced in the future which will require migration. Use the New-ApplicationAccessPolicy cmdlet to restrict or deny access to a specific set of mailboxes by an application that uses APIs (Outlook REST, Microsoft Graph, or Exchange Web Services (EWS)). These policies are complementary to the permission scopes that are declared by the application. From 8d3bbd8df951132a9c7f25fc65b0de510a5e03af Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 18 Aug 2025 08:58:59 -0700 Subject: [PATCH 2/2] Update New-ApplicationAccessPolicy.md --- .../ExchangePowerShell/New-ApplicationAccessPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md b/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md index 64ae1639c2..86ff783200 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-ApplicationAccessPolicy.md @@ -16,7 +16,7 @@ title: New-ApplicationAccessPolicy This cmdlet is available only in the cloud-based service. > [!IMPORTANT] -> App Access Policies has been replaced by Role Based Access Control for Applications. To learn more, see [Role Based Access Control for Exchange Applications](https://learn.microsoft.com/exchange/permissions-exo/application-rbac). New access configuration should not use Application Access Policies since this feature will have deprecation announced in the future which will require migration. +> App Access Policies are replaced by Role Based Access Control for Applications. To learn more, see [Role Based Access Control for Exchange Applications](https://learn.microsoft.com/exchange/permissions-exo/application-rbac). Don't create new App Access Policies as these policies will eventually require migration to Role Based Access Control for Applications. Use the New-ApplicationAccessPolicy cmdlet to restrict or deny access to a specific set of mailboxes by an application that uses APIs (Outlook REST, Microsoft Graph, or Exchange Web Services (EWS)). These policies are complementary to the permission scopes that are declared by the application.