Microsoft.AppConfiguration (stable:1.0)

2025/09/05 • 14 deleted methods

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

⚼ Request

GET:  /keys
{
name: string ,
Sync-Token: string ,
api-version: string ,
After: 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
{
name: string ,
Sync-Token: string ,
api-version: string ,
After: string ,
Accept-Datetime: string ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{}
GetKeyValues (removed)
Description Gets a list of key-values.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
$headers:
{
sync-token: string ,
}
,
$schema:
{
items:
[
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
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
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{}
GetKeyValue (removed)
Description Gets a single key-value.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
$headers:
{
sync-token: string ,
etag: string ,
last-modified: 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}
{
key: string ,
label: string ,
entity:
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
etag: string ,
}
,
Sync-Token: string ,
api-version: string ,
If-Match: string ,
If-None-Match: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
etag: 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}
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
If-Match: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
etag: 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}
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
Accept-Datetime: string ,
If-Match: string ,
If-None-Match: string ,
$Select: array ,
}

⚐ Response (200)

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

⚐ Response (default)

{}
GetLabels (removed)
Description Gets a list of labels.
Reference Link ¶

⚼ Request

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

⚐ 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
{
name: string ,
Sync-Token: string ,
api-version: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{}
PutLock (removed)
Description Locks a key-value.
Reference Link ¶

⚼ Request

PUT:  /locks/{key}
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
If-Match: string ,
If-None-Match: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
etag: 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}
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
If-Match: string ,
If-None-Match: string ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
etag: 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 ,
}
GetRevisions (removed)
Description Gets a list of key-value revisions.
Reference Link ¶

⚼ Request

GET:  /revisions
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
}

⚐ Response (200)

{
$headers:
{
sync-token: string ,
}
,
$schema:
{
items:
[
{
key: string ,
label: string ,
content_type: string ,
value: string ,
last_modified: string ,
tags: object ,
locked: boolean ,
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
{
key: string ,
label: string ,
Sync-Token: string ,
api-version: string ,
After: string ,
Accept-Datetime: string ,
$Select: array ,
}

⚐ Response (200)

{
sync-token: string ,
}

⚐ Response (default)

{}