Skip to content

Commit 9c4bbc8

Browse files
committed
Adding notes on ALM API support for site collection app catalog
1 parent 9dd9c38 commit 9c4bbc8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/apis/alm-api-for-spfx-add-ins.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Application Lifecycle Management (ALM) APIs
3+
ms.date: 12/19/2017
4+
ms.prod: sharepoint
5+
ms.assetid: fdf7ecb2-8851-425b-b058-3285fba77b68
6+
---
7+
18
# Application Lifecycle Management (ALM) APIs
29

310
ALM APIs are providing simple APIs to manage deployment of your SharePoint Framework solutions and add-ins cross your tenant. ALM APIs support following capabilities.
@@ -14,7 +21,10 @@ ALM APIs can be used to perform exactly the same operations which are available
1421
- Install and UnInstall events are being fired for provider hosted add-ins when corresponding operations are occurred
1522
- ALM APIs supports app-only based operations
1623

17-
ALM APIs are natively provided using REST APIs, but there is also additional CSOM extensions and PowerShell commandlets available through SharePoint Patterns and Practices
24+
ALM APIs are natively provided using REST APIs, but there is also additional CSOM extensions and PowerShell commandlets available through SharePoint Patterns and Practices.
25+
26+
> [!NOTE]
27+
> ALM APIs are not currently supported for [site collection app catalog](../general-development/site-collection-app-catalog.md). Support will be added early 2018.
1828
1929
## REST API
2030

0 commit comments

Comments
 (0)