Skip to content

Commit 0c2623b

Browse files
committed
Very minor fix
1 parent f8d7ad6 commit 0c2623b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/Guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Where:
7474
7575
> :ballot_box_with_check: **YOU SHOULD** keep URLs readable; if possible, avoid UUIDs & %-encoding (ex: Cádiz is %-encoded as C%C3%A1diz)
7676
>
77-
> :ballot_box_with_check: **YOU SHOULD** limit your URL's characters to `0-9 A-Z a-z - . _ ~ :`
77+
> :ballot_box_with_check: **YOU SHOULD** limit your URL's path characters to `0-9 A-Z a-z - . _ ~ :`
7878
79-
> :heavy_check_mark: **YOU MAY** use these other characters in the URL but they will likely require %-encoding [[RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1)]: `/ ? # [ ] @ ! $ & ' ( ) * + , ; =`
79+
> :heavy_check_mark: **YOU MAY** use these other characters in the URL path but they will likely require %-encoding [[RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1)]: `/ ? # [ ] @ ! $ & ' ( ) * + , ; =`
8080
8181

8282
Some customer-provided path segment values may be compared case-insensitivity if the abstraction they represent is normally compared with case-insensitivity. For example, a UUID path segment of 'c55f6b35-05f6-42da-8321-2af5099bd2a2' should be treated identical to 'C55F6B35-05F6-42DA-8321-2AF5099BD2A2'

0 commit comments

Comments
 (0)