From bfcc754c32bd34c73a1c134e9b539406f8e4bb48 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Thu, 13 Mar 2025 12:50:28 +0300 Subject: [PATCH] fix: add missing annotations for `protectionUnits` navigation property. --- transforms/csdl/preprocess_csdl.xsl | 12 ++++++++++++ transforms/csdl/preprocess_csdl_test_input.xml | 8 ++++++++ transforms/csdl/preprocess_csdl_test_output.xml | 16 ++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/transforms/csdl/preprocess_csdl.xsl b/transforms/csdl/preprocess_csdl.xsl index 13eed36f4..cbf073ddd 100644 --- a/transforms/csdl/preprocess_csdl.xsl +++ b/transforms/csdl/preprocess_csdl.xsl @@ -499,6 +499,18 @@ + + + + + + + microsoft.graph.siteProtectionUnit + microsoft.graph.mailboxProtectionUnit + microsoft.graph.driveProtectionUnit + + + diff --git a/transforms/csdl/preprocess_csdl_test_input.xml b/transforms/csdl/preprocess_csdl_test_input.xml index a614feb9b..f0f4b2748 100644 --- a/transforms/csdl/preprocess_csdl_test_input.xml +++ b/transforms/csdl/preprocess_csdl_test_input.xml @@ -434,6 +434,14 @@ + + + + + + + + diff --git a/transforms/csdl/preprocess_csdl_test_output.xml b/transforms/csdl/preprocess_csdl_test_output.xml index 3a6107fd6..042be8379 100644 --- a/transforms/csdl/preprocess_csdl_test_output.xml +++ b/transforms/csdl/preprocess_csdl_test_output.xml @@ -996,6 +996,22 @@ + + + + + + + + + + microsoft.graph.siteProtectionUnit + microsoft.graph.mailboxProtectionUnit + microsoft.graph.driveProtectionUnit + + + +