-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reporting an Issue or Missing Feature
When creating a new site with the following code, the underlying Microsoft API never returns "isProvisionedComplete = true". Therefor the New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title 'MyTest' -Url 'https://contoso.sharepoint.com/sites/MyTest' -Owner '[email protected]' -Verbose -Wait; get cancelled.
Expected behavior
Return succesfully created
Actual behavior
Cmdlet get cancelled after 30 API calls or so.
Steps to reproduce behavior
Run New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title 'MyTest' -Url 'https://contoso.sharepoint.com/sites/MyTest' -Owner '[email protected]' -Verbose -Wait;
What is the version of the Cmdlet module you are running?
3.1.0
Which operating system/environment are you running PnP PowerShell on?
- Windows
- Linux
- MacOS
- Azure Cloud Shell
- Azure Functions
- Other : please specify
gautamdsheth
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working