You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/publish-to-marketplace-after-publishing.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Maintain and support your published app
3
3
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
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
---
@@ -16,7 +16,7 @@ SharePoint Online allows you to create a tenant App Catalog where you centrally
16
16
17
17
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.
18
18
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 sitecollectionappcatalog](/sharepoint/dev/general-development/site-collection-app-catalog).
20
20
21
21
## Permissions required to install applications from the Marketplace
Copy file name to clipboardExpand all lines: docs/spfx/use-aadhttpclient.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -188,12 +188,12 @@ Global and SharePoint administrators can also use the SharePoint Online Manageme
188
188
> [!NOTE]
189
189
> 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.
190
190
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.
192
192
193
193
> [!NOTE]
194
194
> If you try to approve a request for a permission that has already been granted, you get an error.
195
195
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.
197
197
198
198
> [!NOTE]
199
199
> 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
206
206
- **ResourceId**: The objectId of the resource service principal to which access has been granted.
207
207
- **Scope**: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token.
208
208
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.
210
210
211
211
> [!NOTE]
212
212
> 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.
Copy file name to clipboardExpand all lines: docs/spfx/use-theme-colors-in-your-customizations.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use theme colors in your SharePoint Framework customizations
3
3
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
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
---
@@ -143,7 +143,7 @@ Occurrence of theme tokens within SharePoint UI may differ depending upon select
143
143
144
144
### Customizing theme colors
145
145
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.
0 commit comments