Skip to content

Commit a1125bd

Browse files
authored
docs(apim): Update trusted service connectivity retirement note
Added note about existing custom properties for PATCH calls.
1 parent 60904cb commit a1125bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

articles/api-management/breaking-changes/trusted-service-connectivity-retirement-march-2026.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ To do so, set a custom property `Microsoft.WindowsAzure.ApiManagement.Gateway.Ma
121121
"location": "string",
122122
"properties": {
123123
"customProperties": {
124+
// Existing custom properties defined on the service
124125
"Microsoft.WindowsAzure.ApiManagement.Gateway.ManagedIdentity.DisableOverPrivilegedAccess": "True"
125126
}
126127
},
@@ -131,6 +132,9 @@ To do so, set a custom property `Microsoft.WindowsAzure.ApiManagement.Gateway.Ma
131132
}
132133
```
133134

135+
> [!NOTE]
136+
> Existing custom properties, such as ciphers, must be added to the PATCH call as they would otherwise be removed from the service.
137+
134138
The Azure Advisor recommendation should disappear within a day or two of disabling the trusted connectivity on the API Management gateway.
135139

136140
## What is the deadline for the change?

0 commit comments

Comments
 (0)