Skip to content

Commit

Permalink
New command: viva engage community set
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinM85 committed Oct 27, 2024
1 parent 838bd10 commit d2c8853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/m365/viva/commands/engage/engage-community-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class VivaEngageCommunitySetCommand extends GraphCommand {
Object.assign(this.telemetryProperties, {
id: typeof args.options.id !== 'undefined',
displayName: typeof args.options.displayName !== 'undefined',
entraGroupId: typeof args.options.entraGroupId !== 'undefined',
newDisplayName: typeof args.options.newDisplayName !== 'undefined',
description: typeof args.options.description !== 'undefined',
privacy: typeof args.options.privacy !== 'undefined'
Expand Down Expand Up @@ -105,7 +106,7 @@ class VivaEngageCommunitySetCommand extends GraphCommand {
}

#initTypes(): void {
this.types.string.push('id', 'displayName', 'newDisplayName', 'description', 'privacy');
this.types.string.push('id', 'displayName', 'entraGroupId', 'newDisplayName', 'description', 'privacy');
}

#initOptionSets(): void {
Expand Down

0 comments on commit d2c8853

Please sign in to comment.