Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Publish private branch 'user/jimmyca/fixAppConfigSpec' #19882

Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,11 @@
}
}
},
"x-ms-examples": {},
"x-ms-examples": {
"Operations_List": {
"$ref": "./examples/OperationsList.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
Expand Down Expand Up @@ -608,7 +612,7 @@
"PrivateEndpointConnections"
],
"operationId": "PrivateEndpointConnections_CreateOrUpdate",
"description": "Update the state of the specified private endpoint connection associated with the configuration store.",
"description": "Update the state of the specified private endpoint connection associated with the configuration store. This operation cannot be used to create a private endpoint connection. Private endpoint connections must be created with the Network resource provider.",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -660,8 +664,8 @@
}
},
"x-ms-examples": {
"PrivateEndpointConnection_CreateOrUpdate": {
"$ref": "./examples/ConfigurationStoresCreatePrivateEndpointConnection.json"
"PrivateEndpointConnection_Update": {
"$ref": "./examples/ConfigurationStoresUpdatePrivateEndpointConnection.json"
}
},
"x-ms-long-running-operation": true
Expand Down Expand Up @@ -812,58 +816,6 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/keyValues": {
ArcturusZhang marked this conversation as resolved.
Show resolved Hide resolved
"get": {
"tags": [
"KeyValues"
],
"description": "Lists the key-values for a given configuration store.",
"operationId": "KeyValues_ListByConfigurationStore",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/ConfigStoreNameParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"name": "$skipToken",
"in": "query",
"description": "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.",
"required": false,
"type": "string"
}
],
"responses": {
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "#/definitions/KeyValueListResult"
}
},
"default": {
"description": "Error response describing why the operation failed",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"KeyValues_ListByConfigurationStore": {
"$ref": "./examples/ConfigurationStoresListKeyValues.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/keyValues/{keyValueName}": {
"get": {
"tags": [
Expand Down Expand Up @@ -1900,6 +1852,7 @@
"description": "Describes a configuration store SKU."
},
"ErrorDetails": {
"type": "object",
"description": "The details of the error.",
"properties": {
"code": {
Expand Down Expand Up @@ -1934,6 +1887,7 @@
}
},
"ErrorAdditionalInfo": {
"type": "object",
"properties": {
"type": {
"readOnly": true,
Expand Down

This file was deleted.

Loading