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
Due to the intoroduced validation for destination configurations, destinations of type HTTP are expected to contain a url or URL property. Note that when retrieving a destination from the destinations environment variable, all destinations are validated. This validation applies even to destinations that are not read.
Improvements
Introduce validation for destinations retrieved from environment variable or destination service.
Allow configuring the destinations environment variable with the same property keys as known from the destination service on SAP Cloud Platform, e.g. now URL is considered valid in addition to previously only url.
Fixed Issues
Fix ordering for complex properties including nested complex properties.
Fix the generator crashing for services containing function imports without a return type.
Fix the destination processing so that the user can set PrincipalPropagation as authentication scheme for on-premises connectivity.