Microsoft.AppConfiguration (stable:2023-11-01)

2025/09/05 • 21 deleted methods

GetKeys (removed)
Description Gets a list of keys.
Reference Link ¶

⚼ Request

GET:  /keys
{
api-version: string ,
name: string ,
After: string ,
Sync-Token: string ,
Accept-Datetime: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
}
,
$schema:
{
items:
[
{
name: string ,
}
,
]
,
@nextLink: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckKeys (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /keys
{
api-version: string ,
name: string ,
After: string ,
Sync-Token: string ,
Accept-Datetime: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetKeyValues (removed)
Description Gets a list of key-values.
Reference Link ¶

⚼ Request

GET:  /kv
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
snapshot: string ,
If-Match: string ,
If-None-Match: string ,
tags: array ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
}
,
$schema:
{
items:
[
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
]
,
etag: string ,
@nextLink: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckKeyValues (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /kv
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
snapshot: string ,
If-Match: string ,
If-None-Match: string ,
tags: array ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
etag: string ,
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetKeyValue (removed)
Description Gets a single key-value.
Reference Link ¶

⚼ Request

GET:  /kv/{key}
{
api-version: string ,
key: string ,
label: string ,
$Select: array ,
Sync-Token: string ,
Accept-Datetime: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
x-ms-request-id: string ,
}
,
$schema:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
PutKeyValue (removed)
Description Creates a key-value.
Reference Link ¶

⚼ Request

PUT:  /kv/{key}
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
entity:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
}
,
$schema:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
DeleteKeyValue (removed)
Description Deletes a key-value.
Reference Link ¶

⚼ Request

DELETE:  /kv/{key}
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
If-Match: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
}
,
$schema:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
}

⚐ Response (204)

{
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckKeyValue (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /kv/{key}
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
Accept-Datetime: string ,
If-Match: string ,
If-None-Match: string ,
$Select: array ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
etag: string ,
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetLabels (removed)
Description Gets a list of labels.
Reference Link ¶

⚼ Request

GET:  /labels
{
api-version: string ,
name: string ,
Sync-Token: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
}
,
$schema:
{
items:
[
{
name: string ,
}
,
]
,
@nextLink: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckLabels (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /labels
{
api-version: string ,
name: string ,
Sync-Token: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
PutLock (removed)
Description Locks a key-value.
Reference Link ¶

⚼ Request

PUT:  /locks/{key}
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
}
,
$schema:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
DeleteLock (removed)
Description Unlocks a key-value.
Reference Link ¶

⚼ Request

DELETE:  /locks/{key}
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
}
,
$schema:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetOperationDetails (removed)
Description Gets the state of a long running operation.
Reference Link ¶

⚼ Request

GET:  /operations
{
api-version: string ,
snapshot: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
id: string ,
status: enum ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetRevisions (removed)
Description Gets a list of key-value revisions.
Reference Link ¶

⚼ Request

GET:  /revisions
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
tags: array ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
sync-token: string ,
}
,
$schema:
{
items:
[
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
]
,
etag: string ,
@nextLink: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckRevisions (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /revisions
{
api-version: string ,
key: string ,
label: string ,
Sync-Token: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
tags: array ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
etag: string ,
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetSnapshots (removed)
Description Gets a list of key-value snapshots.
Reference Link ¶

⚼ Request

GET:  /snapshots
{
api-version: string ,
name: string ,
After: string ,
$Select: array ,
status: array ,
Sync-Token: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
}
,
$schema:
{
items:
[
{
name: string ,
status: enum ,
filters:
[
{
key: string ,
label: string ,
tags:
[
string ,
]
,
}
,
]
,
composition_type: enum ,
created: string ,
expires: string ,
retention_period: integer ,
size: integer ,
items_count: integer ,
tags: object ,
etag: string ,
}
,
]
,
@nextLink: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckSnapshots (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /snapshots
{
api-version: string ,
Sync-Token: string ,
After: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
GetSnapshot (removed)
Description Gets a single key-value snapshot.
Reference Link ¶

⚼ Request

GET:  /snapshots/{name}
{
api-version: string ,
name: string ,
$Select: array ,
Sync-Token: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
link: string ,
sync-token: string ,
x-ms-request-id: string ,
}
,
$schema:
{
name: string ,
status: enum ,
filters:
[
{
key: string ,
label: string ,
tags:
[
string ,
]
,
}
,
]
,
composition_type: enum ,
created: string ,
expires: string ,
retention_period: integer ,
size: integer ,
items_count: integer ,
tags: object ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CreateSnapshot (removed)
Description Creates a key-value snapshot.
Reference Link ¶

⚼ Request

PUT:  /snapshots/{name}
{
api-version: string ,
name: string ,
Sync-Token: string ,
entity:
{
name: string ,
status: enum ,
filters:
[
{
key: string ,
label: string ,
tags:
[
string ,
]
,
}
,
]
,
composition_type: enum ,
created: string ,
expires: string ,
retention_period: integer ,
size: integer ,
items_count: integer ,
tags: object ,
etag: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
etag: string ,
link: string ,
operation-location: string ,
sync-token: string ,
}
,
$schema:
{
name: string ,
status: enum ,
filters:
[
{
key: string ,
label: string ,
tags:
[
string ,
]
,
}
,
]
,
composition_type: enum ,
created: string ,
expires: string ,
retention_period: integer ,
size: integer ,
items_count: integer ,
tags: object ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
UpdateSnapshot (removed)
Description Updates the state of a key-value snapshot.
Reference Link ¶

⚼ Request

PATCH:  /snapshots/{name}
{
api-version: string ,
name: string ,
Sync-Token: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
entity:
{
status: enum ,
}
,
}

⚐ Response (200)

{
$headers:
{
etag: string ,
link: string ,
sync-token: string ,
}
,
$schema:
{
name: string ,
status: enum ,
filters:
[
{
key: string ,
label: string ,
tags:
[
string ,
]
,
}
,
]
,
composition_type: enum ,
created: string ,
expires: string ,
retention_period: integer ,
size: integer ,
items_count: integer ,
tags: object ,
etag: string ,
}
,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}
CheckSnapshot (removed)
Description Requests the headers and status of the given resource.
Reference Link ¶

⚼ Request

HEAD:  /snapshots/{name}
{
api-version: string ,
name: string ,
Sync-Token: string ,
If-Match: string ,
If-None-Match: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
etag: string ,
link: string ,
sync-token: string ,
}

⚐ Response (default)

{
type: string ,
title: string ,
name: string ,
detail: string ,
status: integer ,
}