Skip to content

Commit a63221f

Browse files
committed
add missing word
1 parent b9b2554 commit a63221f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/rest-api-key-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ GET /kv?key={key}&label={label}&tags={tagFilter1}&tags={tagFilter2}&api-version=
273273
|`tags=group=app1`|Matches key-values that have a tag named `group` with value `app1`|
274274
|`tags=group=app1&tags=env=prod`|Matches key-values that have a tag named `group` with value `app1` and a tag named `env` with value `prod`(limited to 5 tag filters)|
275275
|`tags=tag1=%00`|Matches key-values that have a tag named `tag1` with value `null`|
276-
|`tags=tag1=`|Matches key-values that have a tag named `tag1` empty value|
276+
|`tags=tag1=`|Matches key-values that have a tag named `tag1` with empty value|
277277

278278
:::zone-end
279279
:::zone target="docs" pivot="v1,v23-10,v23-11"

articles/azure-app-configuration/rest-api-revisions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ GET /revisions?key={key}&label={label}&tags={tagFilter1}&tags={tagFilter2}&api-v
154154
|`tags=group=app1`|Matches key-values that have a tag named `group` with value `app1`|
155155
|`tags=group=app1&tags=env=prod`|Matches key-values that have a tag named `group` with value `app1` and a tag named `env` with value `prod`(limited to 5 tag filters)|
156156
|`tags=tag1=%00`|Matches key-values that have a tag named `tag1` with value `null`|
157-
|`tags=tag1=`|Matches key-values that have a tag named `tag1` empty value|
157+
|`tags=tag1=`|Matches key-values that have a tag named `tag1` with empty value|
158158

159159
:::zone-end
160160
:::zone target="docs" pivot="v1,v23-10,v23-11"

0 commit comments

Comments
 (0)