@azure/arm-appconfiguration 1.2.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.
Files changed (169) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -75
  4. package/dist/index.js +3105 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/appConfigurationManagementClient.d.ts +22 -0
  9. package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/appConfigurationManagementClient.js +55 -0
  11. package/dist-esm/src/appConfigurationManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +826 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +59 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +38 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +588 -313
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +20 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +162 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/configurationStores.d.ts +139 -0
  33. package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
  34. package/dist-esm/src/operations/configurationStores.js +655 -0
  35. package/dist-esm/src/operations/configurationStores.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/keyValues.d.ts +76 -0
  41. package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
  42. package/dist-esm/src/operations/keyValues.js +284 -0
  43. package/dist-esm/src/operations/keyValues.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +39 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +147 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
  49. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
  51. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  52. package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
  53. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateLinkResources.js +170 -0
  55. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
  57. package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/configurationStores.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  63. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
  65. package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/keyValues.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +58 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +65 -31
  85. package/review/arm-appconfiguration.api.md +665 -0
  86. package/rollup.config.js +181 -30
  87. package/src/appConfigurationManagementClient.ts +82 -35
  88. package/src/index.ts +12 -0
  89. package/src/lroImpl.ts +34 -0
  90. package/src/models/index.ts +680 -893
  91. package/src/models/mappers.ts +657 -367
  92. package/src/models/parameters.ts +126 -44
  93. package/src/operations/configurationStores.ts +657 -495
  94. package/src/operations/index.ts +4 -5
  95. package/src/operations/keyValues.ts +396 -0
  96. package/src/operations/operations.ts +113 -123
  97. package/src/operations/privateEndpointConnections.ts +350 -186
  98. package/src/operations/privateLinkResources.ts +162 -126
  99. package/src/operationsInterfaces/configurationStores.ts +168 -0
  100. package/src/operationsInterfaces/index.ts +13 -0
  101. package/src/operationsInterfaces/keyValues.ts +91 -0
  102. package/src/operationsInterfaces/operations.ts +38 -0
  103. package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
  104. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  105. package/tsconfig.json +3 -3
  106. package/types/arm-appconfiguration.d.ts +1171 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-appconfiguration.js +0 -2213
  109. package/dist/arm-appconfiguration.js.map +0 -1
  110. package/dist/arm-appconfiguration.min.js +0 -1
  111. package/dist/arm-appconfiguration.min.js.map +0 -1
  112. package/esm/appConfigurationManagementClient.d.ts +0 -21
  113. package/esm/appConfigurationManagementClient.d.ts.map +0 -1
  114. package/esm/appConfigurationManagementClient.js +0 -36
  115. package/esm/appConfigurationManagementClient.js.map +0 -1
  116. package/esm/appConfigurationManagementClientContext.d.ts +0 -16
  117. package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
  118. package/esm/appConfigurationManagementClientContext.js +0 -56
  119. package/esm/appConfigurationManagementClientContext.js.map +0 -1
  120. package/esm/models/configurationStoresMappers.d.ts +0 -2
  121. package/esm/models/configurationStoresMappers.d.ts.map +0 -1
  122. package/esm/models/configurationStoresMappers.js +0 -9
  123. package/esm/models/configurationStoresMappers.js.map +0 -1
  124. package/esm/models/index.d.ts +0 -1073
  125. package/esm/models/index.d.ts.map +0 -1
  126. package/esm/models/index.js +0 -8
  127. package/esm/models/index.js.map +0 -1
  128. package/esm/models/mappers.d.ts +0 -31
  129. package/esm/models/mappers.d.ts.map +0 -1
  130. package/esm/models/mappers.js.map +0 -1
  131. package/esm/models/operationsMappers.d.ts +0 -2
  132. package/esm/models/operationsMappers.d.ts.map +0 -1
  133. package/esm/models/operationsMappers.js +0 -9
  134. package/esm/models/operationsMappers.js.map +0 -1
  135. package/esm/models/parameters.d.ts +0 -11
  136. package/esm/models/parameters.d.ts.map +0 -1
  137. package/esm/models/parameters.js +0 -108
  138. package/esm/models/parameters.js.map +0 -1
  139. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  140. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  141. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  142. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  143. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  144. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  145. package/esm/models/privateLinkResourcesMappers.js +0 -9
  146. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  147. package/esm/operations/configurationStores.d.ts +0 -243
  148. package/esm/operations/configurationStores.d.ts.map +0 -1
  149. package/esm/operations/configurationStores.js +0 -466
  150. package/esm/operations/configurationStores.js.map +0 -1
  151. package/esm/operations/index.d.ts.map +0 -1
  152. package/esm/operations/index.js.map +0 -1
  153. package/esm/operations/operations.d.ts +0 -67
  154. package/esm/operations/operations.d.ts.map +0 -1
  155. package/esm/operations/operations.js +0 -111
  156. package/esm/operations/operations.js.map +0 -1
  157. package/esm/operations/privateEndpointConnections.d.ts +0 -117
  158. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  159. package/esm/operations/privateEndpointConnections.js +0 -236
  160. package/esm/operations/privateEndpointConnections.js.map +0 -1
  161. package/esm/operations/privateLinkResources.d.ts +0 -76
  162. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  163. package/esm/operations/privateLinkResources.js +0 -117
  164. package/esm/operations/privateLinkResources.js.map +0 -1
  165. package/src/appConfigurationManagementClientContext.ts +0 -62
  166. package/src/models/configurationStoresMappers.ts +0 -30
  167. package/src/models/operationsMappers.ts +0 -16
  168. package/src/models/privateEndpointConnectionsMappers.ts +0 -24
  169. package/src/models/privateLinkResourcesMappers.ts +0 -13
@@ -1,117 +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 PrivateEndpointConnections. */
6
- export declare class PrivateEndpointConnections {
7
- private readonly client;
8
- /**
9
- * Create a PrivateEndpointConnections.
10
- * @param {AppConfigurationManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: AppConfigurationManagementClientContext);
13
- /**
14
- * Lists all private endpoint connections for a 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.PrivateEndpointConnectionsListByConfigurationStoreResponse>
19
- */
20
- listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreResponse>;
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.PrivateEndpointConnectionListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
34
- /**
35
- * Gets the specified private endpoint connection associated with the configuration store.
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 privateEndpointConnectionName Private endpoint connection name
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>
41
- */
42
- get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;
43
- /**
44
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
45
- * @param configStoreName The name of the configuration store.
46
- * @param privateEndpointConnectionName Private endpoint connection name
47
- * @param callback The callback
48
- */
49
- get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
50
- /**
51
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
52
- * @param configStoreName The name of the configuration store.
53
- * @param privateEndpointConnectionName Private endpoint connection name
54
- * @param options The optional parameters
55
- * @param callback The callback
56
- */
57
- get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
58
- /**
59
- * Update the state of the specified private endpoint connection associated with the configuration
60
- * store.
61
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
62
- * @param configStoreName The name of the configuration store.
63
- * @param privateEndpointConnectionName Private endpoint connection name
64
- * @param privateEndpointConnection The private endpoint connection properties.
65
- * @param [options] The optional parameters
66
- * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>
67
- */
68
- createOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;
69
- /**
70
- * Deletes a private endpoint connection.
71
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
72
- * @param configStoreName The name of the configuration store.
73
- * @param privateEndpointConnectionName Private endpoint connection name
74
- * @param [options] The optional parameters
75
- * @returns Promise<msRest.RestResponse>
76
- */
77
- deleteMethod(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
78
- /**
79
- * Update the state of the specified private endpoint connection associated with the configuration
80
- * store.
81
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
82
- * @param configStoreName The name of the configuration store.
83
- * @param privateEndpointConnectionName Private endpoint connection name
84
- * @param privateEndpointConnection The private endpoint connection properties.
85
- * @param [options] The optional parameters
86
- * @returns Promise<msRestAzure.LROPoller>
87
- */
88
- beginCreateOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
89
- /**
90
- * Deletes a private endpoint connection.
91
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
92
- * @param configStoreName The name of the configuration store.
93
- * @param privateEndpointConnectionName Private endpoint connection name
94
- * @param [options] The optional parameters
95
- * @returns Promise<msRestAzure.LROPoller>
96
- */
97
- beginDeleteMethod(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
98
- /**
99
- * Lists all private endpoint connections for a configuration store.
100
- * @param nextPageLink The NextLink from the previous successful call to List operation.
101
- * @param [options] The optional parameters
102
- * @returns Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreNextResponse>
103
- */
104
- listByConfigurationStoreNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreNextResponse>;
105
- /**
106
- * @param nextPageLink The NextLink from the previous successful call to List operation.
107
- * @param callback The callback
108
- */
109
- listByConfigurationStoreNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
110
- /**
111
- * @param nextPageLink The NextLink from the previous successful call to List operation.
112
- * @param options The optional parameters
113
- * @param callback The callback
114
- */
115
- listByConfigurationStoreNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
116
- }
117
- //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
@@ -1,236 +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 {AppConfigurationManagementClientContext} client Reference to the service client.
19
- */
20
- function PrivateEndpointConnections(client) {
21
- this.client = client;
22
- }
23
- PrivateEndpointConnections.prototype.listByConfigurationStore = function (resourceGroupName, configStoreName, options, callback) {
24
- return this.client.sendOperationRequest({
25
- resourceGroupName: resourceGroupName,
26
- configStoreName: configStoreName,
27
- options: options
28
- }, listByConfigurationStoreOperationSpec, callback);
29
- };
30
- PrivateEndpointConnections.prototype.get = function (resourceGroupName, configStoreName, privateEndpointConnectionName, options, callback) {
31
- return this.client.sendOperationRequest({
32
- resourceGroupName: resourceGroupName,
33
- configStoreName: configStoreName,
34
- privateEndpointConnectionName: privateEndpointConnectionName,
35
- options: options
36
- }, getOperationSpec, callback);
37
- };
38
- /**
39
- * Update the state of the specified private endpoint connection associated with the configuration
40
- * store.
41
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
42
- * @param configStoreName The name of the configuration store.
43
- * @param privateEndpointConnectionName Private endpoint connection name
44
- * @param privateEndpointConnection The private endpoint connection properties.
45
- * @param [options] The optional parameters
46
- * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>
47
- */
48
- PrivateEndpointConnections.prototype.createOrUpdate = function (resourceGroupName, configStoreName, privateEndpointConnectionName, privateEndpointConnection, options) {
49
- return this.beginCreateOrUpdate(resourceGroupName, configStoreName, privateEndpointConnectionName, privateEndpointConnection, options)
50
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
51
- };
52
- /**
53
- * Deletes a private endpoint connection.
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 privateEndpointConnectionName Private endpoint connection name
57
- * @param [options] The optional parameters
58
- * @returns Promise<msRest.RestResponse>
59
- */
60
- PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, configStoreName, privateEndpointConnectionName, options) {
61
- return this.beginDeleteMethod(resourceGroupName, configStoreName, privateEndpointConnectionName, options)
62
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
63
- };
64
- /**
65
- * Update the state of the specified private endpoint connection associated with the configuration
66
- * store.
67
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
68
- * @param configStoreName The name of the configuration store.
69
- * @param privateEndpointConnectionName Private endpoint connection name
70
- * @param privateEndpointConnection The private endpoint connection properties.
71
- * @param [options] The optional parameters
72
- * @returns Promise<msRestAzure.LROPoller>
73
- */
74
- PrivateEndpointConnections.prototype.beginCreateOrUpdate = function (resourceGroupName, configStoreName, privateEndpointConnectionName, privateEndpointConnection, options) {
75
- return this.client.sendLRORequest({
76
- resourceGroupName: resourceGroupName,
77
- configStoreName: configStoreName,
78
- privateEndpointConnectionName: privateEndpointConnectionName,
79
- privateEndpointConnection: privateEndpointConnection,
80
- options: options
81
- }, beginCreateOrUpdateOperationSpec, options);
82
- };
83
- /**
84
- * Deletes a private endpoint connection.
85
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
86
- * @param configStoreName The name of the configuration store.
87
- * @param privateEndpointConnectionName Private endpoint connection name
88
- * @param [options] The optional parameters
89
- * @returns Promise<msRestAzure.LROPoller>
90
- */
91
- PrivateEndpointConnections.prototype.beginDeleteMethod = function (resourceGroupName, configStoreName, privateEndpointConnectionName, options) {
92
- return this.client.sendLRORequest({
93
- resourceGroupName: resourceGroupName,
94
- configStoreName: configStoreName,
95
- privateEndpointConnectionName: privateEndpointConnectionName,
96
- options: options
97
- }, beginDeleteMethodOperationSpec, options);
98
- };
99
- PrivateEndpointConnections.prototype.listByConfigurationStoreNext = function (nextPageLink, options, callback) {
100
- return this.client.sendOperationRequest({
101
- nextPageLink: nextPageLink,
102
- options: options
103
- }, listByConfigurationStoreNextOperationSpec, callback);
104
- };
105
- return PrivateEndpointConnections;
106
- }());
107
- export { PrivateEndpointConnections };
108
- // Operation Specifications
109
- var serializer = new msRest.Serializer(Mappers);
110
- var listByConfigurationStoreOperationSpec = {
111
- httpMethod: "GET",
112
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections",
113
- urlParameters: [
114
- Parameters.subscriptionId,
115
- Parameters.resourceGroupName,
116
- Parameters.configStoreName
117
- ],
118
- queryParameters: [
119
- Parameters.apiVersion
120
- ],
121
- headerParameters: [
122
- Parameters.acceptLanguage
123
- ],
124
- responses: {
125
- 200: {
126
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
127
- },
128
- default: {
129
- bodyMapper: Mappers.ErrorModel
130
- }
131
- },
132
- serializer: serializer
133
- };
134
- var getOperationSpec = {
135
- httpMethod: "GET",
136
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",
137
- urlParameters: [
138
- Parameters.subscriptionId,
139
- Parameters.resourceGroupName,
140
- Parameters.configStoreName,
141
- Parameters.privateEndpointConnectionName
142
- ],
143
- queryParameters: [
144
- Parameters.apiVersion
145
- ],
146
- headerParameters: [
147
- Parameters.acceptLanguage
148
- ],
149
- responses: {
150
- 200: {
151
- bodyMapper: Mappers.PrivateEndpointConnection
152
- },
153
- default: {
154
- bodyMapper: Mappers.ErrorModel
155
- }
156
- },
157
- serializer: serializer
158
- };
159
- var beginCreateOrUpdateOperationSpec = {
160
- httpMethod: "PUT",
161
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",
162
- urlParameters: [
163
- Parameters.subscriptionId,
164
- Parameters.resourceGroupName,
165
- Parameters.configStoreName,
166
- Parameters.privateEndpointConnectionName
167
- ],
168
- queryParameters: [
169
- Parameters.apiVersion
170
- ],
171
- headerParameters: [
172
- Parameters.acceptLanguage
173
- ],
174
- requestBody: {
175
- parameterPath: "privateEndpointConnection",
176
- mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
177
- },
178
- responses: {
179
- 200: {
180
- bodyMapper: Mappers.PrivateEndpointConnection
181
- },
182
- 201: {
183
- bodyMapper: Mappers.PrivateEndpointConnection
184
- },
185
- default: {
186
- bodyMapper: Mappers.ErrorModel
187
- }
188
- },
189
- serializer: serializer
190
- };
191
- var beginDeleteMethodOperationSpec = {
192
- httpMethod: "DELETE",
193
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",
194
- urlParameters: [
195
- Parameters.subscriptionId,
196
- Parameters.resourceGroupName,
197
- Parameters.configStoreName,
198
- Parameters.privateEndpointConnectionName
199
- ],
200
- queryParameters: [
201
- Parameters.apiVersion
202
- ],
203
- headerParameters: [
204
- Parameters.acceptLanguage
205
- ],
206
- responses: {
207
- 200: {},
208
- 202: {},
209
- 204: {},
210
- default: {
211
- bodyMapper: Mappers.ErrorModel
212
- }
213
- },
214
- serializer: serializer
215
- };
216
- var listByConfigurationStoreNextOperationSpec = {
217
- httpMethod: "GET",
218
- baseUrl: "https://management.azure.com",
219
- path: "{nextLink}",
220
- urlParameters: [
221
- Parameters.nextPageLink
222
- ],
223
- headerParameters: [
224
- Parameters.acceptLanguage
225
- ],
226
- responses: {
227
- 200: {
228
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
229
- },
230
- default: {
231
- bodyMapper: Mappers.ErrorModel
232
- }
233
- },
234
- serializer: serializer
235
- };
236
- //# 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,76 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { AppConfigurationManagementClientContext } from "../appConfigurationManagementClientContext";
4
- /** Class representing a PrivateLinkResources. */
5
- export declare class PrivateLinkResources {
6
- private readonly client;
7
- /**
8
- * Create a PrivateLinkResources.
9
- * @param {AppConfigurationManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: AppConfigurationManagementClientContext);
12
- /**
13
- * Gets the private link resources that need to be created for a configuration store.
14
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
15
- * @param configStoreName The name of the configuration store.
16
- * @param [options] The optional parameters
17
- * @returns Promise<Models.PrivateLinkResourcesListByConfigurationStoreResponse>
18
- */
19
- listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByConfigurationStoreResponse>;
20
- /**
21
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
22
- * @param configStoreName The name of the configuration store.
23
- * @param callback The callback
24
- */
25
- listByConfigurationStore(resourceGroupName: string, configStoreName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
26
- /**
27
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
28
- * @param configStoreName The name of the configuration store.
29
- * @param options The optional parameters
30
- * @param callback The callback
31
- */
32
- listByConfigurationStore(resourceGroupName: string, configStoreName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
33
- /**
34
- * Gets a private link resource that need to be created for a configuration store.
35
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
36
- * @param configStoreName The name of the configuration store.
37
- * @param groupName The name of the private link resource group.
38
- * @param [options] The optional parameters
39
- * @returns Promise<Models.PrivateLinkResourcesGetResponse>
40
- */
41
- get(resourceGroupName: string, configStoreName: string, groupName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;
42
- /**
43
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
44
- * @param configStoreName The name of the configuration store.
45
- * @param groupName The name of the private link resource group.
46
- * @param callback The callback
47
- */
48
- get(resourceGroupName: string, configStoreName: string, groupName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;
49
- /**
50
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
51
- * @param configStoreName The name of the configuration store.
52
- * @param groupName The name of the private link resource group.
53
- * @param options The optional parameters
54
- * @param callback The callback
55
- */
56
- get(resourceGroupName: string, configStoreName: string, groupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;
57
- /**
58
- * Gets the private link resources that need to be created for a configuration store.
59
- * @param nextPageLink The NextLink from the previous successful call to List operation.
60
- * @param [options] The optional parameters
61
- * @returns Promise<Models.PrivateLinkResourcesListByConfigurationStoreNextResponse>
62
- */
63
- listByConfigurationStoreNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByConfigurationStoreNextResponse>;
64
- /**
65
- * @param nextPageLink The NextLink from the previous successful call to List operation.
66
- * @param callback The callback
67
- */
68
- listByConfigurationStoreNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
69
- /**
70
- * @param nextPageLink The NextLink from the previous successful call to List operation.
71
- * @param options The optional parameters
72
- * @param callback The callback
73
- */
74
- listByConfigurationStoreNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
75
- }
76
- //# 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,uCAAuC,EAAE,MAAM,4CAA4C,CAAC;AAErG,iDAAiD;AACjD,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;;;OAMG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,oDAAoD,CAAC;IACvL;;;;OAIG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;IAC1J;;;;;OAKG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;IAY9L;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IAChK;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAC9I;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAalL;;;;;OAKG;IACH,4BAA4B,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,wDAAwD,CAAC;IACjK;;;OAGG;IACH,4BAA4B,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;IAChI;;;;OAIG;IACH,4BAA4B,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;CAUrK"}
@@ -1,117 +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 {AppConfigurationManagementClientContext} client Reference to the service client.
18
- */
19
- function PrivateLinkResources(client) {
20
- this.client = client;
21
- }
22
- PrivateLinkResources.prototype.listByConfigurationStore = function (resourceGroupName, configStoreName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- resourceGroupName: resourceGroupName,
25
- configStoreName: configStoreName,
26
- options: options
27
- }, listByConfigurationStoreOperationSpec, callback);
28
- };
29
- PrivateLinkResources.prototype.get = function (resourceGroupName, configStoreName, groupName, options, callback) {
30
- return this.client.sendOperationRequest({
31
- resourceGroupName: resourceGroupName,
32
- configStoreName: configStoreName,
33
- groupName: groupName,
34
- options: options
35
- }, getOperationSpec, callback);
36
- };
37
- PrivateLinkResources.prototype.listByConfigurationStoreNext = function (nextPageLink, options, callback) {
38
- return this.client.sendOperationRequest({
39
- nextPageLink: nextPageLink,
40
- options: options
41
- }, listByConfigurationStoreNextOperationSpec, callback);
42
- };
43
- return PrivateLinkResources;
44
- }());
45
- export { PrivateLinkResources };
46
- // Operation Specifications
47
- var serializer = new msRest.Serializer(Mappers);
48
- var listByConfigurationStoreOperationSpec = {
49
- httpMethod: "GET",
50
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources",
51
- urlParameters: [
52
- Parameters.subscriptionId,
53
- Parameters.resourceGroupName,
54
- Parameters.configStoreName
55
- ],
56
- queryParameters: [
57
- Parameters.apiVersion
58
- ],
59
- headerParameters: [
60
- Parameters.acceptLanguage
61
- ],
62
- responses: {
63
- 200: {
64
- bodyMapper: Mappers.PrivateLinkResourceListResult
65
- },
66
- default: {
67
- bodyMapper: Mappers.ErrorModel
68
- }
69
- },
70
- serializer: serializer
71
- };
72
- var getOperationSpec = {
73
- httpMethod: "GET",
74
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}",
75
- urlParameters: [
76
- Parameters.subscriptionId,
77
- Parameters.resourceGroupName,
78
- Parameters.configStoreName,
79
- Parameters.groupName
80
- ],
81
- queryParameters: [
82
- Parameters.apiVersion
83
- ],
84
- headerParameters: [
85
- Parameters.acceptLanguage
86
- ],
87
- responses: {
88
- 200: {
89
- bodyMapper: Mappers.PrivateLinkResource
90
- },
91
- default: {
92
- bodyMapper: Mappers.ErrorModel
93
- }
94
- },
95
- serializer: serializer
96
- };
97
- var listByConfigurationStoreNextOperationSpec = {
98
- httpMethod: "GET",
99
- baseUrl: "https://management.azure.com",
100
- path: "{nextLink}",
101
- urlParameters: [
102
- Parameters.nextPageLink
103
- ],
104
- headerParameters: [
105
- Parameters.acceptLanguage
106
- ],
107
- responses: {
108
- 200: {
109
- bodyMapper: Mappers.PrivateLinkResourceListResult
110
- },
111
- default: {
112
- bodyMapper: Mappers.ErrorModel
113
- }
114
- },
115
- serializer: serializer
116
- };
117
- //# sourceMappingURL=privateLinkResources.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"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"}
@@ -1,62 +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
-
11
- import * as Models from "./models";
12
- import * as msRest from "@azure/ms-rest-js";
13
- import * as msRestAzure from "@azure/ms-rest-azure-js";
14
-
15
- const packageName = "@azure/arm-appconfiguration";
16
- const packageVersion = "1.2.0";
17
-
18
- export class AppConfigurationManagementClientContext extends msRestAzure.AzureServiceClient {
19
- credentials: msRest.ServiceClientCredentials;
20
- subscriptionId: string;
21
- apiVersion?: string;
22
-
23
- /**
24
- * Initializes a new instance of the AppConfigurationManagementClient class.
25
- * @param credentials Credentials needed for the client to connect to Azure.
26
- * @param subscriptionId The Microsoft Azure subscription ID.
27
- * @param [options] The parameter options
28
- */
29
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.AppConfigurationManagementClientOptions) {
30
- if (credentials == undefined) {
31
- throw new Error('\'credentials\' cannot be null.');
32
- }
33
- if (subscriptionId == undefined) {
34
- throw new Error('\'subscriptionId\' cannot be null.');
35
- }
36
-
37
- if (!options) {
38
- options = {};
39
- }
40
- if(!options.userAgent) {
41
- const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
42
- options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
43
- }
44
-
45
- super(credentials, options);
46
-
47
- this.apiVersion = '2020-06-01';
48
- this.acceptLanguage = 'en-US';
49
- this.longRunningOperationRetryTimeout = 30;
50
- this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
51
- this.requestContentType = "application/json; charset=utf-8";
52
- this.credentials = credentials;
53
- this.subscriptionId = subscriptionId;
54
-
55
- if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
56
- this.acceptLanguage = options.acceptLanguage;
57
- }
58
- if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
59
- this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
60
- }
61
- }
62
- }