Azure / azure-documentdb-datamigrationtool

Azure DocumentDB Data Migration Tool
MIT License
387 stars 183 forks source link

Workaround: Trim '\' at the end of connection string for cosmos tables/azure tables api's #71

Closed sakash279 closed 5 years ago

sakash279 commented 5 years ago

There is a use case where a '/' at the end of the connection string, which is sometimes common when copying directly from the azure portal causes the endpoint to not resolve. This change is attempting to remove the '/' character from the end of the connection string so this behavior does not result in errors.