pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Add-PnPSiteDesignTask does not apply site designs #2133

Open alexc-MSFT opened 5 years ago

alexc-MSFT commented 5 years ago

Reporting an Issue or Missing Feature

When using the Add-PnPSiteDesignTask cmdlet instead of Invoke-PnPSiteDesign, the site design is not applied to the site. No error is returned but the design is never applied.

Expected behavior

The chosen site design should be applied after it has been queued, as per Invoke-PnPSiteDesign.

Actual behavior

The site design is not being applied to the site.

Steps to reproduce behavior

Add-PnPSiteDesignTask -SiteDesignId {ID}

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.10.1906.0

How did you install the PnP-PowerShell Cmdlets?

ghost commented 5 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

alexc-MSFT commented 5 years ago

@VesaJuvonen FYI - as discussed earlier

michelsmit commented 5 years ago

We're observing the same issue. The Add-SPOSiteDesignTask works as expected but the Add-PnPSiteDesignTask doesn't.

Add-SPOSiteDesignTask isn't an option for us since we have to use an AppId and AppSecret (using Connect-PnPOnline) which isn't supported for Connect-SPOService.

SaripalliKarteek commented 5 years ago

is there any update?

MMD84 commented 4 years ago

Any update available?