diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 98e7c06f4c3..9c81eac0d11 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -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", @@ -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",