Skip to content

Commit d0bb11a

Browse files
authored
Update mm-with-cba.md
Remove trailing comma from end of sample json file That comma causes agent setup to crash
1 parent e5f9a9f commit d0bb11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration/mm-with-cba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Prepare a configuration Json file with the following content:
8080
    "Thumbprint":"The client credential certificate thumbprint",
8181
    "TenantId":"Tenant ID",
8282
    "ClientId":"App registration Id",
83-
    "AdminUrl": "The SharePoint Admin site URL, example https://contoso-admin.sharepoint.com",
83+
    "AdminUrl": "The SharePoint Admin site URL, example https://contoso-admin.sharepoint.com"
8484
}
8585
```
8686

0 commit comments

Comments
 (0)