Closed
Description
I am trying to use m365 spo web set
command to set home page for our SharePoint site.
I am using example given in documentation at m365 spo web set like:
m365 spo web set --url https://contoso.sharepoint.com/sites/team-a --welcomePage "SitePages/new-home.aspx"
However it is throwing below error:
Error: The property 'welcomePage' does not exist on type 'SP.Web'. Make sure to only use property names that are defined by the type.
I am using v6.5.0
. Is --welcomePage
option in m365 spo web set
command removed recently or is there any bug in the command?