From e760fc7a7597e1cc40ce4138a72997f525890162 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Wed, 29 Apr 2026 11:06:44 +0200 Subject: [PATCH] Remove containment configuration from .cdsrc.json --- .cdsrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.cdsrc.json b/.cdsrc.json index 13ea4853..d7bd9b1f 100644 --- a/.cdsrc.json +++ b/.cdsrc.json @@ -4,8 +4,5 @@ "extensibility": true, "toggles": true }, - "profile": "with-mtx-sidecar", - "odata": { - "containment": true - } + "profile": "with-mtx-sidecar" }