From 50e0d8cc134f7cad86762719701740134a9be80d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 5 Feb 2025 10:14:54 +0300 Subject: [PATCH 1/3] Added update restrictions for synchronization/jobs/synchronizationJob/schema navigation property --- transforms/csdl/preprocess_csdl.xsl | 16 ++++++++++++++++ transforms/csdl/preprocess_csdl_test_input.xml | 13 +++++++++++++ transforms/csdl/preprocess_csdl_test_output.xml | 13 +++++++++++++ 3 files changed, 42 insertions(+) diff --git a/transforms/csdl/preprocess_csdl.xsl b/transforms/csdl/preprocess_csdl.xsl index e5a1cab88..ba8c6d64d 100644 --- a/transforms/csdl/preprocess_csdl.xsl +++ b/transforms/csdl/preprocess_csdl.xsl @@ -2177,6 +2177,22 @@ + + + + + + + + + PUT + + + true + + + + diff --git a/transforms/csdl/preprocess_csdl_test_input.xml b/transforms/csdl/preprocess_csdl_test_input.xml index 6755acc21..9c634bc95 100644 --- a/transforms/csdl/preprocess_csdl_test_input.xml +++ b/transforms/csdl/preprocess_csdl_test_input.xml @@ -47,6 +47,19 @@ + + + + + + + + + + + + + diff --git a/transforms/csdl/preprocess_csdl_test_output.xml b/transforms/csdl/preprocess_csdl_test_output.xml index cd825a10f..a61ff6438 100644 --- a/transforms/csdl/preprocess_csdl_test_output.xml +++ b/transforms/csdl/preprocess_csdl_test_output.xml @@ -217,6 +217,19 @@ + + + + + + + + + + + + + From d24ec53548d923036386873a373143ca79fa57d8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 6 Feb 2025 12:20:49 +0300 Subject: [PATCH 2/3] Added annotations to the output related to schema navigation property --- transforms/csdl/preprocess_csdl.xsl | 4 ++-- transforms/csdl/preprocess_csdl_test_input.xml | 8 ++++++++ transforms/csdl/preprocess_csdl_test_output.xml | 12 ++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/transforms/csdl/preprocess_csdl.xsl b/transforms/csdl/preprocess_csdl.xsl index ba8c6d64d..3548c8dec 100644 --- a/transforms/csdl/preprocess_csdl.xsl +++ b/transforms/csdl/preprocess_csdl.xsl @@ -2178,8 +2178,8 @@ - - + + diff --git a/transforms/csdl/preprocess_csdl_test_input.xml b/transforms/csdl/preprocess_csdl_test_input.xml index 9c634bc95..9fe4b5964 100644 --- a/transforms/csdl/preprocess_csdl_test_input.xml +++ b/transforms/csdl/preprocess_csdl_test_input.xml @@ -249,6 +249,14 @@ + + + + + + + + diff --git a/transforms/csdl/preprocess_csdl_test_output.xml b/transforms/csdl/preprocess_csdl_test_output.xml index a61ff6438..b7abef69a 100644 --- a/transforms/csdl/preprocess_csdl_test_output.xml +++ b/transforms/csdl/preprocess_csdl_test_output.xml @@ -755,6 +755,18 @@ + + + + + + + Org.OData.Capabilities.V1.HttpMethod/PUT + + + + + From 8a69c5eceef9c8459c4ba8286f7ce121672b8bc6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 6 Feb 2025 12:37:40 +0300 Subject: [PATCH 3/3] Added schema enity type --- transforms/csdl/preprocess_csdl_test_input.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/transforms/csdl/preprocess_csdl_test_input.xml b/transforms/csdl/preprocess_csdl_test_input.xml index 9fe4b5964..2236314f5 100644 --- a/transforms/csdl/preprocess_csdl_test_input.xml +++ b/transforms/csdl/preprocess_csdl_test_input.xml @@ -56,6 +56,10 @@ + + + +