General availability: Azure API Management updates in January 2022
Published date: January 27, 2022
On 20 January 2022, we released a regular Azure API Management service update and it may take several weeks for your API Management service to receive the update.
New
- Published developer portals are now automatically upgraded to new portal releases, without the need to republish the portal manually. Automated upgrades will preserve the latest published content; they won't publish saved but unpublished content.
- You can now use curly brackets in a SOAP action URL template (for example,
/soapAction={wildcard}
) to define a wildcard SOAP action, which will match any SOAP request that doesn't have a dedicated action defined in the API. The value inside the curly brackets doesn't affect the execution. - Availability zones are now supported in the East Asia region.
Fixed
- Newly created diagnostic settings will no longer be configured to log request query parameters by default. As part of this change,
Diagnostic
entity'sdataMasking.queryParams
properties will be set with the following wildcard configuration{ "value": "*", "mode": "Hide"}
. The same wildcard configuration can also be applied todataMasking.headers
. - Self-hosted gateway now properly handles a certificate change (
certificateId
) for existing hostnames. - Multiple
validate-content
policies can now be specified in a single policy section. - It is now possible to delete a resource group with an
stv2
-based API Management service in a virtual network. Previously, the deletion could fail due to an unreleased public IP resource. Learn more aboutstv2
and API Management's infrastructure. ConfigurationChange
event is no longer logged in Resource Health for API Management service backups.tracestate
header values are no longer truncated after the first key-value pair.- An attempt to deploy an
stv2
API Management service into a virtual network subnet with anstv1
API Management service will now result in a descriptive error message.
Learn more details here.