Skip to content

Commit dad8070

Browse files
committed
removed annotations
1 parent f5c1c91 commit dad8070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Content-Length: 205
140140
`getBrowserUserCounts` operation doesn't change any server data and is a good fit for a function.`period` operation parameter convey a restricted set of options representing the number of days over which the report is aggregated. The report supports only 7,30,90, or 180 days. In addition the function doesn't return a Graph resource but streams response data in JSON or CSV formats.
141141

142142
```
143-
<Function Name="getBrowserUserCounts" IsBound="true" ags:OwnerService="Microsoft.O365Reporting">
143+
<Function Name="getBrowserUserCounts" IsBound="true">
144144
<Parameter Name="reportRoot" Type="graph.reportRoot" />
145145
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
146146
<ReturnType Type="Edm.Stream" Nullable="false" />

0 commit comments

Comments
 (0)