@@ -269,17 +269,15 @@ GET /snapshot?$select=name,status&api-version={api-version} HTTP/1.1
269
269
270
270
** parameters**
271
271
272
+ ::: zone-end
273
+ :::zone target="docs" pivot="v23-10"
274
+
272
275
| Property Name | Required | Default value | Validation |
273
276
| -| -| -| -|
274
277
| name | yes | n/a | Length <br />   ;  ;  ;  ; maximum: 256 |
275
278
| filters | yes | n/a | Count <br />   ;  ;  ;  ; minimum: 1<br />   ;  ;  ;  ; maximum: 3 |
276
279
| filters[ \< index\> ] .key | yes | n/a | |
277
280
| filters[ \< index\> ] .label | no | null | Multi-match label filters (E.g.: "* ", "comma,separated") aren't supported with 'key' composition type. |
278
- ::: zone-end
279
- :::zone target="docs" pivot="v23-11"
280
- | filters[ \< index\> ] .tags | no | null | Count <br />   ;  ;  ;  ; minimum: 0<br />   ;  ;  ;  ; maximum: 5 |
281
- ::: zone-end
282
- :::zone target="docs" pivot="v23-10,v23-11"
283
281
| tags | no | {} | |
284
282
| composition_type | no | key | |
285
283
| retention_period | no | Standard tier <br />  ;  ;  ;  ; 2592000 (30 days) <br /> Free tier <br />   ;  ;  ;  ; 604800 (7 days) | Standard tier <br />   ;  ;  ;  ; minimum: 3600 (1 hour) <br />   ;  ;  ;  ; maximum: 7776000 (90 days) <br /> Free tier <br />   ;  ;  ;  ; minimum: 3600 (1 hour) <br />   ;  ;  ;  ; maximum: 604800 (7 days) |
@@ -288,8 +286,6 @@ GET /snapshot?$select=name,status&api-version={api-version} HTTP/1.1
288
286
PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
289
287
Content-Type: application/vnd.microsoft.appconfig.snapshot+json
290
288
```
291
- ::: zone-end
292
- :::zone target="docs" pivot="v23-10"
293
289
294
290
``` json
295
291
{
@@ -344,6 +340,22 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
344
340
::: zone-end
345
341
:::zone target="docs" pivot="v23-11"
346
342
343
+ | Property Name | Required | Default value | Validation |
344
+ | -| -| -| -|
345
+ | name | yes | n/a | Length <br />   ;  ;  ;  ; maximum: 256 |
346
+ | filters | yes | n/a | Count <br />   ;  ;  ;  ; minimum: 1<br />   ;  ;  ;  ; maximum: 3 |
347
+ | filters[ \< index\> ] .key | yes | n/a | |
348
+ | filters[ \< index\> ] .label | no | null | Multi-match label filters (E.g.: "* ", "comma,separated") aren't supported with 'key' composition type. |
349
+ | filters[ \< index\> ] .tags | no | null | Count <br />   ;  ;  ;  ; minimum: 0<br />   ;  ;  ;  ; maximum: 5 |
350
+ | tags | no | {} | |
351
+ | composition_type | no | key | |
352
+ | retention_period | no | Standard tier <br />  ;  ;  ;  ; 2592000 (30 days) <br /> Free tier <br />   ;  ;  ;  ; 604800 (7 days) | Standard tier <br />   ;  ;  ;  ; minimum: 3600 (1 hour) <br />   ;  ;  ;  ; maximum: 7776000 (90 days) <br /> Free tier <br />   ;  ;  ;  ; minimum: 3600 (1 hour) <br />   ;  ;  ;  ; maximum: 604800 (7 days) |
353
+
354
+ ``` http
355
+ PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
356
+ Content-Type: application/vnd.microsoft.appconfig.snapshot+json
357
+ ```
358
+
347
359
``` json
348
360
{
349
361
"filters" : [ // required
0 commit comments