Skip to content

Commit 4db5c78

Browse files
authored
case-sensitive -> case-insensitive (#52)
I assume that it should be 'case-insensitive'.
1 parent 0833b1c commit 4db5c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelogs/api-management-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- Exporting APIs with empty or whitespace-only examples no longer produces an error.
3434
- Optional string query parameters are no longer added to the API operation's URL template.
3535
-`$DevPortalUrl` variable in the developer welcome email template now returns a new developer portal URL. Previously, it returned a legacy developer portal URL.
36-
- The [`authenticate-certificate`](https://learn.microsoft.com/azure/api-management/authentication-certificate-policy) policy now performs a case-sensitive certificate ID validation. Previously, request processing would fail when the casing between the certificate ID in the policy and in the request didn’t match.
36+
- The [`authenticate-certificate`](https://learn.microsoft.com/azure/api-management/authentication-certificate-policy) policy now performs a case-insensitive certificate ID validation. Previously, request processing would fail when the casing between the certificate ID in the policy and in the request didn’t match.
3737
- We've fixed an issue preventing recovery of the [soft-deleted](https://learn.microsoft.com/azure/api-management/soft-delete#recover-a-soft-deleted-instance) Basic v2 and Standard v2 service instances.
3838

3939
### Self-hosted developer portal releases

0 commit comments

Comments
 (0)