Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
millicentachieng committed Sep 15, 2024
1 parent 11bfa73 commit 973535f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transforms/csdl/preprocess_csdl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@
</xsl:call-template>
</xsl:element>
</xsl:when>
</xsl:choose>
</xsl:choose>
<!-- Remove Deletability for entitlementManagement/accessPackageAssignments navigation property-->
<xsl:choose>
<xsl:when test="not(edm:Annotations[@Target='microsoft.graph.entitlementManagement/accessPackageAssignments'])">
Expand All @@ -1881,7 +1881,7 @@
</xsl:call-template>
</xsl:element>
</xsl:when>
</xsl:choose>
</xsl:choose>
</xsl:copy>
</xsl:template>

Expand Down

0 comments on commit 973535f

Please sign in to comment.