@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.
- package/dist/commonjs/index.js +28 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/lroImpl.js +40 -35
- package/dist/commonjs/lroImpl.js.map +7 -1
- package/dist/commonjs/models/index.js +139 -179
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/mappers.js +1654 -1586
- package/dist/commonjs/models/mappers.js.map +7 -1
- package/dist/commonjs/models/parameters.js +289 -247
- package/dist/commonjs/models/parameters.js.map +7 -1
- package/dist/commonjs/operations/checkNameAvailability.js +74 -50
- package/dist/commonjs/operations/checkNameAvailability.js.map +7 -1
- package/dist/commonjs/operations/configurations.js +252 -203
- package/dist/commonjs/operations/configurations.js.map +7 -1
- package/dist/commonjs/operations/databases.js +336 -278
- package/dist/commonjs/operations/databases.js.map +7 -1
- package/dist/commonjs/operations/firewallRules.js +336 -278
- package/dist/commonjs/operations/firewallRules.js.map +7 -1
- package/dist/commonjs/operations/index.js +34 -29
- package/dist/commonjs/operations/index.js.map +7 -1
- package/dist/commonjs/operations/locationBasedPerformanceTier.js +106 -83
- package/dist/commonjs/operations/locationBasedPerformanceTier.js.map +7 -1
- package/dist/commonjs/operations/logFiles.js +122 -86
- package/dist/commonjs/operations/logFiles.js.map +7 -1
- package/dist/commonjs/operations/operations.js +68 -47
- package/dist/commonjs/operations/operations.js.map +7 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +492 -416
- package/dist/commonjs/operations/privateEndpointConnections.js.map +7 -1
- package/dist/commonjs/operations/privateLinkResources.js +203 -156
- package/dist/commonjs/operations/privateLinkResources.js.map +7 -1
- package/dist/commonjs/operations/recoverableServers.js +78 -54
- package/dist/commonjs/operations/recoverableServers.js.map +7 -1
- package/dist/commonjs/operations/replicas.js +122 -86
- package/dist/commonjs/operations/replicas.js.map +7 -1
- package/dist/commonjs/operations/serverAdministrators.js +324 -272
- package/dist/commonjs/operations/serverAdministrators.js.map +7 -1
- package/dist/commonjs/operations/serverBasedPerformanceTier.js +118 -86
- package/dist/commonjs/operations/serverBasedPerformanceTier.js.map +7 -1
- package/dist/commonjs/operations/serverKeys.js +380 -318
- package/dist/commonjs/operations/serverKeys.js.map +7 -1
- package/dist/commonjs/operations/serverParameters.js +143 -113
- package/dist/commonjs/operations/serverParameters.js.map +7 -1
- package/dist/commonjs/operations/serverSecurityAlertPolicies.js +299 -242
- package/dist/commonjs/operations/serverSecurityAlertPolicies.js.map +7 -1
- package/dist/commonjs/operations/servers.js +540 -473
- package/dist/commonjs/operations/servers.js.map +7 -1
- package/dist/commonjs/operations/virtualNetworkRules.js +373 -307
- package/dist/commonjs/operations/virtualNetworkRules.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +15 -10
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/configurations.js +15 -10
- package/dist/commonjs/operationsInterfaces/configurations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/databases.js +15 -10
- package/dist/commonjs/operationsInterfaces/databases.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/firewallRules.js +15 -10
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/index.js +34 -29
- package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.js +15 -10
- package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/logFiles.js +15 -10
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/operations.js +15 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +15 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +15 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/recoverableServers.js +15 -10
- package/dist/commonjs/operationsInterfaces/recoverableServers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/replicas.js +15 -10
- package/dist/commonjs/operationsInterfaces/replicas.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/serverAdministrators.js +15 -10
- package/dist/commonjs/operationsInterfaces/serverAdministrators.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.js +15 -10
- package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/serverKeys.js +15 -10
- package/dist/commonjs/operationsInterfaces/serverKeys.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/serverParameters.js +15 -10
- package/dist/commonjs/operationsInterfaces/serverParameters.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.js +15 -10
- package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/servers.js +15 -10
- package/dist/commonjs/operationsInterfaces/servers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkRules.js +15 -10
- package/dist/commonjs/operationsInterfaces/virtualNetworkRules.js.map +7 -1
- package/dist/commonjs/pagingHelper.js +34 -30
- package/dist/commonjs/pagingHelper.js.map +7 -1
- package/dist/commonjs/postgreSQLManagementClient.js +131 -114
- package/dist/commonjs/postgreSQLManagementClient.js.map +7 -1
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/lroImpl.js +22 -32
- package/dist/esm/lroImpl.js.map +7 -1
- package/dist/esm/models/index.js +120 -176
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/mappers.js +1635 -1582
- package/dist/esm/models/mappers.js.map +7 -1
- package/dist/esm/models/parameters.js +285 -245
- package/dist/esm/models/parameters.js.map +7 -1
- package/dist/esm/operations/checkNameAvailability.js +43 -43
- package/dist/esm/operations/checkNameAvailability.js.map +7 -1
- package/dist/esm/operations/configurations.js +219 -194
- package/dist/esm/operations/configurations.js.map +7 -1
- package/dist/esm/operations/databases.js +303 -269
- package/dist/esm/operations/databases.js.map +7 -1
- package/dist/esm/operations/firewallRules.js +303 -269
- package/dist/esm/operations/firewallRules.js.map +7 -1
- package/dist/esm/operations/index.js +0 -8
- package/dist/esm/operations/index.js.map +7 -1
- package/dist/esm/operations/locationBasedPerformanceTier.js +75 -76
- package/dist/esm/operations/locationBasedPerformanceTier.js.map +7 -1
- package/dist/esm/operations/logFiles.js +91 -79
- package/dist/esm/operations/logFiles.js.map +7 -1
- package/dist/esm/operations/operations.js +37 -40
- package/dist/esm/operations/operations.js.map +7 -1
- package/dist/esm/operations/privateEndpointConnections.js +458 -406
- package/dist/esm/operations/privateEndpointConnections.js.map +7 -1
- package/dist/esm/operations/privateLinkResources.js +171 -148
- package/dist/esm/operations/privateLinkResources.js.map +7 -1
- package/dist/esm/operations/recoverableServers.js +47 -47
- package/dist/esm/operations/recoverableServers.js.map +7 -1
- package/dist/esm/operations/replicas.js +91 -79
- package/dist/esm/operations/replicas.js.map +7 -1
- package/dist/esm/operations/serverAdministrators.js +291 -263
- package/dist/esm/operations/serverAdministrators.js.map +7 -1
- package/dist/esm/operations/serverBasedPerformanceTier.js +87 -79
- package/dist/esm/operations/serverBasedPerformanceTier.js.map +7 -1
- package/dist/esm/operations/serverKeys.js +346 -308
- package/dist/esm/operations/serverKeys.js.map +7 -1
- package/dist/esm/operations/serverParameters.js +110 -104
- package/dist/esm/operations/serverParameters.js.map +7 -1
- package/dist/esm/operations/serverSecurityAlertPolicies.js +265 -232
- package/dist/esm/operations/serverSecurityAlertPolicies.js.map +7 -1
- package/dist/esm/operations/servers.js +507 -464
- package/dist/esm/operations/servers.js.map +7 -1
- package/dist/esm/operations/virtualNetworkRules.js +339 -297
- package/dist/esm/operations/virtualNetworkRules.js.map +7 -1
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +7 -1
- package/dist/esm/operationsInterfaces/configurations.js +0 -9
- package/dist/esm/operationsInterfaces/configurations.js.map +7 -1
- package/dist/esm/operationsInterfaces/databases.js +0 -9
- package/dist/esm/operationsInterfaces/databases.js.map +7 -1
- package/dist/esm/operationsInterfaces/firewallRules.js +0 -9
- package/dist/esm/operationsInterfaces/firewallRules.js.map +7 -1
- package/dist/esm/operationsInterfaces/index.js +0 -8
- package/dist/esm/operationsInterfaces/index.js.map +7 -1
- package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.js +0 -9
- package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.js.map +7 -1
- package/dist/esm/operationsInterfaces/logFiles.js +0 -9
- package/dist/esm/operationsInterfaces/logFiles.js.map +7 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +7 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +7 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +7 -1
- package/dist/esm/operationsInterfaces/recoverableServers.js +0 -9
- package/dist/esm/operationsInterfaces/recoverableServers.js.map +7 -1
- package/dist/esm/operationsInterfaces/replicas.js +0 -9
- package/dist/esm/operationsInterfaces/replicas.js.map +7 -1
- package/dist/esm/operationsInterfaces/serverAdministrators.js +0 -9
- package/dist/esm/operationsInterfaces/serverAdministrators.js.map +7 -1
- package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.js +0 -9
- package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.js.map +7 -1
- package/dist/esm/operationsInterfaces/serverKeys.js +0 -9
- package/dist/esm/operationsInterfaces/serverKeys.js.map +7 -1
- package/dist/esm/operationsInterfaces/serverParameters.js +0 -9
- package/dist/esm/operationsInterfaces/serverParameters.js.map +7 -1
- package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.js +0 -9
- package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.js.map +7 -1
- package/dist/esm/operationsInterfaces/servers.js +0 -9
- package/dist/esm/operationsInterfaces/servers.js.map +7 -1
- package/dist/esm/operationsInterfaces/virtualNetworkRules.js +0 -9
- package/dist/esm/operationsInterfaces/virtualNetworkRules.js.map +7 -1
- package/dist/esm/pagingHelper.js +17 -28
- package/dist/esm/pagingHelper.js.map +7 -1
- package/dist/esm/postgreSQLManagementClient.js +120 -108
- package/dist/esm/postgreSQLManagementClient.js.map +7 -1
- package/package.json +4 -21
package/dist/commonjs/index.js
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
{
|
|
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
|
+
}
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -1,37 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
{
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var
|
|
19
|
-
(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
})(
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
(
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
var KnownStorageAutogrow
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
})(
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
(
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
(
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
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 || {});
|