@azure/arm-keyvault-profile-2020-09-01-hybrid 1.1.0 → 2.0.0-alpha.20220314.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/README.md +80 -83
- package/dist/index.js +3453 -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/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/keyVaultManagementClient.d.ts +23 -0
- package/dist-esm/src/keyVaultManagementClient.d.ts.map +1 -0
- package/dist-esm/src/keyVaultManagementClient.js +56 -0
- package/dist-esm/src/keyVaultManagementClient.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 +1008 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +123 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +48 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +728 -617
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +220 -0
- package/dist-esm/src/models/parameters.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 +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +51 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +187 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/secrets.d.ts +72 -0
- package/dist-esm/src/operations/secrets.d.ts.map +1 -0
- package/dist-esm/src/operations/secrets.js +247 -0
- package/dist-esm/src/operations/secrets.js.map +1 -0
- package/dist-esm/src/operations/vaults.d.ts +166 -0
- package/dist-esm/src/operations/vaults.d.ts.map +1 -0
- package/dist-esm/src/operations/vaults.js +816 -0
- package/dist-esm/src/operations/vaults.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/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +43 -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 +12 -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/src/operationsInterfaces/secrets.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.js +9 -0
- package/dist-esm/src/operationsInterfaces/secrets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
- package/dist-esm/src/operationsInterfaces/vaults.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 +73 -22
- package/review/arm-keyvault-profile-2020-09-01-hybrid.api.md +876 -0
- package/rollup.config.js +115 -30
- package/src/index.ts +12 -0
- package/src/keyVaultManagementClient.ts +84 -45
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +849 -1276
- package/src/models/mappers.ts +730 -609
- package/src/models/parameters.ts +153 -76
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +174 -154
- package/src/operations/privateLinkResources.ts +39 -54
- package/src/operations/secrets.ts +215 -248
- package/src/operations/vaults.ts +731 -629
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +85 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/secrets.ts +86 -0
- package/src/operationsInterfaces/vaults.ts +197 -0
- package/tsconfig.json +14 -6
- package/types/arm-keyvault-profile-2020-09-01-hybrid.d.ts +1360 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.js +0 -3058
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.js.map +0 -1
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.min.js +0 -1
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.min.js.map +0 -1
- package/esm/keyVaultManagementClient.d.ts +0 -29
- package/esm/keyVaultManagementClient.d.ts.map +0 -1
- package/esm/keyVaultManagementClient.js +0 -43
- package/esm/keyVaultManagementClient.js.map +0 -1
- package/esm/keyVaultManagementClientContext.d.ts +0 -23
- package/esm/keyVaultManagementClientContext.d.ts.map +0 -1
- package/esm/keyVaultManagementClientContext.js +0 -62
- package/esm/keyVaultManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1449
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -46
- 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 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -178
- 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 +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/secretsMappers.d.ts +0 -2
- package/esm/models/secretsMappers.d.ts.map +0 -1
- package/esm/models/secretsMappers.js +0 -9
- package/esm/models/secretsMappers.js.map +0 -1
- package/esm/models/vaultsMappers.d.ts +0 -2
- package/esm/models/vaultsMappers.d.ts.map +0 -1
- package/esm/models/vaultsMappers.js +0 -9
- package/esm/models/vaultsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -91
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -164
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/secrets.d.ts +0 -139
- package/esm/operations/secrets.d.ts.map +0 -1
- package/esm/operations/secrets.js +0 -201
- package/esm/operations/secrets.js.map +0 -1
- package/esm/operations/vaults.d.ts +0 -317
- package/esm/operations/vaults.d.ts.map +0 -1
- package/esm/operations/vaults.js +0 -557
- package/esm/operations/vaults.js.map +0 -1
- package/src/keyVaultManagementClientContext.ts +0 -69
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/privateEndpointConnectionsMappers.ts +0 -40
- package/src/models/privateLinkResourcesMappers.ts +0 -39
- package/src/models/secretsMappers.ts +0 -39
- package/src/models/vaultsMappers.ts +0 -45
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/secretsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Secrets. */
|
|
15
|
-
var Secrets = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Secrets.
|
|
18
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Secrets(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Secrets.prototype.createOrUpdate = function (resourceGroupName, vaultName, secretName, parameters, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
vaultName: vaultName,
|
|
27
|
-
secretName: secretName,
|
|
28
|
-
parameters: parameters,
|
|
29
|
-
options: options
|
|
30
|
-
}, createOrUpdateOperationSpec, callback);
|
|
31
|
-
};
|
|
32
|
-
Secrets.prototype.update = function (resourceGroupName, vaultName, secretName, parameters, options, callback) {
|
|
33
|
-
return this.client.sendOperationRequest({
|
|
34
|
-
resourceGroupName: resourceGroupName,
|
|
35
|
-
vaultName: vaultName,
|
|
36
|
-
secretName: secretName,
|
|
37
|
-
parameters: parameters,
|
|
38
|
-
options: options
|
|
39
|
-
}, updateOperationSpec, callback);
|
|
40
|
-
};
|
|
41
|
-
Secrets.prototype.get = function (resourceGroupName, vaultName, secretName, options, callback) {
|
|
42
|
-
return this.client.sendOperationRequest({
|
|
43
|
-
resourceGroupName: resourceGroupName,
|
|
44
|
-
vaultName: vaultName,
|
|
45
|
-
secretName: secretName,
|
|
46
|
-
options: options
|
|
47
|
-
}, getOperationSpec, callback);
|
|
48
|
-
};
|
|
49
|
-
Secrets.prototype.list = function (resourceGroupName, vaultName, options, callback) {
|
|
50
|
-
return this.client.sendOperationRequest({
|
|
51
|
-
resourceGroupName: resourceGroupName,
|
|
52
|
-
vaultName: vaultName,
|
|
53
|
-
options: options
|
|
54
|
-
}, listOperationSpec, callback);
|
|
55
|
-
};
|
|
56
|
-
Secrets.prototype.listNext = function (nextPageLink, options, callback) {
|
|
57
|
-
return this.client.sendOperationRequest({
|
|
58
|
-
nextPageLink: nextPageLink,
|
|
59
|
-
options: options
|
|
60
|
-
}, listNextOperationSpec, callback);
|
|
61
|
-
};
|
|
62
|
-
return Secrets;
|
|
63
|
-
}());
|
|
64
|
-
export { Secrets };
|
|
65
|
-
// Operation Specifications
|
|
66
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
67
|
-
var createOrUpdateOperationSpec = {
|
|
68
|
-
httpMethod: "PUT",
|
|
69
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}",
|
|
70
|
-
urlParameters: [
|
|
71
|
-
Parameters.resourceGroupName,
|
|
72
|
-
Parameters.vaultName0,
|
|
73
|
-
Parameters.secretName0,
|
|
74
|
-
Parameters.subscriptionId
|
|
75
|
-
],
|
|
76
|
-
queryParameters: [
|
|
77
|
-
Parameters.apiVersion0
|
|
78
|
-
],
|
|
79
|
-
headerParameters: [
|
|
80
|
-
Parameters.acceptLanguage
|
|
81
|
-
],
|
|
82
|
-
requestBody: {
|
|
83
|
-
parameterPath: "parameters",
|
|
84
|
-
mapper: __assign(__assign({}, Mappers.SecretCreateOrUpdateParameters), { required: true })
|
|
85
|
-
},
|
|
86
|
-
responses: {
|
|
87
|
-
200: {
|
|
88
|
-
bodyMapper: Mappers.Secret
|
|
89
|
-
},
|
|
90
|
-
201: {
|
|
91
|
-
bodyMapper: Mappers.Secret
|
|
92
|
-
},
|
|
93
|
-
default: {
|
|
94
|
-
bodyMapper: Mappers.CloudError
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
serializer: serializer
|
|
98
|
-
};
|
|
99
|
-
var updateOperationSpec = {
|
|
100
|
-
httpMethod: "PATCH",
|
|
101
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}",
|
|
102
|
-
urlParameters: [
|
|
103
|
-
Parameters.resourceGroupName,
|
|
104
|
-
Parameters.vaultName0,
|
|
105
|
-
Parameters.secretName0,
|
|
106
|
-
Parameters.subscriptionId
|
|
107
|
-
],
|
|
108
|
-
queryParameters: [
|
|
109
|
-
Parameters.apiVersion0
|
|
110
|
-
],
|
|
111
|
-
headerParameters: [
|
|
112
|
-
Parameters.acceptLanguage
|
|
113
|
-
],
|
|
114
|
-
requestBody: {
|
|
115
|
-
parameterPath: "parameters",
|
|
116
|
-
mapper: __assign(__assign({}, Mappers.SecretPatchParameters), { required: true })
|
|
117
|
-
},
|
|
118
|
-
responses: {
|
|
119
|
-
200: {
|
|
120
|
-
bodyMapper: Mappers.Secret
|
|
121
|
-
},
|
|
122
|
-
201: {
|
|
123
|
-
bodyMapper: Mappers.Secret
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.CloudError
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
serializer: serializer
|
|
130
|
-
};
|
|
131
|
-
var getOperationSpec = {
|
|
132
|
-
httpMethod: "GET",
|
|
133
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}",
|
|
134
|
-
urlParameters: [
|
|
135
|
-
Parameters.resourceGroupName,
|
|
136
|
-
Parameters.vaultName1,
|
|
137
|
-
Parameters.secretName1,
|
|
138
|
-
Parameters.subscriptionId
|
|
139
|
-
],
|
|
140
|
-
queryParameters: [
|
|
141
|
-
Parameters.apiVersion0
|
|
142
|
-
],
|
|
143
|
-
headerParameters: [
|
|
144
|
-
Parameters.acceptLanguage
|
|
145
|
-
],
|
|
146
|
-
responses: {
|
|
147
|
-
200: {
|
|
148
|
-
bodyMapper: Mappers.Secret
|
|
149
|
-
},
|
|
150
|
-
default: {
|
|
151
|
-
bodyMapper: Mappers.CloudError
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
serializer: serializer
|
|
155
|
-
};
|
|
156
|
-
var listOperationSpec = {
|
|
157
|
-
httpMethod: "GET",
|
|
158
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets",
|
|
159
|
-
urlParameters: [
|
|
160
|
-
Parameters.resourceGroupName,
|
|
161
|
-
Parameters.vaultName1,
|
|
162
|
-
Parameters.subscriptionId
|
|
163
|
-
],
|
|
164
|
-
queryParameters: [
|
|
165
|
-
Parameters.top,
|
|
166
|
-
Parameters.apiVersion0
|
|
167
|
-
],
|
|
168
|
-
headerParameters: [
|
|
169
|
-
Parameters.acceptLanguage
|
|
170
|
-
],
|
|
171
|
-
responses: {
|
|
172
|
-
200: {
|
|
173
|
-
bodyMapper: Mappers.SecretListResult
|
|
174
|
-
},
|
|
175
|
-
default: {
|
|
176
|
-
bodyMapper: Mappers.CloudError
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
serializer: serializer
|
|
180
|
-
};
|
|
181
|
-
var listNextOperationSpec = {
|
|
182
|
-
httpMethod: "GET",
|
|
183
|
-
baseUrl: "https://management.azure.com",
|
|
184
|
-
path: "{nextLink}",
|
|
185
|
-
urlParameters: [
|
|
186
|
-
Parameters.nextPageLink
|
|
187
|
-
],
|
|
188
|
-
headerParameters: [
|
|
189
|
-
Parameters.acceptLanguage
|
|
190
|
-
],
|
|
191
|
-
responses: {
|
|
192
|
-
200: {
|
|
193
|
-
bodyMapper: Mappers.SecretListResult
|
|
194
|
-
},
|
|
195
|
-
default: {
|
|
196
|
-
bodyMapper: Mappers.CloudError
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
serializer: serializer
|
|
200
|
-
};
|
|
201
|
-
//# sourceMappingURL=secrets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secrets.js","sourceRoot":"","sources":["../../src/operations/secrets.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,317 +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 { KeyVaultManagementClientContext } from "../keyVaultManagementClientContext";
|
|
5
|
-
/** Class representing a Vaults. */
|
|
6
|
-
export declare class Vaults {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Vaults.
|
|
10
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: KeyVaultManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Create or update a key vault in the specified subscription.
|
|
15
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
16
|
-
* @param vaultName Name of the vault
|
|
17
|
-
* @param parameters Parameters to create or update the vault
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<Models.VaultsCreateOrUpdateResponse>
|
|
20
|
-
*/
|
|
21
|
-
createOrUpdate(resourceGroupName: string, vaultName: string, parameters: Models.VaultCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.VaultsCreateOrUpdateResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Update a key vault in the specified subscription.
|
|
24
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
25
|
-
* @param vaultName Name of the vault
|
|
26
|
-
* @param parameters Parameters to patch the vault
|
|
27
|
-
* @param [options] The optional parameters
|
|
28
|
-
* @returns Promise<Models.VaultsUpdateResponse>
|
|
29
|
-
*/
|
|
30
|
-
update(resourceGroupName: string, vaultName: string, parameters: Models.VaultPatchParameters, options?: msRest.RequestOptionsBase): Promise<Models.VaultsUpdateResponse>;
|
|
31
|
-
/**
|
|
32
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
33
|
-
* @param vaultName Name of the vault
|
|
34
|
-
* @param parameters Parameters to patch the vault
|
|
35
|
-
* @param callback The callback
|
|
36
|
-
*/
|
|
37
|
-
update(resourceGroupName: string, vaultName: string, parameters: Models.VaultPatchParameters, callback: msRest.ServiceCallback<Models.Vault>): void;
|
|
38
|
-
/**
|
|
39
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
40
|
-
* @param vaultName Name of the vault
|
|
41
|
-
* @param parameters Parameters to patch the vault
|
|
42
|
-
* @param options The optional parameters
|
|
43
|
-
* @param callback The callback
|
|
44
|
-
*/
|
|
45
|
-
update(resourceGroupName: string, vaultName: string, parameters: Models.VaultPatchParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Vault>): void;
|
|
46
|
-
/**
|
|
47
|
-
* Deletes the specified Azure key vault.
|
|
48
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
49
|
-
* @param vaultName The name of the vault to delete
|
|
50
|
-
* @param [options] The optional parameters
|
|
51
|
-
* @returns Promise<msRest.RestResponse>
|
|
52
|
-
*/
|
|
53
|
-
deleteMethod(resourceGroupName: string, vaultName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
56
|
-
* @param vaultName The name of the vault to delete
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
deleteMethod(resourceGroupName: string, vaultName: string, callback: msRest.ServiceCallback<void>): void;
|
|
60
|
-
/**
|
|
61
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
62
|
-
* @param vaultName The name of the vault to delete
|
|
63
|
-
* @param options The optional parameters
|
|
64
|
-
* @param callback The callback
|
|
65
|
-
*/
|
|
66
|
-
deleteMethod(resourceGroupName: string, vaultName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
67
|
-
/**
|
|
68
|
-
* Gets the specified Azure key vault.
|
|
69
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
70
|
-
* @param vaultName The name of the vault.
|
|
71
|
-
* @param [options] The optional parameters
|
|
72
|
-
* @returns Promise<Models.VaultsGetResponse>
|
|
73
|
-
*/
|
|
74
|
-
get(resourceGroupName: string, vaultName: string, options?: msRest.RequestOptionsBase): Promise<Models.VaultsGetResponse>;
|
|
75
|
-
/**
|
|
76
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
77
|
-
* @param vaultName The name of the vault.
|
|
78
|
-
* @param callback The callback
|
|
79
|
-
*/
|
|
80
|
-
get(resourceGroupName: string, vaultName: string, callback: msRest.ServiceCallback<Models.Vault>): void;
|
|
81
|
-
/**
|
|
82
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
83
|
-
* @param vaultName The name of the vault.
|
|
84
|
-
* @param options The optional parameters
|
|
85
|
-
* @param callback The callback
|
|
86
|
-
*/
|
|
87
|
-
get(resourceGroupName: string, vaultName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Vault>): void;
|
|
88
|
-
/**
|
|
89
|
-
* Update access policies in a key vault in the specified subscription.
|
|
90
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
91
|
-
* @param vaultName Name of the vault
|
|
92
|
-
* @param operationKind Name of the operation. Possible values include: 'add', 'replace', 'remove'
|
|
93
|
-
* @param parameters Access policy to merge into the vault
|
|
94
|
-
* @param [options] The optional parameters
|
|
95
|
-
* @returns Promise<Models.VaultsUpdateAccessPolicyResponse>
|
|
96
|
-
*/
|
|
97
|
-
updateAccessPolicy(resourceGroupName: string, vaultName: string, operationKind: Models.AccessPolicyUpdateKind, parameters: Models.VaultAccessPolicyParameters, options?: msRest.RequestOptionsBase): Promise<Models.VaultsUpdateAccessPolicyResponse>;
|
|
98
|
-
/**
|
|
99
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
100
|
-
* @param vaultName Name of the vault
|
|
101
|
-
* @param operationKind Name of the operation. Possible values include: 'add', 'replace', 'remove'
|
|
102
|
-
* @param parameters Access policy to merge into the vault
|
|
103
|
-
* @param callback The callback
|
|
104
|
-
*/
|
|
105
|
-
updateAccessPolicy(resourceGroupName: string, vaultName: string, operationKind: Models.AccessPolicyUpdateKind, parameters: Models.VaultAccessPolicyParameters, callback: msRest.ServiceCallback<Models.VaultAccessPolicyParameters>): void;
|
|
106
|
-
/**
|
|
107
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
108
|
-
* @param vaultName Name of the vault
|
|
109
|
-
* @param operationKind Name of the operation. Possible values include: 'add', 'replace', 'remove'
|
|
110
|
-
* @param parameters Access policy to merge into the vault
|
|
111
|
-
* @param options The optional parameters
|
|
112
|
-
* @param callback The callback
|
|
113
|
-
*/
|
|
114
|
-
updateAccessPolicy(resourceGroupName: string, vaultName: string, operationKind: Models.AccessPolicyUpdateKind, parameters: Models.VaultAccessPolicyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VaultAccessPolicyParameters>): void;
|
|
115
|
-
/**
|
|
116
|
-
* The List operation gets information about the vaults associated with the subscription and within
|
|
117
|
-
* the specified resource group.
|
|
118
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
119
|
-
* @param [options] The optional parameters
|
|
120
|
-
* @returns Promise<Models.VaultsListByResourceGroupResponse>
|
|
121
|
-
*/
|
|
122
|
-
listByResourceGroup(resourceGroupName: string, options?: Models.VaultsListByResourceGroupOptionalParams): Promise<Models.VaultsListByResourceGroupResponse>;
|
|
123
|
-
/**
|
|
124
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
125
|
-
* @param callback The callback
|
|
126
|
-
*/
|
|
127
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
128
|
-
/**
|
|
129
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
130
|
-
* @param options The optional parameters
|
|
131
|
-
* @param callback The callback
|
|
132
|
-
*/
|
|
133
|
-
listByResourceGroup(resourceGroupName: string, options: Models.VaultsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
134
|
-
/**
|
|
135
|
-
* The List operation gets information about the vaults associated with the subscription.
|
|
136
|
-
* @param [options] The optional parameters
|
|
137
|
-
* @returns Promise<Models.VaultsListBySubscriptionResponse>
|
|
138
|
-
*/
|
|
139
|
-
listBySubscription(options?: Models.VaultsListBySubscriptionOptionalParams): Promise<Models.VaultsListBySubscriptionResponse>;
|
|
140
|
-
/**
|
|
141
|
-
* @param callback The callback
|
|
142
|
-
*/
|
|
143
|
-
listBySubscription(callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
144
|
-
/**
|
|
145
|
-
* @param options The optional parameters
|
|
146
|
-
* @param callback The callback
|
|
147
|
-
*/
|
|
148
|
-
listBySubscription(options: Models.VaultsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
149
|
-
/**
|
|
150
|
-
* Gets information about the deleted vaults in a subscription.
|
|
151
|
-
* @param [options] The optional parameters
|
|
152
|
-
* @returns Promise<Models.VaultsListDeletedResponse>
|
|
153
|
-
*/
|
|
154
|
-
listDeleted(options?: msRest.RequestOptionsBase): Promise<Models.VaultsListDeletedResponse>;
|
|
155
|
-
/**
|
|
156
|
-
* @param callback The callback
|
|
157
|
-
*/
|
|
158
|
-
listDeleted(callback: msRest.ServiceCallback<Models.DeletedVaultListResult>): void;
|
|
159
|
-
/**
|
|
160
|
-
* @param options The optional parameters
|
|
161
|
-
* @param callback The callback
|
|
162
|
-
*/
|
|
163
|
-
listDeleted(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeletedVaultListResult>): void;
|
|
164
|
-
/**
|
|
165
|
-
* Gets the deleted Azure key vault.
|
|
166
|
-
* @param vaultName The name of the vault.
|
|
167
|
-
* @param location The location of the deleted vault.
|
|
168
|
-
* @param [options] The optional parameters
|
|
169
|
-
* @returns Promise<Models.VaultsGetDeletedResponse>
|
|
170
|
-
*/
|
|
171
|
-
getDeleted(vaultName: string, location: string, options?: msRest.RequestOptionsBase): Promise<Models.VaultsGetDeletedResponse>;
|
|
172
|
-
/**
|
|
173
|
-
* @param vaultName The name of the vault.
|
|
174
|
-
* @param location The location of the deleted vault.
|
|
175
|
-
* @param callback The callback
|
|
176
|
-
*/
|
|
177
|
-
getDeleted(vaultName: string, location: string, callback: msRest.ServiceCallback<Models.DeletedVault>): void;
|
|
178
|
-
/**
|
|
179
|
-
* @param vaultName The name of the vault.
|
|
180
|
-
* @param location The location of the deleted vault.
|
|
181
|
-
* @param options The optional parameters
|
|
182
|
-
* @param callback The callback
|
|
183
|
-
*/
|
|
184
|
-
getDeleted(vaultName: string, location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeletedVault>): void;
|
|
185
|
-
/**
|
|
186
|
-
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
|
|
187
|
-
* @param vaultName The name of the soft-deleted vault.
|
|
188
|
-
* @param location The location of the soft-deleted vault.
|
|
189
|
-
* @param [options] The optional parameters
|
|
190
|
-
* @returns Promise<msRest.RestResponse>
|
|
191
|
-
*/
|
|
192
|
-
purgeDeleted(vaultName: string, location: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
193
|
-
/**
|
|
194
|
-
* The List operation gets information about the vaults associated with the subscription.
|
|
195
|
-
* @param [options] The optional parameters
|
|
196
|
-
* @returns Promise<Models.VaultsListResponse>
|
|
197
|
-
*/
|
|
198
|
-
list(options?: Models.VaultsListOptionalParams): Promise<Models.VaultsListResponse>;
|
|
199
|
-
/**
|
|
200
|
-
* @param callback The callback
|
|
201
|
-
*/
|
|
202
|
-
list(callback: msRest.ServiceCallback<Models.ResourceListResult>): void;
|
|
203
|
-
/**
|
|
204
|
-
* @param options The optional parameters
|
|
205
|
-
* @param callback The callback
|
|
206
|
-
*/
|
|
207
|
-
list(options: Models.VaultsListOptionalParams, callback: msRest.ServiceCallback<Models.ResourceListResult>): void;
|
|
208
|
-
/**
|
|
209
|
-
* Checks that the vault name is valid and is not already in use.
|
|
210
|
-
* @param vaultName The name of the vault.
|
|
211
|
-
* @param [options] The optional parameters
|
|
212
|
-
* @returns Promise<Models.VaultsCheckNameAvailabilityResponse>
|
|
213
|
-
*/
|
|
214
|
-
checkNameAvailability(vaultName: Models.VaultCheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.VaultsCheckNameAvailabilityResponse>;
|
|
215
|
-
/**
|
|
216
|
-
* @param vaultName The name of the vault.
|
|
217
|
-
* @param callback The callback
|
|
218
|
-
*/
|
|
219
|
-
checkNameAvailability(vaultName: Models.VaultCheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
|
|
220
|
-
/**
|
|
221
|
-
* @param vaultName The name of the vault.
|
|
222
|
-
* @param options The optional parameters
|
|
223
|
-
* @param callback The callback
|
|
224
|
-
*/
|
|
225
|
-
checkNameAvailability(vaultName: Models.VaultCheckNameAvailabilityParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
|
|
226
|
-
/**
|
|
227
|
-
* Create or update a key vault in the specified subscription.
|
|
228
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
229
|
-
* @param vaultName Name of the vault
|
|
230
|
-
* @param parameters Parameters to create or update the vault
|
|
231
|
-
* @param [options] The optional parameters
|
|
232
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
233
|
-
*/
|
|
234
|
-
beginCreateOrUpdate(resourceGroupName: string, vaultName: string, parameters: Models.VaultCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
235
|
-
/**
|
|
236
|
-
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
|
|
237
|
-
* @param vaultName The name of the soft-deleted vault.
|
|
238
|
-
* @param location The location of the soft-deleted vault.
|
|
239
|
-
* @param [options] The optional parameters
|
|
240
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
241
|
-
*/
|
|
242
|
-
beginPurgeDeleted(vaultName: string, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
243
|
-
/**
|
|
244
|
-
* The List operation gets information about the vaults associated with the subscription and within
|
|
245
|
-
* the specified resource group.
|
|
246
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
247
|
-
* @param [options] The optional parameters
|
|
248
|
-
* @returns Promise<Models.VaultsListByResourceGroupNextResponse>
|
|
249
|
-
*/
|
|
250
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VaultsListByResourceGroupNextResponse>;
|
|
251
|
-
/**
|
|
252
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
253
|
-
* @param callback The callback
|
|
254
|
-
*/
|
|
255
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
256
|
-
/**
|
|
257
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
258
|
-
* @param options The optional parameters
|
|
259
|
-
* @param callback The callback
|
|
260
|
-
*/
|
|
261
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
262
|
-
/**
|
|
263
|
-
* The List operation gets information about the vaults associated with the subscription.
|
|
264
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
265
|
-
* @param [options] The optional parameters
|
|
266
|
-
* @returns Promise<Models.VaultsListBySubscriptionNextResponse>
|
|
267
|
-
*/
|
|
268
|
-
listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VaultsListBySubscriptionNextResponse>;
|
|
269
|
-
/**
|
|
270
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
271
|
-
* @param callback The callback
|
|
272
|
-
*/
|
|
273
|
-
listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
274
|
-
/**
|
|
275
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
276
|
-
* @param options The optional parameters
|
|
277
|
-
* @param callback The callback
|
|
278
|
-
*/
|
|
279
|
-
listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VaultListResult>): void;
|
|
280
|
-
/**
|
|
281
|
-
* Gets information about the deleted vaults in a subscription.
|
|
282
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
283
|
-
* @param [options] The optional parameters
|
|
284
|
-
* @returns Promise<Models.VaultsListDeletedNextResponse>
|
|
285
|
-
*/
|
|
286
|
-
listDeletedNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VaultsListDeletedNextResponse>;
|
|
287
|
-
/**
|
|
288
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
289
|
-
* @param callback The callback
|
|
290
|
-
*/
|
|
291
|
-
listDeletedNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DeletedVaultListResult>): void;
|
|
292
|
-
/**
|
|
293
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
294
|
-
* @param options The optional parameters
|
|
295
|
-
* @param callback The callback
|
|
296
|
-
*/
|
|
297
|
-
listDeletedNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeletedVaultListResult>): void;
|
|
298
|
-
/**
|
|
299
|
-
* The List operation gets information about the vaults associated with the subscription.
|
|
300
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
301
|
-
* @param [options] The optional parameters
|
|
302
|
-
* @returns Promise<Models.VaultsListNextResponse>
|
|
303
|
-
*/
|
|
304
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VaultsListNextResponse>;
|
|
305
|
-
/**
|
|
306
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
307
|
-
* @param callback The callback
|
|
308
|
-
*/
|
|
309
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ResourceListResult>): void;
|
|
310
|
-
/**
|
|
311
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
312
|
-
* @param options The optional parameters
|
|
313
|
-
* @param callback The callback
|
|
314
|
-
*/
|
|
315
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceListResult>): void;
|
|
316
|
-
}
|
|
317
|
-
//# sourceMappingURL=vaults.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vaults.d.ts","sourceRoot":"","sources":["../../src/operations/vaults.ts"],"names":[],"mappings":"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"}
|