We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e83f58 commit 984fcdcCopy full SHA for 984fcdc
docs/apis/alm-api-for-spfx-add-ins.md
@@ -87,6 +87,9 @@ POST /_api/web/tenantappcatalog/AvailableApps/GetById('xxxxxxxx-xxxx-xxxx-xxxx-x
87
> [!NOTE]
88
> This operation is required to be completed after Add, before you can install packages to specific sites.
89
90
+> [!NOTE]
91
+> It is currently not supported to deploy several packages in parallel - make sure to serialize your deployment operations to avoid deployment errors.
92
+
93
### Retract solution packages in the app catalog
94
95
This retracts the solution to be available from the sites. This API is designed to be executed in the context of the app catalog site.
0 commit comments