@@ -15,7 +15,7 @@ zone_pivot_groups: appconfig-data-plane-api-version
15
15
16
16
:::zone target="docs" pivot="v1"
17
17
18
- Snapshot resource is not available in API version 1.0.
18
+ Snapshot resource isn't available in API version 1.0.
19
19
20
20
::: zone-end
21
21
:::zone target="docs" pivot="v23-10,v23-11"
@@ -145,7 +145,7 @@ If-None-Match: "{etag}"
145
145
HTTP/1.1 304 NotModified
146
146
```
147
147
148
- or
148
+ Or
149
149
150
150
``` http
151
151
HTTP/1.1 200 OK
@@ -167,7 +167,7 @@ HTTP/1.1 200 OK
167
167
Content-Type: application/vnd.microsoft.appconfig.snapshotset+json; charset=utf-8
168
168
```
169
169
170
- For additional options, see the "Filtering" section later in this article.
170
+ For more options, see the "Filtering" section later in this article.
171
171
172
172
## Pagination
173
173
@@ -223,11 +223,11 @@ GET /snapshots?name={name}&status={status}&api-version={api-version}
223
223
224
224
` * ` , ` \ ` , ` , `
225
225
226
- If a reserved character is part of the value, then it must be escaped by using ` \{Reserved Character} ` . Non-reserved characters can also be escaped.
226
+ If a reserved character is part of the value, then it must be escaped by using ` \{Reserved Character} ` . Nonreserved characters can also be escaped.
227
227
228
228
*** Filter validation***
229
229
230
- In the case of a filter validation error , the response is HTTP ` 400 ` with error details:
230
+ If filter validation fails , the response is HTTP ` 400 ` with error details:
231
231
232
232
``` http
233
233
HTTP/1.1 400 Bad Request
@@ -281,13 +281,13 @@ GET /snapshot?$select=name,status&api-version={api-version} HTTP/1.1
281
281
282
282
| Property Name | Required | Default value | Validation |
283
283
| -| -| -| -|
284
- | name | yes | n/a | Length <br />   ;  ;  ;  ; maximum : 256 |
285
- | filters | yes | n/a | Count <br />   ;  ;  ;  ; minimum : 1<br />   ;  ;  ;  ; maximum : 3 |
284
+ | name | yes | n/a | Length <br />   ;  ;  ;  ; Maximum : 256 |
285
+ | filters | yes | n/a | Count <br />   ;  ;  ;  ; Minimum : 1<br />   ;  ;  ;  ; Maximum : 3 |
286
286
| filters[ \< index\> ] .key | yes | n/a | |
287
- | filters[ \< index\> ] .label | no | null | Multi-match label filters (E.g. : "* ", "comma,separated") aren't supported with 'key' composition type. |
287
+ | filters[ \< index\> ] .label | no | null | Multi-match label filters (for example : "* ", "comma,separated") aren't supported with 'key' composition type. |
288
288
| tags | no | {} | |
289
289
| composition_type | no | key | |
290
- | 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) |
290
+ | retention_period | no | Standard tier <br />  ;  ;  ;  ; 2592000 (30 days) <br /> Free tier <br />   ;  ;  ;  ; 604800 (seven days) | Standard tier <br />   ;  ;  ;  ; Minimum : 3600 (one hour) <br />   ;  ;  ;  ; Maximum : 7776000 (90 days) <br /> Free tier <br />   ;  ;  ;  ; Minimum : 3600 (one hour) <br />   ;  ;  ;  ; Maximum : 604800 (seven days) |
291
291
292
292
``` http
293
293
PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
@@ -349,14 +349,14 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
349
349
350
350
| Property Name | Required | Default value | Validation |
351
351
| -| -| -| -|
352
- | name | yes | n/a | Length <br />   ;  ;  ;  ; maximum : 256 |
353
- | filters | yes | n/a | Count <br />   ;  ;  ;  ; minimum : 1<br />   ;  ;  ;  ; maximum : 3 |
352
+ | name | yes | n/a | Length <br />   ;  ;  ;  ; Maximum : 256 |
353
+ | filters | yes | n/a | Count <br />   ;  ;  ;  ; Minimum : 1<br />   ;  ;  ;  ; Maximum : 3 |
354
354
| filters[ \< index\> ] .key | yes | n/a | |
355
- | filters[ \< index\> ] .label | no | null | Multi-match label filters (E.g. : "* ", "comma,separated") aren't supported with 'key' composition type. |
356
- | filters[ \< index\> ] .tags | no | null | Count <br />   ;  ;  ;  ; minimum : 0<br />   ;  ;  ;  ; maximum : 5 |
355
+ | filters[ \< index\> ] .label | no | null | Multi-match label filters (for example : "* ", "comma,separated") aren't supported with 'key' composition type. |
356
+ | filters[ \< index\> ] .tags | no | null | Count <br />   ;  ;  ;  ; Minimum : 0<br />   ;  ;  ;  ; Maximum : 5 |
357
357
| tags | no | {} | |
358
358
| composition_type | no | key | |
359
- | 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) |
359
+ | 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) |
360
360
361
361
``` http
362
362
PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
@@ -418,12 +418,12 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
418
418
::: zone-end
419
419
:::zone target="docs" pivot="v23-10,v23-11"
420
420
421
- The status of the newly created snapshot will be " provisioning" .
422
- Once the snapshot is fully provisioned, the status will update to " ready" .
421
+ The status of the newly created snapshot is ` provisioning ` .
422
+ Once the snapshot is fully provisioned, the status updates to ` ready ` .
423
423
Clients can poll the snapshot to wait for the snapshot to be ready before listing its associated key-values.
424
424
To query additional information about the operation, reference the [ polling snapshot creation] ( #polling-snapshot-creation ) section.
425
425
426
- If the snapshot already exists, you'll receive the following response:
426
+ If the snapshot already exists, the following response is returned :
427
427
428
428
``` http
429
429
HTTP/1.1 409 Conflict
@@ -473,7 +473,7 @@ Content-Type: application/json; charset=utf-8
473
473
}
474
474
```
475
475
476
- If any error occurs during the provisioning of the snapshot, the ` error ` property will contain details describing the error.
476
+ If any error occurs during the provisioning of the snapshot, the ` error ` property contains details describing the error.
477
477
478
478
``` json
479
479
{
@@ -489,7 +489,7 @@ If any error occurs during the provisioning of the snapshot, the `error` propert
489
489
## Archive (Patch)
490
490
491
491
A snapshot in the ` ready ` state can be archived.
492
- An archived snapshot will be assigned an expiration date, based off the retention period established at the time of its creation.
492
+ An archived snapshot is assigned an expiration date, based off the retention period established at the time of its creation.
493
493
After the expiration date passes, the snapshot will be permanently deleted.
494
494
At any time before the expiration date, the snapshot's items can still be listed.
495
495
@@ -548,7 +548,7 @@ Content-Type: application/problem+json; charset="utf-8"
548
548
## Recover (Patch)
549
549
550
550
A snapshot in the ` archived ` state can be recovered.
551
- Once the snapshot is recovered the snapshot's expiration date is removed.
551
+ After the snapshot is recovered, the snapshot's expiration date is removed.
552
552
553
553
Recovering a snapshot that is already ` ready ` doesn't affect the snapshot.
554
554
@@ -630,7 +630,7 @@ Content-Type: application/vnd.microsoft.appconfig.snapshot+json; charset=utf-8
630
630
...
631
631
```
632
632
633
- or
633
+ Or
634
634
635
635
``` http
636
636
HTTP/1.1 412 PreconditionFailed
0 commit comments