Skip to content

Commit 6fccf58

Browse files
committed
Updated metadata json file
1 parent e76418e commit 6fccf58

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

src/Authentication/Authentication/custom/common/MgCommandMetadata.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168140,6 +168140,38 @@
168140168140
],
168141168141
"Method": "GET"
168142168142
},
168143+
{
168144+
"ApiVersion": "v1.0",
168145+
"Module": "Users",
168146+
"Method": "DELETE",
168147+
"OutputType": null,
168148+
"Variants": [
168149+
"Delete",
168150+
"DeleteViaIdentity"
168151+
],
168152+
"Uri": "/users/{user-id}/photo",
168153+
"Permissions": [
168154+
{
168155+
"Name": "ProfilePhoto.ReadWrite.All",
168156+
"Description": "Consent name unavailable",
168157+
"FullDescription": "Consent description unavailable",
168158+
"IsAdmin": false
168159+
},
168160+
{
168161+
"Name": "User.ReadWrite",
168162+
"Description": "Read and update your profile",
168163+
"FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
168164+
"IsAdmin": false
168165+
},
168166+
{
168167+
"Name": "User.ReadWrite.All",
168168+
"Description": "Read and write all users' full profiles",
168169+
"FullDescription": "Allows the app to read and update user profiles without a signed in user.",
168170+
"IsAdmin": false
168171+
}
168172+
],
168173+
"Command": "Remove-MgUserPhoto"
168174+
},
168143168175
{
168144168176
"Uri": "/users/{user-id}/photo/$value",
168145168177
"Command": "Get-MgBetaUserPhotoContent",
@@ -274861,6 +274893,38 @@
274861274893
],
274862274894
"Method": "GET"
274863274895
},
274896+
{
274897+
"ApiVersion": "v1.0",
274898+
"Module": "Users",
274899+
"Method": "DELETE",
274900+
"OutputType": null,
274901+
"Variants": [
274902+
"Delete",
274903+
"DeleteViaIdentity"
274904+
],
274905+
"Uri": "/users/{user-id}/photo",
274906+
"Permissions": [
274907+
{
274908+
"Name": "ProfilePhoto.ReadWrite.All",
274909+
"Description": "Consent name unavailable",
274910+
"FullDescription": "Consent description unavailable",
274911+
"IsAdmin": false
274912+
},
274913+
{
274914+
"Name": "User.ReadWrite",
274915+
"Description": "Read and update your profile",
274916+
"FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
274917+
"IsAdmin": false
274918+
},
274919+
{
274920+
"Name": "User.ReadWrite.All",
274921+
"Description": "Read and write all users' full profiles",
274922+
"FullDescription": "Allows the app to read and update user profiles without a signed in user.",
274923+
"IsAdmin": false
274924+
}
274925+
],
274926+
"Command": "Remove-MgUserPhoto"
274927+
},
274864274928
{
274865274929
"Uri": "/users/{user-id}/photo/$value",
274866274930
"Command": "Get-MgUserPhotoContent",

0 commit comments

Comments
 (0)