Skip to content

Commit 1fe6b40

Browse files
committed
resolve comments
1 parent 614ff7a commit 1fe6b40

File tree

3 files changed

+3
-96
lines changed

3 files changed

+3
-96
lines changed

articles/azure-web-pubsub/includes/filter.ebnf

Lines changed: 0 additions & 89 deletions
This file was deleted.

articles/azure-web-pubsub/reference-odata-filter.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/11/2022
1212

1313
In Azure Web PubSub service, the **filter** parameter specifies inclusion or exclusion criteria for the connections to send messages to. This article describes the OData syntax of **filter** and provides examples.
1414

15-
The complete syntax is described in the [formal grammar](#complete-syntax).
15+
The complete syntax is described in the [formal grammar](#formal-grammar).
1616

1717
There is also a browsable [syntax diagram](https://aka.ms/awps/filter-syntax-diagram) that allows you to interactively explore the grammar and the relationships between its rules.
1818

@@ -41,7 +41,7 @@ An interactive syntax diagram is also available:
4141
> [OData syntax diagram for Azure Web PubSub service](https://aka.ms/awps/filter-syntax-diagram)
4242
4343
> [!NOTE]
44-
> See [formal grammar section](#complete-syntax) for the complete EBNF.
44+
> See [formal grammar section](#formal-grammar) for the complete EBNF.
4545
4646
### Identifiers
4747

@@ -227,10 +227,6 @@ trim_function_call ::= "trim" '(' string_expression ')'
227227
length_function_call ::= "length" '(' string_expression | collection_expression ')'
228228
```
229229

230-
231-
[!INCLUDE [syntax](includes/filter.ebnf)]
232-
233-
234230
## Next steps
235231

236232
[!INCLUDE [next step](includes/include-next-step.md)]

articles/azure-web-pubsub/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
- name: Server SDK - Python
170170
href: reference-server-sdk-python.md
171171
- name: OData filter syntax reference
172-
name: reference-odata-filter.md
172+
href: reference-odata-filter.md
173173
- name: Control plane
174174
href: /rest/api/webpubsub/
175175
- name: Azure CLI

0 commit comments

Comments
 (0)