Skip to content

Commit 5422dff

Browse files
committed
Removed the HTML tag that corrected wrapping
1 parent 799f098 commit 5422dff

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

microsoftgraph/docs-conceptual/use-query-parameters.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@ Microsoft PowerShell SDK cmdlets may support one or more of the following OData
2020
>[!TIP]
2121
>OData query options in the Microsoft Graph API use lowercase names and specify the dollar ($) prefix while in Microsoft Graph PowerShell SDK, their names are Pascal-cased and prefixed with a hyphen (-). For example, `$count` and `$orderBy` are to Microsoft Graph API while `-Count` and `-OrderBy`, respectively, are to Microsoft Graph PowerShell SDK.
2222
23-
<!---(Disable wrapping the first column of the table.)--->
24-
<style>
25-
td:first-child {
26-
white-space: nowrap;
27-
}
28-
</style>
29-
30-
|Name|Description|Example|
31-
|-------------|----|-----|
23+
|OData query option|Description|Example|
24+
|-----------------|--------|----------|
3225
|[-Count](#count-parameter)|Retrieves the total count of matching resources|`Get-MgUser -ConsistencyLevel eventual -Count count`<br>`$count`|
3326
|[-Expand](#expand-parameter)| Retrieves related resources|<code>Get-MgGroup -GroupId '0e06b38f-931a-47db-9a9a-60ab5f492005' -Expand members &#124; Select -ExpandProperty members</code>|
3427
|[-Filter](#filter-parameter)| Filters results (rows)|`Get-MgUser -Filter "startsWith(DisplayName, 'Conf')"`|

0 commit comments

Comments
 (0)