Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
688 stars 236 forks source link

Make sure all CosmosDB URI are properly escaped #459

Open MindFlavor opened 2 years ago

MindFlavor commented 2 years ago

Right now most CosmosDB URIs are composed by concatenating strings. We should make sure the resources are properly escaped to support esoteric names (and leave to Azure whether to accept or reject them).

cataggar commented 11 months ago

Url should be used like in #1379