Skip to content

Commit 992e22a

Browse files
author
Li Dai
committed
JSON Format fix - remove trailing comma
1 parent ca2079d commit 992e22a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api-reference/beta/api/filestorage-list-deletedcontainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Content-Type: application/json
115115
"@odata.type": "#microsoft.graph.fileStorageContainer",
116116
"id": "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z",
117117
"displayName": "My File Storage Container",
118-
"createdDateTime": "2021-11-24T15:41:52.347Z",
118+
"createdDateTime": "2021-11-24T15:41:52.347Z"
119119
}
120120
]
121121
}

api-reference/beta/api/filestoragecontainer-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Content-Type: application/json
114114
"id": "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z",
115115
"displayName": "My Application Storage Container",
116116
"containerTypeId": "91710488-5756-407f-9046-fbe5f0b4de73",
117-
"createdDateTime": "2021-11-24T15:41:52.347Z",
117+
"createdDateTime": "2021-11-24T15:41:52.347Z"
118118
}
119119
```
120120

api-reference/v1.0/api/filestorage-list-deletedcontainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Content-Type: application/json
114114
"@odata.type": "#microsoft.graph.fileStorageContainer",
115115
"id": "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z",
116116
"displayName": "My File Storage Container",
117-
"createdDateTime": "2021-11-24T15:41:52.347Z",
117+
"createdDateTime": "2021-11-24T15:41:52.347Z"
118118
}
119119
]
120120
}

api-reference/v1.0/api/filestoragecontainer-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Content-Type: application/json
112112
"id": "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z",
113113
"displayName": "My Application Storage Container",
114114
"containerTypeId": "91710488-5756-407f-9046-fbe5f0b4de73",
115-
"createdDateTime": "2021-11-24T15:41:52.347Z",
115+
"createdDateTime": "2021-11-24T15:41:52.347Z"
116116
}
117117
```
118118

0 commit comments

Comments
 (0)