Skip to content

Commit d71c51c

Browse files
committed
Update pivot names to contain dashes
1 parent 93baff9 commit d71c51c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ HTTP/1.1 200 OK
109109
Optional: ``key`` (If not specified, it implies any key.)
110110
Optional: ``label`` (If not specified, it implies any label.)
111111

112-
:::zone target="docs" pivot="V23_11"
112+
:::zone target="docs" pivot="v23-11"
113113
Optional: ``tags`` (If not specified, it implies any tags.)
114114

115115
```http
@@ -139,8 +139,7 @@ Content-Type: application/vnd.microsoft.appconfig.kvset+json; charset=utf-8
139139
For additional options, see the "Filtering" section later in this article.
140140

141141

142-
:::zone target="docs" pivot="V23_10"
143-
:::zone target="docs" pivot="V23_11"
142+
:::zone target="docs" pivot="v23-10","v23-11"
144143

145144

146145
## List key-values (conditionally)
@@ -187,7 +186,6 @@ HTTP/1.1 200 OK
187186
```
188187

189188
:::zone-end
190-
:::zone-end
191189

192190

193191
## Pagination
@@ -221,7 +219,7 @@ Link: <{relative uri}>; rel="next"
221219
A combination of `key` and `label` filtering is supported.
222220
Use the optional `key` and `label` query string parameters.
223221

224-
:::zone target="docs" pivot="V23_11"
222+
:::zone target="docs" pivot="v23-11"
225223

226224
For API Versions greater than `2023-11-01`, filtering by`tags` is also supported. Multiple tag filters can be provided as query string parameters in the `tagName=tagValue` format. Tag filters must be an exact match.
227225

@@ -252,7 +250,7 @@ GET /kv?key={key}&label={label}&api-version={api-version}
252250
|`label=prod*`|Matches labels that start with **prod**|
253251
|`label=prod,test`|Matches labels **prod** or **test** (limited to 5 CSV)|
254252

255-
:::zone target="docs" pivot="V23_11"
253+
:::zone target="docs" pivot="v23-11"
256254

257255
|Tags filter|Effect|
258256
|--|--|

articles/zone-pivot-groups.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,13 +2921,13 @@ groups:
29212921
pivots:
29222922
- id: v1
29232923
title: "1.0"
2924-
- id: V22_11_preview
2924+
- id: v22-11-preview
29252925
title: "2022-11-01-preview"
2926-
- id: V23_05_preview
2926+
- id: v23-05-preview
29272927
title: "2023-05-01-preview"
2928-
- id: V23_10
2928+
- id: v23-10
29292929
title: "2023-10-01"
2930-
- id: V23_11
2930+
- id: v23-11
29312931
title: "2023-11-01"
29322932
# Owner: nicktrog
29332933
- id: load-testing-config

0 commit comments

Comments
 (0)