You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/rest-api-key-value.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ GET /kv?key={key}&label={label}&tags={tagFilter1}&tags={tagFilter2}&api-version=
273
273
|`tags=group=app1`|Matches key-values that have a tag named `group` with value `app1`|
274
274
|`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)|
275
275
|`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|
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/rest-api-revisions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ GET /revisions?key={key}&label={label}&tags={tagFilter1}&tags={tagFilter2}&api-v
154
154
|`tags=group=app1`|Matches key-values that have a tag named `group` with value `app1`|
155
155
|`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)|
156
156
|`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|
0 commit comments