You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/api-management-service.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Azure API Management service changelog
2
2
3
+
## Release - API Management service: December, 2023
4
+
5
+
### New features, improvements, and changes
6
+
7
+
- We reserved`default`[Workspace](https://learn.microsoft.com/azure/api-management/workspaces-overview) name for internal use. After the update, users will not be able to create Workspaces with that name.
8
+
9
+
### Fixes
10
+
11
+
- We fixed an issue causing degraded performance when creating new service instance.
12
+
- We fixed an issue with `DevPortalHost` property not being passed correctly into the email notification template.
13
+
- We eliminated inconsistency in [Security Scheme](https://spec.openapis.org/oas/v3.1.0#security-scheme-object) and [Security Requirement](https://spec.openapis.org/oas/v3.1.0#security-requirement-object) objects in OpenAPI exports when performed by authenticated vs. anonymous users.
0 commit comments