Skip to content

Commit

Permalink
Update transforms/csdl/preprocess_csdl.xsl
Browse files Browse the repository at this point in the history
Co-authored-by: Millicent Achieng <[email protected]>
  • Loading branch information
timayabi2020 and millicentachieng authored Sep 11, 2024
1 parent 45d9752 commit c207031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/csdl/preprocess_csdl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@
<xsl:choose>
<xsl:when test="not(edm:Annotations[@Target='microsoft.graph.entitlementManagement.acessPackageAssignment'])">
<xsl:element name="Annotations">
<xsl:attribute name="Target">microsoft.graph.entitlementManagement.acessPackageAssignment</xsl:attribute>
<xsl:attribute name="Target">microsoft.graph.entitlementManagement.accessPackageAssignment</xsl:attribute>
<xsl:call-template name="DeleteRestrictionsTemplate">
<xsl:with-param name="deletable">false</xsl:with-param>
</xsl:call-template>
Expand Down

0 comments on commit c207031

Please sign in to comment.