Skip to content

Commit 4428778

Browse files
Merge pull request SharePoint#8172 from dereklh7/Revert-6-13-Extensions
Validation: Removed Absolute Links
2 parents 2e05ac4 + 32666df commit 4428778

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/spfx/publish-to-marketplace-after-publishing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Maintain and support your published app
33
description: Tips to maintain and support your SharePoint Framework app after publishing it to the Marketplace
4-
ms.date: 07/16/2020
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -16,7 +16,7 @@ SharePoint Online allows you to create a tenant App Catalog where you centrally
1616

1717
Applications that you acquire from the Marketplace, you can install only in tenant App Catalogs. After installing the application, you can decide whether you want to deploy it globally and make it available to all sites in your tenant or if you want to deploy it only to specific sites.
1818

19-
For more information about managing SharePoint Framework solution in the App Catalog visit: [https://docs.microsoft.com/sharepoint/use-app-catalog](https://docs.microsoft.com/sharepoint/use-app-catalog) and [https://docs.microsoft.com/sharepoint/dev/general-development/site-collection-app-catalog](https://docs.microsoft.com/sharepoint/dev/general-development/site-collection-app-catalog).
19+
For more information about managing SharePoint Framework solution in the App Catalog visit: [Manage apps using the Apps site](/sharepoint/use-app-catalog) and [Use the site collection app catalog](/sharepoint/dev/general-development/site-collection-app-catalog).
2020

2121
## Permissions required to install applications from the Marketplace
2222

docs/spfx/use-aadhttpclient.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ Global and SharePoint administrators can also use the SharePoint Online Manageme
188188
> [!NOTE]
189189
> SharePoint doesn't verify if the requested permissions have already been granted or not, so before approving or rejecting a permission request, check which permissions have already been granted in your tenant.
190190
191-
- To *approve the specific permission request*, use the **Approve-SPOTenantServicePrincipalPermissionRequest -RequestId <Guid>** cmdlet, specifying the ID of the permission request that you want to approve.
191+
- To *approve the specific permission request*, use the **Approve-SPOTenantServicePrincipalPermissionRequest -RequestId \<Guid\>** cmdlet, specifying the ID of the permission request that you want to approve.
192192
193193
> [!NOTE]
194194
> If you try to approve a request for a permission that has already been granted, you get an error.
195195
196-
- To *deny a permission request* (if the requested permission has already been granted, or the request is against your organizational policies), use the **Deny-SPOTenantServicePrincipalPermissionRequest -RequestId <Guid>** cmdlet, specifying the ID of the permission request that you want to deny.
196+
- To *deny a permission request* (if the requested permission has already been granted, or the request is against your organizational policies), use the **Deny-SPOTenantServicePrincipalPermissionRequest -RequestId \<Guid\>** cmdlet, specifying the ID of the permission request that you want to deny.
197197
198198
> [!NOTE]
199199
> Denying a permission request issued by a SharePoint Framework application doesn't prevent that application from being deployed in the app catalog and installed on sites.
@@ -206,7 +206,7 @@ Global and SharePoint administrators can also use the SharePoint Online Manageme
206206
- **ResourceId**: The objectId of the resource service principal to which access has been granted.
207207
- **Scope**: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token.
208208
209-
- To *revoke a previously granted permission*, use the **Revoke-SPOTenantServicePrincipalPermission -ObjectId <String>** cmdlet. In the **ObjectId** parameter, you should specify the objectId of the grant that you want to revoke, which you can obtain by using the **Get-SPOTenantServicePrincipalPermissionGrants** cmdlet.
209+
- To *revoke a previously granted permission*, use the **Revoke-SPOTenantServicePrincipalPermission -ObjectId \<String\>** cmdlet. In the **ObjectId** parameter, you should specify the objectId of the grant that you want to revoke, which you can obtain by using the **Get-SPOTenantServicePrincipalPermissionGrants** cmdlet.
210210
211211
> [!NOTE]
212212
> Revoking a permission doesn't trigger any changes to the app catalog or any of the deployed applications. The only consequence of revoking a permission is that any application used in the tenant will not be able to connect to the resources for which the permission has been revoked.

docs/spfx/use-theme-colors-in-your-customizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use theme colors in your SharePoint Framework customizations
33
description: Use theme colors so that your customizations look like a part of the site by referring to the theme colors of the context site in your SharePoint Framework solution.
4-
ms.date: 02/26/2021
4+
ms.date: 06/13/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -143,7 +143,7 @@ Occurrence of theme tokens within SharePoint UI may differ depending upon select
143143

144144
### Customizing theme colors
145145

146-
In order to customize theme colors, a custom theme should be created and added to a SharePoint tenant for selection on a target site or hub. See [SharePoint site theming](https://docs.microsoft.com/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview) for more information.
146+
In order to customize theme colors, a custom theme should be created and added to a SharePoint tenant for selection on a target site or hub. See [SharePoint site theming](/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview) for more information.
147147

148148
## See also
149149

0 commit comments

Comments
 (0)