Skip to content

Commit

Permalink
Merge pull request #3144 from microsoftgraph/mggroup-member-metadata
Browse files Browse the repository at this point in the history
Adds missing metadata for ``New-MgGroupMember`` and ``New-MgBetaGroupMember``
  • Loading branch information
timayabi2020 authored Feb 20, 2025
2 parents 93131d0 + ceaacf6 commit 4a7e86d
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380537,6 +380537,23 @@
"CommandAlias": null,
"Module": "Beta.Groups"
},
{
"Method": "POST",
"Uri": "/groups/{group-id}/members/$ref",
"Command": "New-MgBetaGroupMember",
"Variants": [
"Create",
"CreateExpanded",
"CreateViaIdentity",
"CreateViaIdentityExpanded"
],
"OutputType": null,
"ApiVersion": "beta",
"Permissions": [],
"ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta",
"CommandAlias": null,
"Module": "Beta.Groups"
},
{
"Method": "POST",
"Uri": "/groups/{group-id}/onenote/notebooks",
Expand Down Expand Up @@ -409723,6 +409740,23 @@
"CommandAlias": null,
"Module": "Groups"
},
{
"Method": "POST",
"Uri": "/groups/{group-id}/members/$ref",
"Command": "New-MgGroupMember",
"Variants": [
"Create",
"CreateExpanded",
"CreateViaIdentity",
"CreateViaIdentityExpanded"
],
"OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [],
"ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0",
"CommandAlias": null,
"Module": "Groups"
},
{
"Method": "POST",
"Uri": "/groups/{group-id}/onenote/notebooks",
Expand Down

0 comments on commit 4a7e86d

Please sign in to comment.