Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
millicentachieng committed Sep 15, 2024
1 parent 141c067 commit d6f5b1f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions transforms/csdl/preprocess_csdl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,19 @@
</xsl:element>
</xsl:when>
</xsl:choose>


<!-- Remove Deletability for entitlementManagement/accessPackageAssignments navigation property-->
<xsl:choose>
<xsl:when test="not(edm:Annotations[@Target='microsoft.graph.entitlementManagement/accessPackageAssignments'])">
<xsl:element name="Annotations">
<xsl:attribute name="Target">microsoft.graph.entitlementManagement/accessPackageAssignments</xsl:attribute>
<xsl:call-template name="DeleteRestrictionsTemplate">
<xsl:with-param name="deletable">false</xsl:with-param>
</xsl:call-template>
</xsl:element>
</xsl:when>
</xsl:choose>

<!-- Add Insertability and Updatability for educationSchool/administrativeUnit non-containment navigation property -->
<xsl:choose>
Expand Down

0 comments on commit d6f5b1f

Please sign in to comment.