-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
New-PnPContainerType based on New-SPOContainerType to create the container type as part of "Setup and Configure SharePoint Embedded" based on https://learn.microsoft.com/en-us/sharepoint/dev/embedded/mslearn/m01-05-hol
Describe the solution you'd like
New-PnPContainerType -TrialContainerType -ContainerTypeName "{{CONTAINER_TYPE_NAME}}" -OwningApplicationId "{{AZURE_ENTRA_APP_ID}}"
{{CONTAINER_TYPE_NAME}}: A Name for your new Container Type. For example, use FirstContainerType.
{{AZURE_ENTRA_APP_ID}}: Value of the Microsoft Entra ID app ID, also known as the "client ID" created as part of setting up SharePoint Embedded.
Assign to me to work on it :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request