pnp / sp-site-designs-studio

Code for the Site Design Studio solution
MIT License
56 stars 17 forks source link

Apply-PnPTenantTemplate' is not recognized as the name of a cmdlet #21

Open Chibale11 opened 3 years ago

Chibale11 commented 3 years ago

I have the latest version of PnPPnline installed. This command is not in the PnP.PowerSell Module list. Has it been replaced with Add?

sparkitect commented 3 years ago

It seems (to be tested) that Apply- has been replaced with Invoke- in these cmdlets.

sparkitect commented 3 years ago

UPDATE: The script worked when I canged Apply- to Invoke-

sparkitect commented 3 years ago

See Pull Request Update setup.ps1 #22

Edwards-Afiba commented 3 years ago

Worked on my end Also, now just getting

Error: The value for "_instanceId" must not be undefined

On the created communication site.

Chibale11 commented 3 years ago

I resolved my error Error: The value for "_instanceId" must not be undefined - App Catalog was not running on tenant. Disregard.