Skip to content

Commit efdca45

Browse files
committed
- adds composable test function to non-namespace schema
1 parent dce6d9d commit efdca45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Typewriter.Test/Metadata/MetadataWithSubNamespaces.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@
278278
<Parameter Name="value" Type="graph.identitySet" />
279279
<ReturnType Type="Collection(microsoft.graph.callRecords.session)" />
280280
</Action>
281+
<Function Name="item" IsBound="true" IsComposable="true">
282+
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.callRecords.callRecord)" />
283+
<Parameter Name="name" Type="Edm.String" Unicode="false" />
284+
<ReturnType Type="microsoft.graph.callRecords.callRecord" />
285+
</Function>
281286
</Schema>
282287
</edmx:DataServices>
283288
</edmx:Edmx>

0 commit comments

Comments
 (0)