-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m365 spo homesite add #6488
Comments
Hi, @reshmee011, thanks for the issue. A few remarks from my side:
Other command-related questions:
|
@milanholemans : My answers to the questions
As per Ms documentation from https://learn.microsoft.com/en-us/viva/connections/set-up-admin-center, it's "Create a Connections experience" For the option, instead of repeating homeSite in the option name, I'd just opt for -u, url . Done Other command-related questions: Does this mean that we should update the description of the command spo homesite set so that it only updates a home site instead of adding it? Should we update spo homesite get and spo homesite remove with a required siteUrl option? Yes, we should update them, the endpoints will have to change to ones that can accept the siteUrl parameter. Documentation how to programmatically manage those viva connection experiences is lacking. I am using the browser's developer tools to identify the endpoints. |
Yeah, we are kinda in a gray area here. Setting up the home site automatically creates a VC experience as well, but in this case that's not really the purpose of the command, but rather a side-effect I guess?
I didn't notice the other issue you've created, so you can ignore this comment.
Is it possible for you to specify issues for this as well? We would really appreciate that. Note that these commands should have a required option |
We can leave it
I have raised issues
|
Usage
m365 spo homesite add
Description
Create a viva connection experience
Options
-h --homeSiteUrl <homeSiteUrl>
Examples
Create a viva connection experience
m365 spo homesite add --homeSiteUrl "https://reshmeeauckloo.sharepoint.com/sites/testcomms"
Default properties
Additional Info
This is to fix bug #6066 which requires the additional cmdlet to add home site which is separate from the update home site.
After peer review, I am happy to work on it.
The text was updated successfully, but these errors were encountered: