-
Notifications
You must be signed in to change notification settings - Fork 330
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
New command: viva engage community set #6279
Comments
Hi @MartinM85, to improve friendliness, I suggest that we use 2 options |
@milanholemans Spec updated. I can take it |
Thinking a bit more about this command, how about we add an option for |
In that case, shouldn't people just use the |
That’s a good point, but I’m not sure everyone would know that. If you’re working within the |
We should also strive for consistency. This means that when we add this option to one command, we should add it to all |
It would be a bit of a workaround to get it working with just the |
I would start with the version without the |
@Jwaegebaert maybe we should agree on whether we user
I can live with both stances to include it, or not. But IMO if we include it, we should name it |
I also don't have a strong opinion about the group option as long as it is somehow clear, either in option name like @milanholemans mentioned to use |
Would |
Ok, spec updated. |
Usage
m365 viva engage community set [options]
Description
Updates an existing Viva Engage community
Options
-i, --id [id]
id
,displayName
orentraGroupId
, but not multiple.-d, --displayName [displayName]
id
,displayName
orentraGroupId
, but not multiple.--entraGroupId [entraGroupId]
id
,displayName
orentraGroupId
, but not multiple.--newDisplayName [newDisplayName]
--description [description]
--privacy [privacy]
public
, andprivate
.Examples
Update info about the community specified by the community id
Update info about the community specified by name
Update info about the community specified by the Microsoft Entra group id
Default properties
No response
Additional Info
API
https://learn.microsoft.com/en-us/graph/api/community-update?view=graph-rest-1.0&tabs=http
The text was updated successfully, but these errors were encountered: