@azure/arm-postgresql 6.1.2-alpha.20260302.1 → 6.1.2-alpha.20260304.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 (181) hide show
  1. package/dist/commonjs/index.js +28 -19
  2. package/dist/commonjs/index.js.map +7 -1
  3. package/dist/commonjs/lroImpl.js +40 -35
  4. package/dist/commonjs/lroImpl.js.map +7 -1
  5. package/dist/commonjs/models/index.js +139 -179
  6. package/dist/commonjs/models/index.js.map +7 -1
  7. package/dist/commonjs/models/mappers.js +1654 -1586
  8. package/dist/commonjs/models/mappers.js.map +7 -1
  9. package/dist/commonjs/models/parameters.js +289 -247
  10. package/dist/commonjs/models/parameters.js.map +7 -1
  11. package/dist/commonjs/operations/checkNameAvailability.js +74 -50
  12. package/dist/commonjs/operations/checkNameAvailability.js.map +7 -1
  13. package/dist/commonjs/operations/configurations.js +252 -203
  14. package/dist/commonjs/operations/configurations.js.map +7 -1
  15. package/dist/commonjs/operations/databases.js +336 -278
  16. package/dist/commonjs/operations/databases.js.map +7 -1
  17. package/dist/commonjs/operations/firewallRules.js +336 -278
  18. package/dist/commonjs/operations/firewallRules.js.map +7 -1
  19. package/dist/commonjs/operations/index.js +34 -29
  20. package/dist/commonjs/operations/index.js.map +7 -1
  21. package/dist/commonjs/operations/locationBasedPerformanceTier.js +106 -83
  22. package/dist/commonjs/operations/locationBasedPerformanceTier.js.map +7 -1
  23. package/dist/commonjs/operations/logFiles.js +122 -86
  24. package/dist/commonjs/operations/logFiles.js.map +7 -1
  25. package/dist/commonjs/operations/operations.js +68 -47
  26. package/dist/commonjs/operations/operations.js.map +7 -1
  27. package/dist/commonjs/operations/privateEndpointConnections.js +492 -416
  28. package/dist/commonjs/operations/privateEndpointConnections.js.map +7 -1
  29. package/dist/commonjs/operations/privateLinkResources.js +203 -156
  30. package/dist/commonjs/operations/privateLinkResources.js.map +7 -1
  31. package/dist/commonjs/operations/recoverableServers.js +78 -54
  32. package/dist/commonjs/operations/recoverableServers.js.map +7 -1
  33. package/dist/commonjs/operations/replicas.js +122 -86
  34. package/dist/commonjs/operations/replicas.js.map +7 -1
  35. package/dist/commonjs/operations/serverAdministrators.js +324 -272
  36. package/dist/commonjs/operations/serverAdministrators.js.map +7 -1
  37. package/dist/commonjs/operations/serverBasedPerformanceTier.js +118 -86
  38. package/dist/commonjs/operations/serverBasedPerformanceTier.js.map +7 -1
  39. package/dist/commonjs/operations/serverKeys.js +380 -318
  40. package/dist/commonjs/operations/serverKeys.js.map +7 -1
  41. package/dist/commonjs/operations/serverParameters.js +143 -113
  42. package/dist/commonjs/operations/serverParameters.js.map +7 -1
  43. package/dist/commonjs/operations/serverSecurityAlertPolicies.js +299 -242
  44. package/dist/commonjs/operations/serverSecurityAlertPolicies.js.map +7 -1
  45. package/dist/commonjs/operations/servers.js +540 -473
  46. package/dist/commonjs/operations/servers.js.map +7 -1
  47. package/dist/commonjs/operations/virtualNetworkRules.js +373 -307
  48. package/dist/commonjs/operations/virtualNetworkRules.js.map +7 -1
  49. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +15 -10
  50. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +7 -1
  51. package/dist/commonjs/operationsInterfaces/configurations.js +15 -10
  52. package/dist/commonjs/operationsInterfaces/configurations.js.map +7 -1
  53. package/dist/commonjs/operationsInterfaces/databases.js +15 -10
  54. package/dist/commonjs/operationsInterfaces/databases.js.map +7 -1
  55. package/dist/commonjs/operationsInterfaces/firewallRules.js +15 -10
  56. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +7 -1
  57. package/dist/commonjs/operationsInterfaces/index.js +34 -29
  58. package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
  59. package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.js +15 -10
  60. package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.js.map +7 -1
  61. package/dist/commonjs/operationsInterfaces/logFiles.js +15 -10
  62. package/dist/commonjs/operationsInterfaces/logFiles.js.map +7 -1
  63. package/dist/commonjs/operationsInterfaces/operations.js +15 -10
  64. package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
  65. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +15 -10
  66. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +7 -1
  67. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +15 -10
  68. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +7 -1
  69. package/dist/commonjs/operationsInterfaces/recoverableServers.js +15 -10
  70. package/dist/commonjs/operationsInterfaces/recoverableServers.js.map +7 -1
  71. package/dist/commonjs/operationsInterfaces/replicas.js +15 -10
  72. package/dist/commonjs/operationsInterfaces/replicas.js.map +7 -1
  73. package/dist/commonjs/operationsInterfaces/serverAdministrators.js +15 -10
  74. package/dist/commonjs/operationsInterfaces/serverAdministrators.js.map +7 -1
  75. package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.js +15 -10
  76. package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.js.map +7 -1
  77. package/dist/commonjs/operationsInterfaces/serverKeys.js +15 -10
  78. package/dist/commonjs/operationsInterfaces/serverKeys.js.map +7 -1
  79. package/dist/commonjs/operationsInterfaces/serverParameters.js +15 -10
  80. package/dist/commonjs/operationsInterfaces/serverParameters.js.map +7 -1
  81. package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.js +15 -10
  82. package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.js.map +7 -1
  83. package/dist/commonjs/operationsInterfaces/servers.js +15 -10
  84. package/dist/commonjs/operationsInterfaces/servers.js.map +7 -1
  85. package/dist/commonjs/operationsInterfaces/virtualNetworkRules.js +15 -10
  86. package/dist/commonjs/operationsInterfaces/virtualNetworkRules.js.map +7 -1
  87. package/dist/commonjs/pagingHelper.js +34 -30
  88. package/dist/commonjs/pagingHelper.js.map +7 -1
  89. package/dist/commonjs/postgreSQLManagementClient.js +131 -114
  90. package/dist/commonjs/postgreSQLManagementClient.js.map +7 -1
  91. package/dist/esm/index.js +6 -11
  92. package/dist/esm/index.js.map +7 -1
  93. package/dist/esm/lroImpl.js +22 -32
  94. package/dist/esm/lroImpl.js.map +7 -1
  95. package/dist/esm/models/index.js +120 -176
  96. package/dist/esm/models/index.js.map +7 -1
  97. package/dist/esm/models/mappers.js +1635 -1582
  98. package/dist/esm/models/mappers.js.map +7 -1
  99. package/dist/esm/models/parameters.js +285 -245
  100. package/dist/esm/models/parameters.js.map +7 -1
  101. package/dist/esm/operations/checkNameAvailability.js +43 -43
  102. package/dist/esm/operations/checkNameAvailability.js.map +7 -1
  103. package/dist/esm/operations/configurations.js +219 -194
  104. package/dist/esm/operations/configurations.js.map +7 -1
  105. package/dist/esm/operations/databases.js +303 -269
  106. package/dist/esm/operations/databases.js.map +7 -1
  107. package/dist/esm/operations/firewallRules.js +303 -269
  108. package/dist/esm/operations/firewallRules.js.map +7 -1
  109. package/dist/esm/operations/index.js +0 -8
  110. package/dist/esm/operations/index.js.map +7 -1
  111. package/dist/esm/operations/locationBasedPerformanceTier.js +75 -76
  112. package/dist/esm/operations/locationBasedPerformanceTier.js.map +7 -1
  113. package/dist/esm/operations/logFiles.js +91 -79
  114. package/dist/esm/operations/logFiles.js.map +7 -1
  115. package/dist/esm/operations/operations.js +37 -40
  116. package/dist/esm/operations/operations.js.map +7 -1
  117. package/dist/esm/operations/privateEndpointConnections.js +458 -406
  118. package/dist/esm/operations/privateEndpointConnections.js.map +7 -1
  119. package/dist/esm/operations/privateLinkResources.js +171 -148
  120. package/dist/esm/operations/privateLinkResources.js.map +7 -1
  121. package/dist/esm/operations/recoverableServers.js +47 -47
  122. package/dist/esm/operations/recoverableServers.js.map +7 -1
  123. package/dist/esm/operations/replicas.js +91 -79
  124. package/dist/esm/operations/replicas.js.map +7 -1
  125. package/dist/esm/operations/serverAdministrators.js +291 -263
  126. package/dist/esm/operations/serverAdministrators.js.map +7 -1
  127. package/dist/esm/operations/serverBasedPerformanceTier.js +87 -79
  128. package/dist/esm/operations/serverBasedPerformanceTier.js.map +7 -1
  129. package/dist/esm/operations/serverKeys.js +346 -308
  130. package/dist/esm/operations/serverKeys.js.map +7 -1
  131. package/dist/esm/operations/serverParameters.js +110 -104
  132. package/dist/esm/operations/serverParameters.js.map +7 -1
  133. package/dist/esm/operations/serverSecurityAlertPolicies.js +265 -232
  134. package/dist/esm/operations/serverSecurityAlertPolicies.js.map +7 -1
  135. package/dist/esm/operations/servers.js +507 -464
  136. package/dist/esm/operations/servers.js.map +7 -1
  137. package/dist/esm/operations/virtualNetworkRules.js +339 -297
  138. package/dist/esm/operations/virtualNetworkRules.js.map +7 -1
  139. package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
  140. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +7 -1
  141. package/dist/esm/operationsInterfaces/configurations.js +0 -9
  142. package/dist/esm/operationsInterfaces/configurations.js.map +7 -1
  143. package/dist/esm/operationsInterfaces/databases.js +0 -9
  144. package/dist/esm/operationsInterfaces/databases.js.map +7 -1
  145. package/dist/esm/operationsInterfaces/firewallRules.js +0 -9
  146. package/dist/esm/operationsInterfaces/firewallRules.js.map +7 -1
  147. package/dist/esm/operationsInterfaces/index.js +0 -8
  148. package/dist/esm/operationsInterfaces/index.js.map +7 -1
  149. package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.js +0 -9
  150. package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.js.map +7 -1
  151. package/dist/esm/operationsInterfaces/logFiles.js +0 -9
  152. package/dist/esm/operationsInterfaces/logFiles.js.map +7 -1
  153. package/dist/esm/operationsInterfaces/operations.js +0 -9
  154. package/dist/esm/operationsInterfaces/operations.js.map +7 -1
  155. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  156. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +7 -1
  157. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  158. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +7 -1
  159. package/dist/esm/operationsInterfaces/recoverableServers.js +0 -9
  160. package/dist/esm/operationsInterfaces/recoverableServers.js.map +7 -1
  161. package/dist/esm/operationsInterfaces/replicas.js +0 -9
  162. package/dist/esm/operationsInterfaces/replicas.js.map +7 -1
  163. package/dist/esm/operationsInterfaces/serverAdministrators.js +0 -9
  164. package/dist/esm/operationsInterfaces/serverAdministrators.js.map +7 -1
  165. package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.js +0 -9
  166. package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.js.map +7 -1
  167. package/dist/esm/operationsInterfaces/serverKeys.js +0 -9
  168. package/dist/esm/operationsInterfaces/serverKeys.js.map +7 -1
  169. package/dist/esm/operationsInterfaces/serverParameters.js +0 -9
  170. package/dist/esm/operationsInterfaces/serverParameters.js.map +7 -1
  171. package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.js +0 -9
  172. package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.js.map +7 -1
  173. package/dist/esm/operationsInterfaces/servers.js +0 -9
  174. package/dist/esm/operationsInterfaces/servers.js.map +7 -1
  175. package/dist/esm/operationsInterfaces/virtualNetworkRules.js +0 -9
  176. package/dist/esm/operationsInterfaces/virtualNetworkRules.js.map +7 -1
  177. package/dist/esm/pagingHelper.js +17 -28
  178. package/dist/esm/pagingHelper.js.map +7 -1
  179. package/dist/esm/postgreSQLManagementClient.js +120 -108
  180. package/dist/esm/postgreSQLManagementClient.js.map +7 -1
  181. package/package.json +4 -21
@@ -1,19 +1,28 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.PostgreSQLManagementClient = exports.getContinuationToken = void 0;
11
- const tslib_1 = require("tslib");
12
- /// <reference lib="esnext.asynciterable" />
13
- var pagingHelper_js_1 = require("./pagingHelper.js");
14
- Object.defineProperty(exports, "getContinuationToken", { enumerable: true, get: function () { return pagingHelper_js_1.getContinuationToken; } });
15
- tslib_1.__exportStar(require("./models/index.js"), exports);
16
- var postgreSQLManagementClient_js_1 = require("./postgreSQLManagementClient.js");
17
- Object.defineProperty(exports, "PostgreSQLManagementClient", { enumerable: true, get: function () { return postgreSQLManagementClient_js_1.PostgreSQLManagementClient; } });
18
- tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
19
- //# sourceMappingURL=index.js.map
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var src_exports = {};
20
+ __export(src_exports, {
21
+ PostgreSQLManagementClient: () => import_postgreSQLManagementClient.PostgreSQLManagementClient,
22
+ getContinuationToken: () => import_pagingHelper.getContinuationToken
23
+ });
24
+ module.exports = __toCommonJS(src_exports);
25
+ var import_pagingHelper = require("./pagingHelper.js");
26
+ __reExport(src_exports, require("./models/index.js"), module.exports);
27
+ var import_postgreSQLManagementClient = require("./postgreSQLManagementClient.js");
28
+ __reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
@@ -1 +1,7 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4CAA4C;AAC5C,qDAAyD;AAAhD,uHAAA,oBAAoB,OAAA;AAC7B,4DAAkC;AAClC,iFAA6E;AAApE,2IAAA,0BAA0B,OAAA;AACnC,0EAAgD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { PostgreSQLManagementClient } from \"./postgreSQLManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/postgresql/arm-postgresql/src/index.ts"],
4
+ "sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { PostgreSQLManagementClient } from \"./postgreSQLManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,0BAAqC;AACrC,wBAAc,8BAVd;AAWA,wCAA2C;AAC3C,wBAAc,4CAZd;",
6
+ "names": []
7
+ }
@@ -1,37 +1,42 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.LroImpl = void 0;
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var lroImpl_exports = {};
19
+ __export(lroImpl_exports, {
20
+ LroImpl: () => LroImpl
21
+ });
22
+ module.exports = __toCommonJS(lroImpl_exports);
11
23
  class LroImpl {
12
- sendOperationFn;
13
- args;
14
- spec;
15
- requestPath;
16
- requestMethod;
17
- constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
18
- this.sendOperationFn = sendOperationFn;
19
- this.args = args;
20
- this.spec = spec;
21
- this.requestPath = requestPath;
22
- this.requestMethod = requestMethod;
23
- }
24
- async sendInitialRequest() {
25
- return this.sendOperationFn(this.args, this.spec);
26
- }
27
- async sendPollRequest(path) {
28
- const { requestBody, ...restSpec } = this.spec;
29
- return this.sendOperationFn(this.args, {
30
- ...restSpec,
31
- path,
32
- httpMethod: "GET"
33
- });
34
- }
24
+ constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
25
+ this.sendOperationFn = sendOperationFn;
26
+ this.args = args;
27
+ this.spec = spec;
28
+ this.requestPath = requestPath;
29
+ this.requestMethod = requestMethod;
30
+ }
31
+ async sendInitialRequest() {
32
+ return this.sendOperationFn(this.args, this.spec);
33
+ }
34
+ async sendPollRequest(path) {
35
+ const { requestBody, ...restSpec } = this.spec;
36
+ return this.sendOperationFn(this.args, {
37
+ ...restSpec,
38
+ path,
39
+ httpMethod: "GET"
40
+ });
41
+ }
35
42
  }
36
- exports.LroImpl = LroImpl;
37
- //# sourceMappingURL=lroImpl.js.map
@@ -1 +1,7 @@
1
- {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAIH,MAAa,OAAO;IAER;IACA;IACA;IAKD;IACA;IATT,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE;YACrC,GAAG,QAAQ;YACX,IAAI;YACJ,UAAU,EAAE,KAAK;SAClB,CAAC,CAAC;IACL,CAAC;CACF;AAvBD,0BAuBC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/postgresql/arm-postgresql/src/lroImpl.ts"],
4
+ "sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAUO,MAAM,QAA8C;AAAA,EACzD,YACU,iBACA,MACA,MAKD,cAAsB,KAAK,MAC3B,gBAAwB,KAAK,YACpC;AATQ;AACA;AACA;AAKD;AACA;AAAA,EACN;AAAA,EACH,MAAa,qBAA8C;AACzD,WAAO,KAAK,gBAAgB,KAAK,MAAM,KAAK,IAAI;AAAA,EAClD;AAAA,EACA,MAAa,gBAAgB,MAAuC;AAClE,UAAM,EAAE,aAAa,GAAG,SAAS,IAAI,KAAK;AAC1C,WAAO,KAAK,gBAAgB,KAAK,MAAM;AAAA,MACrC,GAAG;AAAA,MACH;AAAA,MACA,YAAY;AAAA,IACd,CAAC;AAAA,EACH;AACF;",
6
+ "names": []
7
+ }
@@ -1,179 +1,139 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.KnownServerKeyType = exports.KnownSecurityAlertPolicyName = exports.KnownOperationOrigin = exports.KnownVirtualNetworkRuleState = exports.KnownPrivateEndpointProvisioningState = exports.KnownPrivateLinkServiceConnectionStateActionsRequire = exports.KnownPrivateLinkServiceConnectionStateStatus = exports.KnownServerState = exports.KnownCreateMode = exports.KnownStorageAutogrow = exports.KnownGeoRedundantBackup = exports.KnownPublicNetworkAccessEnum = exports.KnownInfrastructureEncryption = exports.KnownMinimalTlsVersionEnum = exports.KnownServerVersion = exports.KnownSkuTier = exports.KnownIdentityType = void 0;
11
- /** Known values of {@link IdentityType} that the service accepts. */
12
- var KnownIdentityType;
13
- (function (KnownIdentityType) {
14
- /** SystemAssigned */
15
- KnownIdentityType["SystemAssigned"] = "SystemAssigned";
16
- })(KnownIdentityType || (exports.KnownIdentityType = KnownIdentityType = {}));
17
- /** Known values of {@link SkuTier} that the service accepts. */
18
- var KnownSkuTier;
19
- (function (KnownSkuTier) {
20
- /** Basic */
21
- KnownSkuTier["Basic"] = "Basic";
22
- /** GeneralPurpose */
23
- KnownSkuTier["GeneralPurpose"] = "GeneralPurpose";
24
- /** MemoryOptimized */
25
- KnownSkuTier["MemoryOptimized"] = "MemoryOptimized";
26
- })(KnownSkuTier || (exports.KnownSkuTier = KnownSkuTier = {}));
27
- /** Known values of {@link ServerVersion} that the service accepts. */
28
- var KnownServerVersion;
29
- (function (KnownServerVersion) {
30
- /** Nine5 */
31
- KnownServerVersion["Nine5"] = "9.5";
32
- /** Nine6 */
33
- KnownServerVersion["Nine6"] = "9.6";
34
- /** Ten */
35
- KnownServerVersion["Ten"] = "10";
36
- /** Ten0 */
37
- KnownServerVersion["Ten0"] = "10.0";
38
- /** Ten2 */
39
- KnownServerVersion["Ten2"] = "10.2";
40
- /** Eleven */
41
- KnownServerVersion["Eleven"] = "11";
42
- })(KnownServerVersion || (exports.KnownServerVersion = KnownServerVersion = {}));
43
- /** Known values of {@link MinimalTlsVersionEnum} that the service accepts. */
44
- var KnownMinimalTlsVersionEnum;
45
- (function (KnownMinimalTlsVersionEnum) {
46
- /** TLS10 */
47
- KnownMinimalTlsVersionEnum["TLS10"] = "TLS1_0";
48
- /** TLS11 */
49
- KnownMinimalTlsVersionEnum["TLS11"] = "TLS1_1";
50
- /** TLS12 */
51
- KnownMinimalTlsVersionEnum["TLS12"] = "TLS1_2";
52
- /** TLSEnforcementDisabled */
53
- KnownMinimalTlsVersionEnum["TLSEnforcementDisabled"] = "TLSEnforcementDisabled";
54
- })(KnownMinimalTlsVersionEnum || (exports.KnownMinimalTlsVersionEnum = KnownMinimalTlsVersionEnum = {}));
55
- /** Known values of {@link InfrastructureEncryption} that the service accepts. */
56
- var KnownInfrastructureEncryption;
57
- (function (KnownInfrastructureEncryption) {
58
- /** Default value for single layer of encryption for data at rest. */
59
- KnownInfrastructureEncryption["Enabled"] = "Enabled";
60
- /** Additional (2nd) layer of encryption for data at rest */
61
- KnownInfrastructureEncryption["Disabled"] = "Disabled";
62
- })(KnownInfrastructureEncryption || (exports.KnownInfrastructureEncryption = KnownInfrastructureEncryption = {}));
63
- /** Known values of {@link PublicNetworkAccessEnum} that the service accepts. */
64
- var KnownPublicNetworkAccessEnum;
65
- (function (KnownPublicNetworkAccessEnum) {
66
- /** Enabled */
67
- KnownPublicNetworkAccessEnum["Enabled"] = "Enabled";
68
- /** Disabled */
69
- KnownPublicNetworkAccessEnum["Disabled"] = "Disabled";
70
- })(KnownPublicNetworkAccessEnum || (exports.KnownPublicNetworkAccessEnum = KnownPublicNetworkAccessEnum = {}));
71
- /** Known values of {@link GeoRedundantBackup} that the service accepts. */
72
- var KnownGeoRedundantBackup;
73
- (function (KnownGeoRedundantBackup) {
74
- /** Enabled */
75
- KnownGeoRedundantBackup["Enabled"] = "Enabled";
76
- /** Disabled */
77
- KnownGeoRedundantBackup["Disabled"] = "Disabled";
78
- })(KnownGeoRedundantBackup || (exports.KnownGeoRedundantBackup = KnownGeoRedundantBackup = {}));
79
- /** Known values of {@link StorageAutogrow} that the service accepts. */
80
- var KnownStorageAutogrow;
81
- (function (KnownStorageAutogrow) {
82
- /** Enabled */
83
- KnownStorageAutogrow["Enabled"] = "Enabled";
84
- /** Disabled */
85
- KnownStorageAutogrow["Disabled"] = "Disabled";
86
- })(KnownStorageAutogrow || (exports.KnownStorageAutogrow = KnownStorageAutogrow = {}));
87
- /** Known values of {@link CreateMode} that the service accepts. */
88
- var KnownCreateMode;
89
- (function (KnownCreateMode) {
90
- /** Default */
91
- KnownCreateMode["Default"] = "Default";
92
- /** PointInTimeRestore */
93
- KnownCreateMode["PointInTimeRestore"] = "PointInTimeRestore";
94
- /** GeoRestore */
95
- KnownCreateMode["GeoRestore"] = "GeoRestore";
96
- /** Replica */
97
- KnownCreateMode["Replica"] = "Replica";
98
- })(KnownCreateMode || (exports.KnownCreateMode = KnownCreateMode = {}));
99
- /** Known values of {@link ServerState} that the service accepts. */
100
- var KnownServerState;
101
- (function (KnownServerState) {
102
- /** Ready */
103
- KnownServerState["Ready"] = "Ready";
104
- /** Dropping */
105
- KnownServerState["Dropping"] = "Dropping";
106
- /** Disabled */
107
- KnownServerState["Disabled"] = "Disabled";
108
- /** Inaccessible */
109
- KnownServerState["Inaccessible"] = "Inaccessible";
110
- })(KnownServerState || (exports.KnownServerState = KnownServerState = {}));
111
- /** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */
112
- var KnownPrivateLinkServiceConnectionStateStatus;
113
- (function (KnownPrivateLinkServiceConnectionStateStatus) {
114
- /** Approved */
115
- KnownPrivateLinkServiceConnectionStateStatus["Approved"] = "Approved";
116
- /** Pending */
117
- KnownPrivateLinkServiceConnectionStateStatus["Pending"] = "Pending";
118
- /** Rejected */
119
- KnownPrivateLinkServiceConnectionStateStatus["Rejected"] = "Rejected";
120
- /** Disconnected */
121
- KnownPrivateLinkServiceConnectionStateStatus["Disconnected"] = "Disconnected";
122
- })(KnownPrivateLinkServiceConnectionStateStatus || (exports.KnownPrivateLinkServiceConnectionStateStatus = KnownPrivateLinkServiceConnectionStateStatus = {}));
123
- /** Known values of {@link PrivateLinkServiceConnectionStateActionsRequire} that the service accepts. */
124
- var KnownPrivateLinkServiceConnectionStateActionsRequire;
125
- (function (KnownPrivateLinkServiceConnectionStateActionsRequire) {
126
- /** None */
127
- KnownPrivateLinkServiceConnectionStateActionsRequire["None"] = "None";
128
- })(KnownPrivateLinkServiceConnectionStateActionsRequire || (exports.KnownPrivateLinkServiceConnectionStateActionsRequire = KnownPrivateLinkServiceConnectionStateActionsRequire = {}));
129
- /** Known values of {@link PrivateEndpointProvisioningState} that the service accepts. */
130
- var KnownPrivateEndpointProvisioningState;
131
- (function (KnownPrivateEndpointProvisioningState) {
132
- /** Approving */
133
- KnownPrivateEndpointProvisioningState["Approving"] = "Approving";
134
- /** Ready */
135
- KnownPrivateEndpointProvisioningState["Ready"] = "Ready";
136
- /** Dropping */
137
- KnownPrivateEndpointProvisioningState["Dropping"] = "Dropping";
138
- /** Failed */
139
- KnownPrivateEndpointProvisioningState["Failed"] = "Failed";
140
- /** Rejecting */
141
- KnownPrivateEndpointProvisioningState["Rejecting"] = "Rejecting";
142
- })(KnownPrivateEndpointProvisioningState || (exports.KnownPrivateEndpointProvisioningState = KnownPrivateEndpointProvisioningState = {}));
143
- /** Known values of {@link VirtualNetworkRuleState} that the service accepts. */
144
- var KnownVirtualNetworkRuleState;
145
- (function (KnownVirtualNetworkRuleState) {
146
- /** Initializing */
147
- KnownVirtualNetworkRuleState["Initializing"] = "Initializing";
148
- /** InProgress */
149
- KnownVirtualNetworkRuleState["InProgress"] = "InProgress";
150
- /** Ready */
151
- KnownVirtualNetworkRuleState["Ready"] = "Ready";
152
- /** Deleting */
153
- KnownVirtualNetworkRuleState["Deleting"] = "Deleting";
154
- /** Unknown */
155
- KnownVirtualNetworkRuleState["Unknown"] = "Unknown";
156
- })(KnownVirtualNetworkRuleState || (exports.KnownVirtualNetworkRuleState = KnownVirtualNetworkRuleState = {}));
157
- /** Known values of {@link OperationOrigin} that the service accepts. */
158
- var KnownOperationOrigin;
159
- (function (KnownOperationOrigin) {
160
- /** NotSpecified */
161
- KnownOperationOrigin["NotSpecified"] = "NotSpecified";
162
- /** User */
163
- KnownOperationOrigin["User"] = "user";
164
- /** System */
165
- KnownOperationOrigin["System"] = "system";
166
- })(KnownOperationOrigin || (exports.KnownOperationOrigin = KnownOperationOrigin = {}));
167
- /** Known values of {@link SecurityAlertPolicyName} that the service accepts. */
168
- var KnownSecurityAlertPolicyName;
169
- (function (KnownSecurityAlertPolicyName) {
170
- /** Default */
171
- KnownSecurityAlertPolicyName["Default"] = "Default";
172
- })(KnownSecurityAlertPolicyName || (exports.KnownSecurityAlertPolicyName = KnownSecurityAlertPolicyName = {}));
173
- /** Known values of {@link ServerKeyType} that the service accepts. */
174
- var KnownServerKeyType;
175
- (function (KnownServerKeyType) {
176
- /** AzureKeyVault */
177
- KnownServerKeyType["AzureKeyVault"] = "AzureKeyVault";
178
- })(KnownServerKeyType || (exports.KnownServerKeyType = KnownServerKeyType = {}));
179
- //# sourceMappingURL=index.js.map
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var models_exports = {};
19
+ __export(models_exports, {
20
+ KnownCreateMode: () => KnownCreateMode,
21
+ KnownGeoRedundantBackup: () => KnownGeoRedundantBackup,
22
+ KnownIdentityType: () => KnownIdentityType,
23
+ KnownInfrastructureEncryption: () => KnownInfrastructureEncryption,
24
+ KnownMinimalTlsVersionEnum: () => KnownMinimalTlsVersionEnum,
25
+ KnownOperationOrigin: () => KnownOperationOrigin,
26
+ KnownPrivateEndpointProvisioningState: () => KnownPrivateEndpointProvisioningState,
27
+ KnownPrivateLinkServiceConnectionStateActionsRequire: () => KnownPrivateLinkServiceConnectionStateActionsRequire,
28
+ KnownPrivateLinkServiceConnectionStateStatus: () => KnownPrivateLinkServiceConnectionStateStatus,
29
+ KnownPublicNetworkAccessEnum: () => KnownPublicNetworkAccessEnum,
30
+ KnownSecurityAlertPolicyName: () => KnownSecurityAlertPolicyName,
31
+ KnownServerKeyType: () => KnownServerKeyType,
32
+ KnownServerState: () => KnownServerState,
33
+ KnownServerVersion: () => KnownServerVersion,
34
+ KnownSkuTier: () => KnownSkuTier,
35
+ KnownStorageAutogrow: () => KnownStorageAutogrow,
36
+ KnownVirtualNetworkRuleState: () => KnownVirtualNetworkRuleState
37
+ });
38
+ module.exports = __toCommonJS(models_exports);
39
+ var KnownIdentityType = /* @__PURE__ */ ((KnownIdentityType2) => {
40
+ KnownIdentityType2["SystemAssigned"] = "SystemAssigned";
41
+ return KnownIdentityType2;
42
+ })(KnownIdentityType || {});
43
+ var KnownSkuTier = /* @__PURE__ */ ((KnownSkuTier2) => {
44
+ KnownSkuTier2["Basic"] = "Basic";
45
+ KnownSkuTier2["GeneralPurpose"] = "GeneralPurpose";
46
+ KnownSkuTier2["MemoryOptimized"] = "MemoryOptimized";
47
+ return KnownSkuTier2;
48
+ })(KnownSkuTier || {});
49
+ var KnownServerVersion = /* @__PURE__ */ ((KnownServerVersion2) => {
50
+ KnownServerVersion2["Nine5"] = "9.5";
51
+ KnownServerVersion2["Nine6"] = "9.6";
52
+ KnownServerVersion2["Ten"] = "10";
53
+ KnownServerVersion2["Ten0"] = "10.0";
54
+ KnownServerVersion2["Ten2"] = "10.2";
55
+ KnownServerVersion2["Eleven"] = "11";
56
+ return KnownServerVersion2;
57
+ })(KnownServerVersion || {});
58
+ var KnownMinimalTlsVersionEnum = /* @__PURE__ */ ((KnownMinimalTlsVersionEnum2) => {
59
+ KnownMinimalTlsVersionEnum2["TLS10"] = "TLS1_0";
60
+ KnownMinimalTlsVersionEnum2["TLS11"] = "TLS1_1";
61
+ KnownMinimalTlsVersionEnum2["TLS12"] = "TLS1_2";
62
+ KnownMinimalTlsVersionEnum2["TLSEnforcementDisabled"] = "TLSEnforcementDisabled";
63
+ return KnownMinimalTlsVersionEnum2;
64
+ })(KnownMinimalTlsVersionEnum || {});
65
+ var KnownInfrastructureEncryption = /* @__PURE__ */ ((KnownInfrastructureEncryption2) => {
66
+ KnownInfrastructureEncryption2["Enabled"] = "Enabled";
67
+ KnownInfrastructureEncryption2["Disabled"] = "Disabled";
68
+ return KnownInfrastructureEncryption2;
69
+ })(KnownInfrastructureEncryption || {});
70
+ var KnownPublicNetworkAccessEnum = /* @__PURE__ */ ((KnownPublicNetworkAccessEnum2) => {
71
+ KnownPublicNetworkAccessEnum2["Enabled"] = "Enabled";
72
+ KnownPublicNetworkAccessEnum2["Disabled"] = "Disabled";
73
+ return KnownPublicNetworkAccessEnum2;
74
+ })(KnownPublicNetworkAccessEnum || {});
75
+ var KnownGeoRedundantBackup = /* @__PURE__ */ ((KnownGeoRedundantBackup2) => {
76
+ KnownGeoRedundantBackup2["Enabled"] = "Enabled";
77
+ KnownGeoRedundantBackup2["Disabled"] = "Disabled";
78
+ return KnownGeoRedundantBackup2;
79
+ })(KnownGeoRedundantBackup || {});
80
+ var KnownStorageAutogrow = /* @__PURE__ */ ((KnownStorageAutogrow2) => {
81
+ KnownStorageAutogrow2["Enabled"] = "Enabled";
82
+ KnownStorageAutogrow2["Disabled"] = "Disabled";
83
+ return KnownStorageAutogrow2;
84
+ })(KnownStorageAutogrow || {});
85
+ var KnownCreateMode = /* @__PURE__ */ ((KnownCreateMode2) => {
86
+ KnownCreateMode2["Default"] = "Default";
87
+ KnownCreateMode2["PointInTimeRestore"] = "PointInTimeRestore";
88
+ KnownCreateMode2["GeoRestore"] = "GeoRestore";
89
+ KnownCreateMode2["Replica"] = "Replica";
90
+ return KnownCreateMode2;
91
+ })(KnownCreateMode || {});
92
+ var KnownServerState = /* @__PURE__ */ ((KnownServerState2) => {
93
+ KnownServerState2["Ready"] = "Ready";
94
+ KnownServerState2["Dropping"] = "Dropping";
95
+ KnownServerState2["Disabled"] = "Disabled";
96
+ KnownServerState2["Inaccessible"] = "Inaccessible";
97
+ return KnownServerState2;
98
+ })(KnownServerState || {});
99
+ var KnownPrivateLinkServiceConnectionStateStatus = /* @__PURE__ */ ((KnownPrivateLinkServiceConnectionStateStatus2) => {
100
+ KnownPrivateLinkServiceConnectionStateStatus2["Approved"] = "Approved";
101
+ KnownPrivateLinkServiceConnectionStateStatus2["Pending"] = "Pending";
102
+ KnownPrivateLinkServiceConnectionStateStatus2["Rejected"] = "Rejected";
103
+ KnownPrivateLinkServiceConnectionStateStatus2["Disconnected"] = "Disconnected";
104
+ return KnownPrivateLinkServiceConnectionStateStatus2;
105
+ })(KnownPrivateLinkServiceConnectionStateStatus || {});
106
+ var KnownPrivateLinkServiceConnectionStateActionsRequire = /* @__PURE__ */ ((KnownPrivateLinkServiceConnectionStateActionsRequire2) => {
107
+ KnownPrivateLinkServiceConnectionStateActionsRequire2["None"] = "None";
108
+ return KnownPrivateLinkServiceConnectionStateActionsRequire2;
109
+ })(KnownPrivateLinkServiceConnectionStateActionsRequire || {});
110
+ var KnownPrivateEndpointProvisioningState = /* @__PURE__ */ ((KnownPrivateEndpointProvisioningState2) => {
111
+ KnownPrivateEndpointProvisioningState2["Approving"] = "Approving";
112
+ KnownPrivateEndpointProvisioningState2["Ready"] = "Ready";
113
+ KnownPrivateEndpointProvisioningState2["Dropping"] = "Dropping";
114
+ KnownPrivateEndpointProvisioningState2["Failed"] = "Failed";
115
+ KnownPrivateEndpointProvisioningState2["Rejecting"] = "Rejecting";
116
+ return KnownPrivateEndpointProvisioningState2;
117
+ })(KnownPrivateEndpointProvisioningState || {});
118
+ var KnownVirtualNetworkRuleState = /* @__PURE__ */ ((KnownVirtualNetworkRuleState2) => {
119
+ KnownVirtualNetworkRuleState2["Initializing"] = "Initializing";
120
+ KnownVirtualNetworkRuleState2["InProgress"] = "InProgress";
121
+ KnownVirtualNetworkRuleState2["Ready"] = "Ready";
122
+ KnownVirtualNetworkRuleState2["Deleting"] = "Deleting";
123
+ KnownVirtualNetworkRuleState2["Unknown"] = "Unknown";
124
+ return KnownVirtualNetworkRuleState2;
125
+ })(KnownVirtualNetworkRuleState || {});
126
+ var KnownOperationOrigin = /* @__PURE__ */ ((KnownOperationOrigin2) => {
127
+ KnownOperationOrigin2["NotSpecified"] = "NotSpecified";
128
+ KnownOperationOrigin2["User"] = "user";
129
+ KnownOperationOrigin2["System"] = "system";
130
+ return KnownOperationOrigin2;
131
+ })(KnownOperationOrigin || {});
132
+ var KnownSecurityAlertPolicyName = /* @__PURE__ */ ((KnownSecurityAlertPolicyName2) => {
133
+ KnownSecurityAlertPolicyName2["Default"] = "Default";
134
+ return KnownSecurityAlertPolicyName2;
135
+ })(KnownSecurityAlertPolicyName || {});
136
+ var KnownServerKeyType = /* @__PURE__ */ ((KnownServerKeyType2) => {
137
+ KnownServerKeyType2["AzureKeyVault"] = "AzureKeyVault";
138
+ return KnownServerKeyType2;
139
+ })(KnownServerKeyType || {});