{"files":{"SKILL.md":"---\nname: appconfigurationmanagementclient\ndescription: \"AppConfigurationManagementClient API skill. Use when working with AppConfigurationManagementClient for subscriptions, providers. Covers 17 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# AppConfigurationManagementClient\nAPI version: 2019-11-01-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.AppConfiguration/operations -- lists the operations available from this provider.\n3. POST /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability -- create first checkNameAvailability\n\n## Endpoints\n17 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores | Lists the configuration stores for a given subscription. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores | Lists the configuration stores for a given resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName} | Gets the properties of the specified configuration store. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName} | Creates a configuration store with the specified parameters. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName} | Deletes a configuration store. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName} | Updates a configuration store with the specified parameters. |\n| POST | /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability | Checks whether the configuration store name is available for use. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/ListKeys | Lists the access key for the specified configuration store. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/RegenerateKey | Regenerates an access key for the specified configuration store. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeyValue | Lists a configuration store key-value. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections | Lists all private endpoint connections for a configuration store. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName} | Gets the specified private endpoint connection associated with the configuration store. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName} | Update the state of the specified private endpoint connection associated with the configuration store. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName} | Deletes a private endpoint connection. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources | Gets the private link resources that need to be created for a configuration store. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName} | Gets a private link resource that need to be created for a configuration store. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.AppConfiguration/operations | Lists the operations available from this provider. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all configurationStores?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores\n- \"Get configurationStore details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n- \"Update a configurationStore?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n- \"Delete a configurationStore?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n- \"Partially update a configurationStore?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n- \"Create a checkNameAvailability?\" -> POST /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability\n- \"Create a ListKey?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/ListKeys\n- \"Create a RegenerateKey?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/RegenerateKey\n- \"List all operations?\" -> GET /providers/Microsoft.AppConfiguration/operations\n- \"Create a listKeyValue?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeyValue\n- \"List all privateEndpointConnections?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections\n- \"Get privateEndpointConnection details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\n- \"Update a privateEndpointConnection?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\n- \"Delete a privateEndpointConnection?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\n- \"List all privateLinkResources?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources\n- \"Get privateLinkResource details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AppConfigurationManagementClient\n@base https://management.azure.com\n@version 2019-11-01-preview\n@auth OAuth2\n@common_fields {api-version: any # The client API version.}\n@endpoints 17\n@toc subscriptions(16), providers(1)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores\n@desc Lists the configuration stores for a given subscription.\n@required {subscriptionId: any # The Microsoft Azure subscription ID.}\n@optional {$skipToken: any # A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores\n@desc Lists the configuration stores for a given resource group.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs.}\n@optional {$skipToken: any # A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n@desc Gets the properties of the specified configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n@desc Creates a configuration store with the specified parameters.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., configStoreCreationParameters: map # The parameters for creating a configuration store.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n@returns(201) The request was successfully accepted; the operation will complete asynchronously. The provisioning state of the resource should indicate the current state of the resource.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n@desc Deletes a configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n@returns(202) The request was successful; the operation will complete asynchronously.\n@returns(204) No Content - the specified resource was not found.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\n@desc Updates a configuration store with the specified parameters.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., configStoreUpdateParameters: map # The parameters for updating a configuration store.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n@returns(201) The request was successfully accepted; the operation will complete asynchronously. The provisioning state of the resource should indicate the current state of the resource.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability\n@desc Checks whether the configuration store name is available for use.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., checkNameAvailabilityParameters: map # The object containing information for the availability request.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/ListKeys\n@desc Lists the access key for the specified configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store.}\n@optional {$skipToken: any # A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/RegenerateKey\n@desc Regenerates an access key for the specified configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., regenerateKeyParameters: map # The parameters for regenerating an access key.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.AppConfiguration/operations\n@desc Lists the operations available from this provider.\n@optional {$skipToken: any # A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endgroup\n\n@group subscriptions\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeyValue\n@desc Lists a configuration store key-value.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., listKeyValueParameters: map # The parameters for retrieving a key-value.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections\n@desc Lists all private endpoint connections for a configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\n@desc Gets the specified private endpoint connection associated with the configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., privateEndpointConnectionName: any # Private endpoint connection name}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\n@desc Update the state of the specified private endpoint connection associated with the configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., privateEndpointConnectionName: any # Private endpoint connection name, privateEndpointConnection: map # The private endpoint connection properties.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n@returns(201) The request was successfully accepted; the operation will complete asynchronously. The provisioning state of the resource should indicate the current state of the resource.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\n@desc Deletes a private endpoint connection.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., privateEndpointConnectionName: any # Private endpoint connection name}\n@returns(200) The request was successful; the request was well-formed and received properly.\n@returns(202) The request was successful; the operation will complete asynchronously.\n@returns(204) No Content - the specified resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources\n@desc Gets the private link resources that need to be created for a configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}\n@desc Gets a private link resource that need to be created for a configuration store.\n@required {subscriptionId: any # The Microsoft Azure subscription ID., resourceGroupName: any # The name of the resource group to which the container registry belongs., configStoreName: any # The name of the configuration store., groupName: any # The name of the private link resource group.}\n@returns(200) The request was successful; the request was well-formed and received properly.\n\n@endgroup\n\n@end\n"}}