@azure/arm-keyvault-profile-2020-09-01-hybrid 1.1.1 → 2.0.0-alpha.20220321.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 +74 -23
- 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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAAuC;QACjD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAoBD,6BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAwF,EAAE,QAA6D;QACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,iBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,yCAAyC;IAC/C,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,91 +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 PrivateEndpointConnections. */
|
|
6
|
-
export declare class PrivateEndpointConnections {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a PrivateEndpointConnections.
|
|
10
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: KeyVaultManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Gets the specified private endpoint connection associated with the key vault.
|
|
15
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
16
|
-
* @param vaultName The name of the key vault.
|
|
17
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
18
|
-
* key vault.
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.PrivateEndpointConnectionsGetResponse>
|
|
21
|
-
*/
|
|
22
|
-
get(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
25
|
-
* @param vaultName The name of the key vault.
|
|
26
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
27
|
-
* key vault.
|
|
28
|
-
* @param callback The callback
|
|
29
|
-
*/
|
|
30
|
-
get(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
31
|
-
/**
|
|
32
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
33
|
-
* @param vaultName The name of the key vault.
|
|
34
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
35
|
-
* key vault.
|
|
36
|
-
* @param options The optional parameters
|
|
37
|
-
* @param callback The callback
|
|
38
|
-
*/
|
|
39
|
-
get(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
40
|
-
/**
|
|
41
|
-
* Updates the specified private endpoint connection associated with the key vault.
|
|
42
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
43
|
-
* @param vaultName The name of the key vault.
|
|
44
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
45
|
-
* key vault.
|
|
46
|
-
* @param properties The intended state of private endpoint connection.
|
|
47
|
-
* @param [options] The optional parameters
|
|
48
|
-
* @returns Promise<Models.PrivateEndpointConnectionsPutResponse>
|
|
49
|
-
*/
|
|
50
|
-
put(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsPutResponse>;
|
|
51
|
-
/**
|
|
52
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
53
|
-
* @param vaultName The name of the key vault.
|
|
54
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
55
|
-
* key vault.
|
|
56
|
-
* @param properties The intended state of private endpoint connection.
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
put(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
60
|
-
/**
|
|
61
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
62
|
-
* @param vaultName The name of the key vault.
|
|
63
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
64
|
-
* key vault.
|
|
65
|
-
* @param properties The intended state of private endpoint connection.
|
|
66
|
-
* @param options The optional parameters
|
|
67
|
-
* @param callback The callback
|
|
68
|
-
*/
|
|
69
|
-
put(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
70
|
-
/**
|
|
71
|
-
* Deletes the specified private endpoint connection associated with the key vault.
|
|
72
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
73
|
-
* @param vaultName The name of the key vault.
|
|
74
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
75
|
-
* key vault.
|
|
76
|
-
* @param [options] The optional parameters
|
|
77
|
-
* @returns Promise<Models.PrivateEndpointConnectionsDeleteResponse>
|
|
78
|
-
*/
|
|
79
|
-
deleteMethod(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsDeleteResponse>;
|
|
80
|
-
/**
|
|
81
|
-
* Deletes the specified private endpoint connection associated with the key vault.
|
|
82
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
83
|
-
* @param vaultName The name of the key vault.
|
|
84
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
85
|
-
* key vault.
|
|
86
|
-
* @param [options] The optional parameters
|
|
87
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
88
|
-
*/
|
|
89
|
-
beginDeleteMethod(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
90
|
-
}
|
|
91
|
-
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AAErF,uDAAuD;AACvD,qBAAa,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAEzD;;;OAGG;gBACS,MAAM,EAAE,+BAA+B;IAInD;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IACpL;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAClK;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAatM;;;;;;;;;OASG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,yBAAyB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IAClO;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,yBAAyB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAChN;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,yBAAyB,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAcpP;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAC;IAKhM;;;;;;;;OAQG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;CAW5K"}
|
|
@@ -1,164 +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/privateEndpointConnectionsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a PrivateEndpointConnections. */
|
|
15
|
-
var PrivateEndpointConnections = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a PrivateEndpointConnections.
|
|
18
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function PrivateEndpointConnections(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
PrivateEndpointConnections.prototype.get = function (resourceGroupName, vaultName, privateEndpointConnectionName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
vaultName: vaultName,
|
|
27
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
28
|
-
options: options
|
|
29
|
-
}, getOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
PrivateEndpointConnections.prototype.put = function (resourceGroupName, vaultName, privateEndpointConnectionName, properties, options, callback) {
|
|
32
|
-
return this.client.sendOperationRequest({
|
|
33
|
-
resourceGroupName: resourceGroupName,
|
|
34
|
-
vaultName: vaultName,
|
|
35
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
36
|
-
properties: properties,
|
|
37
|
-
options: options
|
|
38
|
-
}, putOperationSpec, callback);
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Deletes the specified private endpoint connection associated with the key vault.
|
|
42
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
43
|
-
* @param vaultName The name of the key vault.
|
|
44
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
45
|
-
* key vault.
|
|
46
|
-
* @param [options] The optional parameters
|
|
47
|
-
* @returns Promise<Models.PrivateEndpointConnectionsDeleteResponse>
|
|
48
|
-
*/
|
|
49
|
-
PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, vaultName, privateEndpointConnectionName, options) {
|
|
50
|
-
return this.beginDeleteMethod(resourceGroupName, vaultName, privateEndpointConnectionName, options)
|
|
51
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
52
|
-
};
|
|
53
|
-
/**
|
|
54
|
-
* Deletes the specified private endpoint connection associated with the key vault.
|
|
55
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
56
|
-
* @param vaultName The name of the key vault.
|
|
57
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the
|
|
58
|
-
* key vault.
|
|
59
|
-
* @param [options] The optional parameters
|
|
60
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
61
|
-
*/
|
|
62
|
-
PrivateEndpointConnections.prototype.beginDeleteMethod = function (resourceGroupName, vaultName, privateEndpointConnectionName, options) {
|
|
63
|
-
return this.client.sendLRORequest({
|
|
64
|
-
resourceGroupName: resourceGroupName,
|
|
65
|
-
vaultName: vaultName,
|
|
66
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
67
|
-
options: options
|
|
68
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
69
|
-
};
|
|
70
|
-
return PrivateEndpointConnections;
|
|
71
|
-
}());
|
|
72
|
-
export { PrivateEndpointConnections };
|
|
73
|
-
// Operation Specifications
|
|
74
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
75
|
-
var getOperationSpec = {
|
|
76
|
-
httpMethod: "GET",
|
|
77
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
78
|
-
urlParameters: [
|
|
79
|
-
Parameters.subscriptionId,
|
|
80
|
-
Parameters.resourceGroupName,
|
|
81
|
-
Parameters.vaultName0,
|
|
82
|
-
Parameters.privateEndpointConnectionName
|
|
83
|
-
],
|
|
84
|
-
queryParameters: [
|
|
85
|
-
Parameters.apiVersion0
|
|
86
|
-
],
|
|
87
|
-
headerParameters: [
|
|
88
|
-
Parameters.acceptLanguage
|
|
89
|
-
],
|
|
90
|
-
responses: {
|
|
91
|
-
200: {
|
|
92
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
93
|
-
},
|
|
94
|
-
default: {
|
|
95
|
-
bodyMapper: Mappers.CloudError
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
serializer: serializer
|
|
99
|
-
};
|
|
100
|
-
var putOperationSpec = {
|
|
101
|
-
httpMethod: "PUT",
|
|
102
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
103
|
-
urlParameters: [
|
|
104
|
-
Parameters.subscriptionId,
|
|
105
|
-
Parameters.resourceGroupName,
|
|
106
|
-
Parameters.vaultName0,
|
|
107
|
-
Parameters.privateEndpointConnectionName
|
|
108
|
-
],
|
|
109
|
-
queryParameters: [
|
|
110
|
-
Parameters.apiVersion0
|
|
111
|
-
],
|
|
112
|
-
headerParameters: [
|
|
113
|
-
Parameters.acceptLanguage
|
|
114
|
-
],
|
|
115
|
-
requestBody: {
|
|
116
|
-
parameterPath: "properties",
|
|
117
|
-
mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
|
|
118
|
-
},
|
|
119
|
-
responses: {
|
|
120
|
-
200: {
|
|
121
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
122
|
-
headersMapper: Mappers.PrivateEndpointConnectionsPutHeaders
|
|
123
|
-
},
|
|
124
|
-
default: {
|
|
125
|
-
bodyMapper: Mappers.CloudError,
|
|
126
|
-
headersMapper: Mappers.PrivateEndpointConnectionsPutHeaders
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
serializer: serializer
|
|
130
|
-
};
|
|
131
|
-
var beginDeleteMethodOperationSpec = {
|
|
132
|
-
httpMethod: "DELETE",
|
|
133
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
134
|
-
urlParameters: [
|
|
135
|
-
Parameters.subscriptionId,
|
|
136
|
-
Parameters.resourceGroupName,
|
|
137
|
-
Parameters.vaultName0,
|
|
138
|
-
Parameters.privateEndpointConnectionName
|
|
139
|
-
],
|
|
140
|
-
queryParameters: [
|
|
141
|
-
Parameters.apiVersion0
|
|
142
|
-
],
|
|
143
|
-
headerParameters: [
|
|
144
|
-
Parameters.acceptLanguage
|
|
145
|
-
],
|
|
146
|
-
responses: {
|
|
147
|
-
200: {
|
|
148
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
149
|
-
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
150
|
-
},
|
|
151
|
-
202: {
|
|
152
|
-
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
153
|
-
},
|
|
154
|
-
204: {
|
|
155
|
-
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
156
|
-
},
|
|
157
|
-
default: {
|
|
158
|
-
bodyMapper: Mappers.CloudError,
|
|
159
|
-
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
serializer: serializer
|
|
163
|
-
};
|
|
164
|
-
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { KeyVaultManagementClientContext } from "../keyVaultManagementClientContext";
|
|
4
|
-
/** Class representing a PrivateLinkResources. */
|
|
5
|
-
export declare class PrivateLinkResources {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a PrivateLinkResources.
|
|
9
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: KeyVaultManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the private link resources supported for the key vault.
|
|
14
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
15
|
-
* @param vaultName The name of the key vault.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.PrivateLinkResourcesListByVaultResponse>
|
|
18
|
-
*/
|
|
19
|
-
listByVault(resourceGroupName: string, vaultName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByVaultResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
22
|
-
* @param vaultName The name of the key vault.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listByVault(resourceGroupName: string, vaultName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
28
|
-
* @param vaultName The name of the key vault.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
listByVault(resourceGroupName: string, vaultName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AAErF,iDAAiD;AACjD,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAEzD;;;OAGG;gBACS,MAAM,EAAE,+BAA+B;IAInD;;;;;;OAMG;IACH,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,uCAAuC,CAAC;IACvJ;;;;OAIG;IACH,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;IACvI;;;;;OAKG;IACH,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;CAW5K"}
|
|
@@ -1,58 +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 * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/privateLinkResourcesMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a PrivateLinkResources. */
|
|
14
|
-
var PrivateLinkResources = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a PrivateLinkResources.
|
|
17
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function PrivateLinkResources(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
PrivateLinkResources.prototype.listByVault = function (resourceGroupName, vaultName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
vaultName: vaultName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByVaultOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
return PrivateLinkResources;
|
|
30
|
-
}());
|
|
31
|
-
export { PrivateLinkResources };
|
|
32
|
-
// Operation Specifications
|
|
33
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
34
|
-
var listByVaultOperationSpec = {
|
|
35
|
-
httpMethod: "GET",
|
|
36
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateLinkResources",
|
|
37
|
-
urlParameters: [
|
|
38
|
-
Parameters.subscriptionId,
|
|
39
|
-
Parameters.resourceGroupName,
|
|
40
|
-
Parameters.vaultName0
|
|
41
|
-
],
|
|
42
|
-
queryParameters: [
|
|
43
|
-
Parameters.apiVersion0
|
|
44
|
-
],
|
|
45
|
-
headerParameters: [
|
|
46
|
-
Parameters.acceptLanguage
|
|
47
|
-
],
|
|
48
|
-
responses: {
|
|
49
|
-
200: {
|
|
50
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult
|
|
51
|
-
},
|
|
52
|
-
default: {
|
|
53
|
-
bodyMapper: Mappers.CloudError
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
serializer: serializer
|
|
57
|
-
};
|
|
58
|
-
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,uCAAuC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,iDAAiD;AACjD;IAGE;;;OAGG;IACH,8BAAY,MAAuC;QACjD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,0CAAW,GAAX,UAAY,iBAAyB,EAAE,SAAiB,EAAE,OAAkG,EAAE,QAAuE;QACnO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,SAAS,WAAA;YACT,OAAO,SAAA;SACR,EACD,wBAAwB,EACxB,QAAQ,CAA4D,CAAC;IACzE,CAAC;IACH,2BAAC;AAAD,CAAC,AA1CD,IA0CC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,wBAAwB,GAAyB;IACrD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,wIAAwI;IAC9I,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,UAAU;KACtB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { KeyVaultManagementClientContext } from "../keyVaultManagementClientContext";
|
|
4
|
-
/** Class representing a Secrets. */
|
|
5
|
-
export declare class Secrets {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Secrets.
|
|
9
|
-
* @param {KeyVaultManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: KeyVaultManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Create or update a secret in a key vault in the specified subscription. NOTE: This API is
|
|
14
|
-
* intended for internal use in ARM deployments. Users should use the data-plane REST service for
|
|
15
|
-
* interaction with vault secrets.
|
|
16
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
17
|
-
* @param vaultName Name of the vault
|
|
18
|
-
* @param secretName Name of the secret
|
|
19
|
-
* @param parameters Parameters to create or update the secret
|
|
20
|
-
* @param [options] The optional parameters
|
|
21
|
-
* @returns Promise<Models.SecretsCreateOrUpdateResponse>
|
|
22
|
-
*/
|
|
23
|
-
createOrUpdate(resourceGroupName: string, vaultName: string, secretName: string, parameters: Models.SecretCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SecretsCreateOrUpdateResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
26
|
-
* @param vaultName Name of the vault
|
|
27
|
-
* @param secretName Name of the secret
|
|
28
|
-
* @param parameters Parameters to create or update the secret
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
createOrUpdate(resourceGroupName: string, vaultName: string, secretName: string, parameters: Models.SecretCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Secret>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
34
|
-
* @param vaultName Name of the vault
|
|
35
|
-
* @param secretName Name of the secret
|
|
36
|
-
* @param parameters Parameters to create or update the secret
|
|
37
|
-
* @param options The optional parameters
|
|
38
|
-
* @param callback The callback
|
|
39
|
-
*/
|
|
40
|
-
createOrUpdate(resourceGroupName: string, vaultName: string, secretName: string, parameters: Models.SecretCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Secret>): void;
|
|
41
|
-
/**
|
|
42
|
-
* Update a secret in the specified subscription. NOTE: This API is intended for internal use in
|
|
43
|
-
* ARM deployments. Users should use the data-plane REST service for interaction with vault
|
|
44
|
-
* secrets.
|
|
45
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
46
|
-
* @param vaultName Name of the vault
|
|
47
|
-
* @param secretName Name of the secret
|
|
48
|
-
* @param parameters Parameters to patch the secret
|
|
49
|
-
* @param [options] The optional parameters
|
|
50
|
-
* @returns Promise<Models.SecretsUpdateResponse>
|
|
51
|
-
*/
|
|
52
|
-
update(resourceGroupName: string, vaultName: string, secretName: string, parameters: Models.SecretPatchParameters, options?: msRest.RequestOptionsBase): Promise<Models.SecretsUpdateResponse>;
|
|
53
|
-
/**
|
|
54
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
55
|
-
* @param vaultName Name of the vault
|
|
56
|
-
* @param secretName Name of the secret
|
|
57
|
-
* @param parameters Parameters to patch the secret
|
|
58
|
-
* @param callback The callback
|
|
59
|
-
*/
|
|
60
|
-
update(resourceGroupName: string, vaultName: string, secretName: string, parameters: Models.SecretPatchParameters, callback: msRest.ServiceCallback<Models.Secret>): void;
|
|
61
|
-
/**
|
|
62
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
63
|
-
* @param vaultName Name of the vault
|
|
64
|
-
* @param secretName Name of the secret
|
|
65
|
-
* @param parameters Parameters to patch the secret
|
|
66
|
-
* @param options The optional parameters
|
|
67
|
-
* @param callback The callback
|
|
68
|
-
*/
|
|
69
|
-
update(resourceGroupName: string, vaultName: string, secretName: string, parameters: Models.SecretPatchParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Secret>): void;
|
|
70
|
-
/**
|
|
71
|
-
* Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments.
|
|
72
|
-
* Users should use the data-plane REST service for interaction with vault secrets.
|
|
73
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
74
|
-
* @param vaultName The name of the vault.
|
|
75
|
-
* @param secretName The name of the secret.
|
|
76
|
-
* @param [options] The optional parameters
|
|
77
|
-
* @returns Promise<Models.SecretsGetResponse>
|
|
78
|
-
*/
|
|
79
|
-
get(resourceGroupName: string, vaultName: string, secretName: string, options?: msRest.RequestOptionsBase): Promise<Models.SecretsGetResponse>;
|
|
80
|
-
/**
|
|
81
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
82
|
-
* @param vaultName The name of the vault.
|
|
83
|
-
* @param secretName The name of the secret.
|
|
84
|
-
* @param callback The callback
|
|
85
|
-
*/
|
|
86
|
-
get(resourceGroupName: string, vaultName: string, secretName: string, callback: msRest.ServiceCallback<Models.Secret>): void;
|
|
87
|
-
/**
|
|
88
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
89
|
-
* @param vaultName The name of the vault.
|
|
90
|
-
* @param secretName The name of the secret.
|
|
91
|
-
* @param options The optional parameters
|
|
92
|
-
* @param callback The callback
|
|
93
|
-
*/
|
|
94
|
-
get(resourceGroupName: string, vaultName: string, secretName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Secret>): void;
|
|
95
|
-
/**
|
|
96
|
-
* The List operation gets information about the secrets in a vault. NOTE: This API is intended
|
|
97
|
-
* for internal use in ARM deployments. Users should use the data-plane REST service for
|
|
98
|
-
* interaction with vault secrets.
|
|
99
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
100
|
-
* @param vaultName The name of the vault.
|
|
101
|
-
* @param [options] The optional parameters
|
|
102
|
-
* @returns Promise<Models.SecretsListResponse>
|
|
103
|
-
*/
|
|
104
|
-
list(resourceGroupName: string, vaultName: string, options?: Models.SecretsListOptionalParams): Promise<Models.SecretsListResponse>;
|
|
105
|
-
/**
|
|
106
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
107
|
-
* @param vaultName The name of the vault.
|
|
108
|
-
* @param callback The callback
|
|
109
|
-
*/
|
|
110
|
-
list(resourceGroupName: string, vaultName: string, callback: msRest.ServiceCallback<Models.SecretListResult>): void;
|
|
111
|
-
/**
|
|
112
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
113
|
-
* @param vaultName The name of the vault.
|
|
114
|
-
* @param options The optional parameters
|
|
115
|
-
* @param callback The callback
|
|
116
|
-
*/
|
|
117
|
-
list(resourceGroupName: string, vaultName: string, options: Models.SecretsListOptionalParams, callback: msRest.ServiceCallback<Models.SecretListResult>): void;
|
|
118
|
-
/**
|
|
119
|
-
* The List operation gets information about the secrets in a vault. NOTE: This API is intended
|
|
120
|
-
* for internal use in ARM deployments. Users should use the data-plane REST service for
|
|
121
|
-
* interaction with vault secrets.
|
|
122
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
123
|
-
* @param [options] The optional parameters
|
|
124
|
-
* @returns Promise<Models.SecretsListNextResponse>
|
|
125
|
-
*/
|
|
126
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SecretsListNextResponse>;
|
|
127
|
-
/**
|
|
128
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
129
|
-
* @param callback The callback
|
|
130
|
-
*/
|
|
131
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SecretListResult>): void;
|
|
132
|
-
/**
|
|
133
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
134
|
-
* @param options The optional parameters
|
|
135
|
-
* @param callback The callback
|
|
136
|
-
*/
|
|
137
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SecretListResult>): void;
|
|
138
|
-
}
|
|
139
|
-
//# sourceMappingURL=secrets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secrets.d.ts","sourceRoot":"","sources":["../../src/operations/secrets.ts"],"names":[],"mappings":"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"}
|