Skip to content

Commit e1eef8e

Browse files
committed
Fixed formatting
1 parent 69e68f8 commit e1eef8e

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed
Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
{
22
"Set-MgUserPhotoContent+[NoContext]+ShouldUpdatePhoto+$PUT+https://graph.microsoft.com/v1.0/users/contoso@micorosoft.com/photo/$value": {
3-
"Request": {
4-
"Method": "PUT",
5-
"Body": "binary data",
6-
"Headers": {
7-
"Content-Type": "image/jpg"
3+
"Request": {
4+
"Method": "PUT",
5+
"Body": "binary data",
6+
"Headers": {
7+
"Content-Type": "image/jpg"
8+
}
9+
},
10+
"Response": {
11+
"StatusCode": 200,
12+
"Headers": {
13+
"Strict-Transport-Security": [
14+
"max-age=31536000"
15+
],
16+
"request-id": [
17+
"ceec1bb3-bfe4-4f4c-9bba-b47f18ab1372"
18+
],
19+
"client-request-id": [
20+
"7f583ee0-9357-4c32-84df-25f1d7f05636"
21+
],
22+
"x-ms-ags-diagnostic": [
23+
"{\"ServerInfo\":{\"DataCenter\":\"West US 2\",\"Slice\":\"E\",\"Ring\":\"1\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"MW2PEPF0000749D\"}}"
24+
],
25+
"Date": [
26+
"Thu, 04 Jun 2024 16:33:12 GMT"
27+
]
28+
}
829
}
9-
},
10-
"Response": {
11-
"StatusCode": 200,
12-
"Headers": {
13-
"Strict-Transport-Security": [ "max-age=31536000" ],
14-
"request-id": [ "ceec1bb3-bfe4-4f4c-9bba-b47f18ab1372" ],
15-
"client-request-id": [ "7f583ee0-9357-4c32-84df-25f1d7f05636" ],
16-
"x-ms-ags-diagnostic": [ "{\"ServerInfo\":{\"DataCenter\":\"West US 2\",\"Slice\":\"E\",\"Ring\":\"1\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"MW2PEPF0000749D\"}}" ],
17-
"Date": [ "Thu, 04 Jun 2024 16:33:12 GMT" ]
18-
}
19-
}
2030
}
21-
}
31+
}

0 commit comments

Comments
 (0)