Description
The Key Vault ResourceExt
does not canonicalize URLs, such that "https://my-vault.vault.azure.net//secrets/my-secret" fails with "missing collection". I believe other languages' SDKs handle this already. Unfortunately, it seems url::Url
does not canonicalize like .NET's System.Url
does.
FWIW, in the past when I first proposed these parsing APIs to the Key Vault v-team, I investigated and the service does indeed canonicalize URLs itself such that it treats "//" as "/".
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
Status
Done