Skip to content

Commit 1996d35

Browse files
committed
Update snapshot table
1 parent 74d71bf commit 1996d35

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

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

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,17 +269,15 @@ GET /snapshot?$select=name,status&api-version={api-version} HTTP/1.1
269269

270270
**parameters**
271271

272+
:::zone-end
273+
:::zone target="docs" pivot="v23-10"
274+
272275
| Property Name | Required | Default value | Validation |
273276
|-|-|-|-|
274277
| name | yes | n/a | Length <br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 256 |
275278
| filters | yes | n/a | Count <br/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 1<br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 3 |
276279
| filters[\<index\>].key | yes | n/a | |
277280
| 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/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 0<br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 5 |
281-
:::zone-end
282-
:::zone target="docs" pivot="v23-10,v23-11"
283281
| tags | no | {} | |
284282
| composition_type | no | key | |
285283
| retention_period | no | Standard tier <br/>&nbsp;&nbsp;&nbsp;&nbsp; 2592000 (30 days) <br/> Free tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; 604800 (7 days) | Standard tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 3600 (1 hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 7776000 (90 days) <br/> Free tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 3600 (1 hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 604800 (7 days) |
@@ -288,8 +286,6 @@ GET /snapshot?$select=name,status&api-version={api-version} HTTP/1.1
288286
PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
289287
Content-Type: application/vnd.microsoft.appconfig.snapshot+json
290288
```
291-
:::zone-end
292-
:::zone target="docs" pivot="v23-10"
293289

294290
```json
295291
{
@@ -344,6 +340,22 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
344340
:::zone-end
345341
:::zone target="docs" pivot="v23-11"
346342

343+
| Property Name | Required | Default value | Validation |
344+
|-|-|-|-|
345+
| name | yes | n/a | Length <br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 256 |
346+
| filters | yes | n/a | Count <br/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 1<br/> &nbsp;&nbsp;&nbsp;&nbsp; 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/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 0<br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 5 |
350+
| tags | no | {} | |
351+
| composition_type | no | key | |
352+
| retention_period | no | Standard tier <br/>&nbsp;&nbsp;&nbsp;&nbsp; 2592000 (30 days) <br/> Free tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; 604800 (7 days) | Standard tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 3600 (1 hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; maximum: 7776000 (90 days) <br/> Free tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; minimum: 3600 (1 hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; 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+
347359
```json
348360
{
349361
"filters": [ // required

0 commit comments

Comments
 (0)