@azure/arm-appconfiguration 2.0.0 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -80
- package/dist/index.js +3105 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts +22 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.js +55 -0
- package/dist-esm/src/appConfigurationManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +826 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +59 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +38 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +464 -547
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +162 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/configurationStores.d.ts +139 -0
- package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationStores.js +655 -0
- package/dist-esm/src/operations/configurationStores.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/keyValues.d.ts +76 -0
- package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operations/keyValues.js +284 -0
- package/dist-esm/src/operations/keyValues.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +147 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +170 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
- package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/configurationStores.js} +2 -8
- package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/keyValues.js} +2 -1
- package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/privateLinkResourcesMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-appconfiguration.api.md +665 -0
- package/rollup.config.js +181 -30
- package/src/appConfigurationManagementClient.ts +80 -40
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +644 -1242
- package/src/models/mappers.ts +467 -557
- package/src/models/parameters.ts +119 -46
- package/src/operations/configurationStores.ts +638 -419
- package/src/operations/index.ts +1 -2
- package/src/operations/keyValues.ts +266 -209
- package/src/operations/operations.ts +108 -121
- package/src/operations/privateEndpointConnections.ts +343 -181
- package/src/operations/privateLinkResources.ts +157 -123
- package/src/operationsInterfaces/configurationStores.ts +168 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/keyValues.ts +91 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/tsconfig.json +3 -3
- package/types/arm-appconfiguration.d.ts +1171 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appconfiguration.js +0 -2849
- package/dist/arm-appconfiguration.js.map +0 -1
- package/dist/arm-appconfiguration.min.js +0 -1
- package/dist/arm-appconfiguration.min.js.map +0 -1
- package/esm/appConfigurationManagementClient.d.ts +0 -28
- package/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/esm/appConfigurationManagementClient.js +0 -41
- package/esm/appConfigurationManagementClient.js.map +0 -1
- package/esm/appConfigurationManagementClientContext.d.ts +0 -22
- package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
- package/esm/appConfigurationManagementClientContext.js +0 -60
- package/esm/appConfigurationManagementClientContext.js.map +0 -1
- package/esm/models/configurationStoresMappers.d.ts +0 -2
- package/esm/models/configurationStoresMappers.d.ts.map +0 -1
- package/esm/models/configurationStoresMappers.js +0 -9
- package/esm/models/configurationStoresMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1433
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/keyValuesMappers.d.ts +0 -2
- package/esm/models/keyValuesMappers.d.ts.map +0 -1
- package/esm/models/keyValuesMappers.js +0 -9
- package/esm/models/keyValuesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -117
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/operations/configurationStores.d.ts +0 -219
- package/esm/operations/configurationStores.d.ts.map +0 -1
- package/esm/operations/configurationStores.js +0 -441
- package/esm/operations/configurationStores.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/keyValues.d.ts +0 -127
- package/esm/operations/keyValues.d.ts.map +0 -1
- package/esm/operations/keyValues.js +0 -216
- package/esm/operations/keyValues.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -67
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -114
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -117
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -238
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/appConfigurationManagementClientContext.ts +0 -67
- package/src/models/configurationStoresMappers.ts +0 -35
- package/src/models/keyValuesMappers.ts +0 -31
- package/src/models/operationsMappers.ts +0 -23
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
|
@@ -1,441 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/configurationStoresMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a ConfigurationStores. */
|
|
14
|
-
var ConfigurationStores = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a ConfigurationStores.
|
|
17
|
-
* @param {AppConfigurationManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function ConfigurationStores(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
ConfigurationStores.prototype.list = function (options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
options: options
|
|
25
|
-
}, listOperationSpec, callback);
|
|
26
|
-
};
|
|
27
|
-
ConfigurationStores.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
|
|
28
|
-
return this.client.sendOperationRequest({
|
|
29
|
-
resourceGroupName: resourceGroupName,
|
|
30
|
-
options: options
|
|
31
|
-
}, listByResourceGroupOperationSpec, callback);
|
|
32
|
-
};
|
|
33
|
-
ConfigurationStores.prototype.get = function (resourceGroupName, configStoreName, options, callback) {
|
|
34
|
-
return this.client.sendOperationRequest({
|
|
35
|
-
resourceGroupName: resourceGroupName,
|
|
36
|
-
configStoreName: configStoreName,
|
|
37
|
-
options: options
|
|
38
|
-
}, getOperationSpec, callback);
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Creates a configuration store with the specified parameters.
|
|
42
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
43
|
-
* @param configStoreName The name of the configuration store.
|
|
44
|
-
* @param configStoreCreationParameters The parameters for creating a configuration store.
|
|
45
|
-
* @param [options] The optional parameters
|
|
46
|
-
* @returns Promise<Models.ConfigurationStoresCreateResponse>
|
|
47
|
-
*/
|
|
48
|
-
ConfigurationStores.prototype.create = function (resourceGroupName, configStoreName, configStoreCreationParameters, options) {
|
|
49
|
-
return this.beginCreate(resourceGroupName, configStoreName, configStoreCreationParameters, options)
|
|
50
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* Deletes a configuration store.
|
|
54
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
55
|
-
* @param configStoreName The name of the configuration store.
|
|
56
|
-
* @param [options] The optional parameters
|
|
57
|
-
* @returns Promise<msRest.RestResponse>
|
|
58
|
-
*/
|
|
59
|
-
ConfigurationStores.prototype.deleteMethod = function (resourceGroupName, configStoreName, options) {
|
|
60
|
-
return this.beginDeleteMethod(resourceGroupName, configStoreName, options)
|
|
61
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* Updates a configuration store with the specified parameters.
|
|
65
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
66
|
-
* @param configStoreName The name of the configuration store.
|
|
67
|
-
* @param configStoreUpdateParameters The parameters for updating a configuration store.
|
|
68
|
-
* @param [options] The optional parameters
|
|
69
|
-
* @returns Promise<Models.ConfigurationStoresUpdateResponse>
|
|
70
|
-
*/
|
|
71
|
-
ConfigurationStores.prototype.update = function (resourceGroupName, configStoreName, configStoreUpdateParameters, options) {
|
|
72
|
-
return this.beginUpdate(resourceGroupName, configStoreName, configStoreUpdateParameters, options)
|
|
73
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
74
|
-
};
|
|
75
|
-
ConfigurationStores.prototype.listKeys = function (resourceGroupName, configStoreName, options, callback) {
|
|
76
|
-
return this.client.sendOperationRequest({
|
|
77
|
-
resourceGroupName: resourceGroupName,
|
|
78
|
-
configStoreName: configStoreName,
|
|
79
|
-
options: options
|
|
80
|
-
}, listKeysOperationSpec, callback);
|
|
81
|
-
};
|
|
82
|
-
ConfigurationStores.prototype.regenerateKey = function (resourceGroupName, configStoreName, regenerateKeyParameters, options, callback) {
|
|
83
|
-
return this.client.sendOperationRequest({
|
|
84
|
-
resourceGroupName: resourceGroupName,
|
|
85
|
-
configStoreName: configStoreName,
|
|
86
|
-
regenerateKeyParameters: regenerateKeyParameters,
|
|
87
|
-
options: options
|
|
88
|
-
}, regenerateKeyOperationSpec, callback);
|
|
89
|
-
};
|
|
90
|
-
/**
|
|
91
|
-
* Creates a configuration store with the specified parameters.
|
|
92
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
93
|
-
* @param configStoreName The name of the configuration store.
|
|
94
|
-
* @param configStoreCreationParameters The parameters for creating a configuration store.
|
|
95
|
-
* @param [options] The optional parameters
|
|
96
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
97
|
-
*/
|
|
98
|
-
ConfigurationStores.prototype.beginCreate = function (resourceGroupName, configStoreName, configStoreCreationParameters, options) {
|
|
99
|
-
return this.client.sendLRORequest({
|
|
100
|
-
resourceGroupName: resourceGroupName,
|
|
101
|
-
configStoreName: configStoreName,
|
|
102
|
-
configStoreCreationParameters: configStoreCreationParameters,
|
|
103
|
-
options: options
|
|
104
|
-
}, beginCreateOperationSpec, options);
|
|
105
|
-
};
|
|
106
|
-
/**
|
|
107
|
-
* Deletes a configuration store.
|
|
108
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
109
|
-
* @param configStoreName The name of the configuration store.
|
|
110
|
-
* @param [options] The optional parameters
|
|
111
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
112
|
-
*/
|
|
113
|
-
ConfigurationStores.prototype.beginDeleteMethod = function (resourceGroupName, configStoreName, options) {
|
|
114
|
-
return this.client.sendLRORequest({
|
|
115
|
-
resourceGroupName: resourceGroupName,
|
|
116
|
-
configStoreName: configStoreName,
|
|
117
|
-
options: options
|
|
118
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
119
|
-
};
|
|
120
|
-
/**
|
|
121
|
-
* Updates a configuration store with the specified parameters.
|
|
122
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
123
|
-
* @param configStoreName The name of the configuration store.
|
|
124
|
-
* @param configStoreUpdateParameters The parameters for updating a configuration store.
|
|
125
|
-
* @param [options] The optional parameters
|
|
126
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
127
|
-
*/
|
|
128
|
-
ConfigurationStores.prototype.beginUpdate = function (resourceGroupName, configStoreName, configStoreUpdateParameters, options) {
|
|
129
|
-
return this.client.sendLRORequest({
|
|
130
|
-
resourceGroupName: resourceGroupName,
|
|
131
|
-
configStoreName: configStoreName,
|
|
132
|
-
configStoreUpdateParameters: configStoreUpdateParameters,
|
|
133
|
-
options: options
|
|
134
|
-
}, beginUpdateOperationSpec, options);
|
|
135
|
-
};
|
|
136
|
-
ConfigurationStores.prototype.listNext = function (nextPageLink, options, callback) {
|
|
137
|
-
return this.client.sendOperationRequest({
|
|
138
|
-
nextPageLink: nextPageLink,
|
|
139
|
-
options: options
|
|
140
|
-
}, listNextOperationSpec, callback);
|
|
141
|
-
};
|
|
142
|
-
ConfigurationStores.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
|
|
143
|
-
return this.client.sendOperationRequest({
|
|
144
|
-
nextPageLink: nextPageLink,
|
|
145
|
-
options: options
|
|
146
|
-
}, listByResourceGroupNextOperationSpec, callback);
|
|
147
|
-
};
|
|
148
|
-
ConfigurationStores.prototype.listKeysNext = function (nextPageLink, options, callback) {
|
|
149
|
-
return this.client.sendOperationRequest({
|
|
150
|
-
nextPageLink: nextPageLink,
|
|
151
|
-
options: options
|
|
152
|
-
}, listKeysNextOperationSpec, callback);
|
|
153
|
-
};
|
|
154
|
-
return ConfigurationStores;
|
|
155
|
-
}());
|
|
156
|
-
export { ConfigurationStores };
|
|
157
|
-
// Operation Specifications
|
|
158
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
159
|
-
var listOperationSpec = {
|
|
160
|
-
httpMethod: "GET",
|
|
161
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores",
|
|
162
|
-
urlParameters: [
|
|
163
|
-
Parameters.subscriptionId
|
|
164
|
-
],
|
|
165
|
-
queryParameters: [
|
|
166
|
-
Parameters.apiVersion,
|
|
167
|
-
Parameters.skipToken
|
|
168
|
-
],
|
|
169
|
-
headerParameters: [
|
|
170
|
-
Parameters.acceptLanguage
|
|
171
|
-
],
|
|
172
|
-
responses: {
|
|
173
|
-
200: {
|
|
174
|
-
bodyMapper: Mappers.ConfigurationStoreListResult
|
|
175
|
-
},
|
|
176
|
-
default: {
|
|
177
|
-
bodyMapper: Mappers.ErrorResponse
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
serializer: serializer
|
|
181
|
-
};
|
|
182
|
-
var listByResourceGroupOperationSpec = {
|
|
183
|
-
httpMethod: "GET",
|
|
184
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores",
|
|
185
|
-
urlParameters: [
|
|
186
|
-
Parameters.subscriptionId,
|
|
187
|
-
Parameters.resourceGroupName
|
|
188
|
-
],
|
|
189
|
-
queryParameters: [
|
|
190
|
-
Parameters.apiVersion,
|
|
191
|
-
Parameters.skipToken
|
|
192
|
-
],
|
|
193
|
-
headerParameters: [
|
|
194
|
-
Parameters.acceptLanguage
|
|
195
|
-
],
|
|
196
|
-
responses: {
|
|
197
|
-
200: {
|
|
198
|
-
bodyMapper: Mappers.ConfigurationStoreListResult
|
|
199
|
-
},
|
|
200
|
-
default: {
|
|
201
|
-
bodyMapper: Mappers.ErrorResponse
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
serializer: serializer
|
|
205
|
-
};
|
|
206
|
-
var getOperationSpec = {
|
|
207
|
-
httpMethod: "GET",
|
|
208
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",
|
|
209
|
-
urlParameters: [
|
|
210
|
-
Parameters.subscriptionId,
|
|
211
|
-
Parameters.resourceGroupName,
|
|
212
|
-
Parameters.configStoreName
|
|
213
|
-
],
|
|
214
|
-
queryParameters: [
|
|
215
|
-
Parameters.apiVersion
|
|
216
|
-
],
|
|
217
|
-
headerParameters: [
|
|
218
|
-
Parameters.acceptLanguage
|
|
219
|
-
],
|
|
220
|
-
responses: {
|
|
221
|
-
200: {
|
|
222
|
-
bodyMapper: Mappers.ConfigurationStore
|
|
223
|
-
},
|
|
224
|
-
default: {
|
|
225
|
-
bodyMapper: Mappers.ErrorResponse
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
serializer: serializer
|
|
229
|
-
};
|
|
230
|
-
var listKeysOperationSpec = {
|
|
231
|
-
httpMethod: "POST",
|
|
232
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeys",
|
|
233
|
-
urlParameters: [
|
|
234
|
-
Parameters.subscriptionId,
|
|
235
|
-
Parameters.resourceGroupName,
|
|
236
|
-
Parameters.configStoreName
|
|
237
|
-
],
|
|
238
|
-
queryParameters: [
|
|
239
|
-
Parameters.apiVersion,
|
|
240
|
-
Parameters.skipToken
|
|
241
|
-
],
|
|
242
|
-
headerParameters: [
|
|
243
|
-
Parameters.acceptLanguage
|
|
244
|
-
],
|
|
245
|
-
responses: {
|
|
246
|
-
200: {
|
|
247
|
-
bodyMapper: Mappers.ApiKeyListResult
|
|
248
|
-
},
|
|
249
|
-
default: {
|
|
250
|
-
bodyMapper: Mappers.ErrorResponse
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
serializer: serializer
|
|
254
|
-
};
|
|
255
|
-
var regenerateKeyOperationSpec = {
|
|
256
|
-
httpMethod: "POST",
|
|
257
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/regenerateKey",
|
|
258
|
-
urlParameters: [
|
|
259
|
-
Parameters.subscriptionId,
|
|
260
|
-
Parameters.resourceGroupName,
|
|
261
|
-
Parameters.configStoreName
|
|
262
|
-
],
|
|
263
|
-
queryParameters: [
|
|
264
|
-
Parameters.apiVersion
|
|
265
|
-
],
|
|
266
|
-
headerParameters: [
|
|
267
|
-
Parameters.acceptLanguage
|
|
268
|
-
],
|
|
269
|
-
requestBody: {
|
|
270
|
-
parameterPath: "regenerateKeyParameters",
|
|
271
|
-
mapper: __assign(__assign({}, Mappers.RegenerateKeyParameters), { required: true })
|
|
272
|
-
},
|
|
273
|
-
responses: {
|
|
274
|
-
200: {
|
|
275
|
-
bodyMapper: Mappers.ApiKey
|
|
276
|
-
},
|
|
277
|
-
default: {
|
|
278
|
-
bodyMapper: Mappers.ErrorResponse
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
serializer: serializer
|
|
282
|
-
};
|
|
283
|
-
var beginCreateOperationSpec = {
|
|
284
|
-
httpMethod: "PUT",
|
|
285
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",
|
|
286
|
-
urlParameters: [
|
|
287
|
-
Parameters.subscriptionId,
|
|
288
|
-
Parameters.resourceGroupName,
|
|
289
|
-
Parameters.configStoreName
|
|
290
|
-
],
|
|
291
|
-
queryParameters: [
|
|
292
|
-
Parameters.apiVersion
|
|
293
|
-
],
|
|
294
|
-
headerParameters: [
|
|
295
|
-
Parameters.acceptLanguage
|
|
296
|
-
],
|
|
297
|
-
requestBody: {
|
|
298
|
-
parameterPath: "configStoreCreationParameters",
|
|
299
|
-
mapper: __assign(__assign({}, Mappers.ConfigurationStore), { required: true })
|
|
300
|
-
},
|
|
301
|
-
responses: {
|
|
302
|
-
200: {
|
|
303
|
-
bodyMapper: Mappers.ConfigurationStore
|
|
304
|
-
},
|
|
305
|
-
201: {
|
|
306
|
-
bodyMapper: Mappers.ConfigurationStore
|
|
307
|
-
},
|
|
308
|
-
default: {
|
|
309
|
-
bodyMapper: Mappers.ErrorResponse
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
serializer: serializer
|
|
313
|
-
};
|
|
314
|
-
var beginDeleteMethodOperationSpec = {
|
|
315
|
-
httpMethod: "DELETE",
|
|
316
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",
|
|
317
|
-
urlParameters: [
|
|
318
|
-
Parameters.subscriptionId,
|
|
319
|
-
Parameters.resourceGroupName,
|
|
320
|
-
Parameters.configStoreName
|
|
321
|
-
],
|
|
322
|
-
queryParameters: [
|
|
323
|
-
Parameters.apiVersion
|
|
324
|
-
],
|
|
325
|
-
headerParameters: [
|
|
326
|
-
Parameters.acceptLanguage
|
|
327
|
-
],
|
|
328
|
-
responses: {
|
|
329
|
-
200: {},
|
|
330
|
-
202: {},
|
|
331
|
-
204: {},
|
|
332
|
-
default: {
|
|
333
|
-
bodyMapper: Mappers.ErrorResponse
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
serializer: serializer
|
|
337
|
-
};
|
|
338
|
-
var beginUpdateOperationSpec = {
|
|
339
|
-
httpMethod: "PATCH",
|
|
340
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",
|
|
341
|
-
urlParameters: [
|
|
342
|
-
Parameters.subscriptionId,
|
|
343
|
-
Parameters.resourceGroupName,
|
|
344
|
-
Parameters.configStoreName
|
|
345
|
-
],
|
|
346
|
-
queryParameters: [
|
|
347
|
-
Parameters.apiVersion
|
|
348
|
-
],
|
|
349
|
-
headerParameters: [
|
|
350
|
-
Parameters.acceptLanguage
|
|
351
|
-
],
|
|
352
|
-
requestBody: {
|
|
353
|
-
parameterPath: "configStoreUpdateParameters",
|
|
354
|
-
mapper: __assign(__assign({}, Mappers.ConfigurationStoreUpdateParameters), { required: true })
|
|
355
|
-
},
|
|
356
|
-
responses: {
|
|
357
|
-
200: {
|
|
358
|
-
bodyMapper: Mappers.ConfigurationStore
|
|
359
|
-
},
|
|
360
|
-
201: {
|
|
361
|
-
bodyMapper: Mappers.ConfigurationStore
|
|
362
|
-
},
|
|
363
|
-
default: {
|
|
364
|
-
bodyMapper: Mappers.ErrorResponse
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
serializer: serializer
|
|
368
|
-
};
|
|
369
|
-
var listNextOperationSpec = {
|
|
370
|
-
httpMethod: "GET",
|
|
371
|
-
baseUrl: "https://management.azure.com",
|
|
372
|
-
path: "{nextLink}",
|
|
373
|
-
urlParameters: [
|
|
374
|
-
Parameters.nextPageLink
|
|
375
|
-
],
|
|
376
|
-
queryParameters: [
|
|
377
|
-
Parameters.apiVersion,
|
|
378
|
-
Parameters.skipToken
|
|
379
|
-
],
|
|
380
|
-
headerParameters: [
|
|
381
|
-
Parameters.acceptLanguage
|
|
382
|
-
],
|
|
383
|
-
responses: {
|
|
384
|
-
200: {
|
|
385
|
-
bodyMapper: Mappers.ConfigurationStoreListResult
|
|
386
|
-
},
|
|
387
|
-
default: {
|
|
388
|
-
bodyMapper: Mappers.ErrorResponse
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
serializer: serializer
|
|
392
|
-
};
|
|
393
|
-
var listByResourceGroupNextOperationSpec = {
|
|
394
|
-
httpMethod: "GET",
|
|
395
|
-
baseUrl: "https://management.azure.com",
|
|
396
|
-
path: "{nextLink}",
|
|
397
|
-
urlParameters: [
|
|
398
|
-
Parameters.nextPageLink
|
|
399
|
-
],
|
|
400
|
-
queryParameters: [
|
|
401
|
-
Parameters.apiVersion,
|
|
402
|
-
Parameters.skipToken
|
|
403
|
-
],
|
|
404
|
-
headerParameters: [
|
|
405
|
-
Parameters.acceptLanguage
|
|
406
|
-
],
|
|
407
|
-
responses: {
|
|
408
|
-
200: {
|
|
409
|
-
bodyMapper: Mappers.ConfigurationStoreListResult
|
|
410
|
-
},
|
|
411
|
-
default: {
|
|
412
|
-
bodyMapper: Mappers.ErrorResponse
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
serializer: serializer
|
|
416
|
-
};
|
|
417
|
-
var listKeysNextOperationSpec = {
|
|
418
|
-
httpMethod: "POST",
|
|
419
|
-
baseUrl: "https://management.azure.com",
|
|
420
|
-
path: "{nextLink}",
|
|
421
|
-
urlParameters: [
|
|
422
|
-
Parameters.nextPageLink
|
|
423
|
-
],
|
|
424
|
-
queryParameters: [
|
|
425
|
-
Parameters.apiVersion,
|
|
426
|
-
Parameters.skipToken
|
|
427
|
-
],
|
|
428
|
-
headerParameters: [
|
|
429
|
-
Parameters.acceptLanguage
|
|
430
|
-
],
|
|
431
|
-
responses: {
|
|
432
|
-
200: {
|
|
433
|
-
bodyMapper: Mappers.ApiKeyListResult
|
|
434
|
-
},
|
|
435
|
-
default: {
|
|
436
|
-
bodyMapper: Mappers.ErrorResponse
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
serializer: serializer
|
|
440
|
-
};
|
|
441
|
-
//# sourceMappingURL=configurationStores.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurationStores.js","sourceRoot":"","sources":["../../src/operations/configurationStores.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AASA,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC"}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { AppConfigurationManagementClientContext } from "../appConfigurationManagementClientContext";
|
|
5
|
-
/** Class representing a KeyValues. */
|
|
6
|
-
export declare class KeyValues {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a KeyValues.
|
|
10
|
-
* @param {AppConfigurationManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: AppConfigurationManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists the key-values for a given configuration store.
|
|
15
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
16
|
-
* @param configStoreName The name of the configuration store.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.KeyValuesListByConfigurationStoreResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: Models.KeyValuesListByConfigurationStoreOptionalParams): Promise<Models.KeyValuesListByConfigurationStoreResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
23
|
-
* @param configStoreName The name of the configuration store.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listByConfigurationStore(resourceGroupName: string, configStoreName: string, callback: msRest.ServiceCallback<Models.KeyValueListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
29
|
-
* @param configStoreName The name of the configuration store.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listByConfigurationStore(resourceGroupName: string, configStoreName: string, options: Models.KeyValuesListByConfigurationStoreOptionalParams, callback: msRest.ServiceCallback<Models.KeyValueListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Gets the properties of the specified key-value.
|
|
36
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
37
|
-
* @param configStoreName The name of the configuration store.
|
|
38
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
39
|
-
* character. Label is optional.
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<Models.KeyValuesGetResponse>
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: msRest.RequestOptionsBase): Promise<Models.KeyValuesGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
46
|
-
* @param configStoreName The name of the configuration store.
|
|
47
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
48
|
-
* character. Label is optional.
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
get(resourceGroupName: string, configStoreName: string, keyValueName: string, callback: msRest.ServiceCallback<Models.KeyValue>): void;
|
|
52
|
-
/**
|
|
53
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
54
|
-
* @param configStoreName The name of the configuration store.
|
|
55
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
56
|
-
* character. Label is optional.
|
|
57
|
-
* @param options The optional parameters
|
|
58
|
-
* @param callback The callback
|
|
59
|
-
*/
|
|
60
|
-
get(resourceGroupName: string, configStoreName: string, keyValueName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.KeyValue>): void;
|
|
61
|
-
/**
|
|
62
|
-
* Creates a key-value.
|
|
63
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
64
|
-
* @param configStoreName The name of the configuration store.
|
|
65
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
66
|
-
* character. Label is optional.
|
|
67
|
-
* @param [options] The optional parameters
|
|
68
|
-
* @returns Promise<Models.KeyValuesCreateOrUpdateResponse>
|
|
69
|
-
*/
|
|
70
|
-
createOrUpdate(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: Models.KeyValuesCreateOrUpdateOptionalParams): Promise<Models.KeyValuesCreateOrUpdateResponse>;
|
|
71
|
-
/**
|
|
72
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
73
|
-
* @param configStoreName The name of the configuration store.
|
|
74
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
75
|
-
* character. Label is optional.
|
|
76
|
-
* @param callback The callback
|
|
77
|
-
*/
|
|
78
|
-
createOrUpdate(resourceGroupName: string, configStoreName: string, keyValueName: string, callback: msRest.ServiceCallback<Models.KeyValue>): void;
|
|
79
|
-
/**
|
|
80
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
81
|
-
* @param configStoreName The name of the configuration store.
|
|
82
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
83
|
-
* character. Label is optional.
|
|
84
|
-
* @param options The optional parameters
|
|
85
|
-
* @param callback The callback
|
|
86
|
-
*/
|
|
87
|
-
createOrUpdate(resourceGroupName: string, configStoreName: string, keyValueName: string, options: Models.KeyValuesCreateOrUpdateOptionalParams, callback: msRest.ServiceCallback<Models.KeyValue>): void;
|
|
88
|
-
/**
|
|
89
|
-
* Deletes a key-value.
|
|
90
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
91
|
-
* @param configStoreName The name of the configuration store.
|
|
92
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
93
|
-
* character. Label is optional.
|
|
94
|
-
* @param [options] The optional parameters
|
|
95
|
-
* @returns Promise<msRest.RestResponse>
|
|
96
|
-
*/
|
|
97
|
-
deleteMethod(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
98
|
-
/**
|
|
99
|
-
* Deletes a key-value.
|
|
100
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
101
|
-
* @param configStoreName The name of the configuration store.
|
|
102
|
-
* @param keyValueName Identifier of key and label combination. Key and label are joined by $
|
|
103
|
-
* character. Label is optional.
|
|
104
|
-
* @param [options] The optional parameters
|
|
105
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
106
|
-
*/
|
|
107
|
-
beginDeleteMethod(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
108
|
-
/**
|
|
109
|
-
* Lists the key-values for a given configuration store.
|
|
110
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
111
|
-
* @param [options] The optional parameters
|
|
112
|
-
* @returns Promise<Models.KeyValuesListByConfigurationStoreNextResponse>
|
|
113
|
-
*/
|
|
114
|
-
listByConfigurationStoreNext(nextPageLink: string, options?: Models.KeyValuesListByConfigurationStoreNextOptionalParams): Promise<Models.KeyValuesListByConfigurationStoreNextResponse>;
|
|
115
|
-
/**
|
|
116
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
117
|
-
* @param callback The callback
|
|
118
|
-
*/
|
|
119
|
-
listByConfigurationStoreNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.KeyValueListResult>): void;
|
|
120
|
-
/**
|
|
121
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
122
|
-
* @param options The optional parameters
|
|
123
|
-
* @param callback The callback
|
|
124
|
-
*/
|
|
125
|
-
listByConfigurationStoreNext(nextPageLink: string, options: Models.KeyValuesListByConfigurationStoreNextOptionalParams, callback: msRest.ServiceCallback<Models.KeyValueListResult>): void;
|
|
126
|
-
}
|
|
127
|
-
//# sourceMappingURL=keyValues.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyValues.d.ts","sourceRoot":"","sources":["../../src/operations/keyValues.ts"],"names":[],"mappings":"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"}
|