@azure/arm-durabletask 1.0.0 → 1.1.0
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/README.md +1 -1
- package/dist/browser/api/durableTaskContext.d.ts +3 -3
- package/dist/browser/api/durableTaskContext.js +3 -18
- package/dist/browser/api/durableTaskContext.js.map +1 -1
- package/dist/browser/api/index.d.ts +2 -1
- package/dist/browser/api/index.js +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.js +3 -6
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/retentionPolicies/index.d.ts +1 -1
- package/dist/browser/api/retentionPolicies/index.js.map +1 -1
- package/dist/browser/api/retentionPolicies/operations.js +19 -36
- package/dist/browser/api/retentionPolicies/operations.js.map +1 -1
- package/dist/browser/api/schedulers/index.d.ts +2 -2
- package/dist/browser/api/schedulers/index.js +1 -1
- package/dist/browser/api/schedulers/index.js.map +1 -1
- package/dist/browser/api/schedulers/operations.d.ts +30 -2
- package/dist/browser/api/schedulers/operations.js +234 -31
- package/dist/browser/api/schedulers/operations.js.map +1 -1
- package/dist/browser/api/schedulers/options.d.ts +27 -0
- package/dist/browser/api/schedulers/options.js.map +1 -1
- package/dist/browser/api/taskHubs/index.d.ts +1 -1
- package/dist/browser/api/taskHubs/index.js.map +1 -1
- package/dist/browser/api/taskHubs/operations.js +10 -17
- package/dist/browser/api/taskHubs/operations.js.map +1 -1
- package/dist/browser/classic/index.d.ts +4 -4
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/schedulers/index.d.ts +16 -2
- package/dist/browser/classic/schedulers/index.js +8 -1
- package/dist/browser/classic/schedulers/index.js.map +1 -1
- package/dist/browser/durableTaskClient.d.ts +1 -1
- package/dist/browser/durableTaskClient.js.map +1 -1
- package/dist/browser/index.d.ts +16 -12
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +166 -10
- package/dist/browser/models/models.js +184 -6
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +22 -25
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/browser/static-helpers/pagingHelpers.js +28 -3
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/browser/static-helpers/pollingHelpers.js +18 -2
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +20 -5
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/durableTaskContext.d.ts +3 -3
- package/dist/commonjs/api/durableTaskContext.js +43 -39
- package/dist/commonjs/api/durableTaskContext.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.js +28 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +28 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.js +62 -33
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.js +16 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/retentionPolicies/index.d.ts +1 -1
- package/dist/commonjs/api/retentionPolicies/index.js +36 -12
- package/dist/commonjs/api/retentionPolicies/index.js.map +7 -1
- package/dist/commonjs/api/retentionPolicies/operations.js +210 -176
- package/dist/commonjs/api/retentionPolicies/operations.js.map +7 -1
- package/dist/commonjs/api/retentionPolicies/options.js +16 -5
- package/dist/commonjs/api/retentionPolicies/options.js.map +7 -1
- package/dist/commonjs/api/schedulers/index.d.ts +2 -2
- package/dist/commonjs/api/schedulers/index.js +52 -13
- package/dist/commonjs/api/schedulers/index.js.map +7 -1
- package/dist/commonjs/api/schedulers/operations.d.ts +30 -2
- package/dist/commonjs/api/schedulers/operations.js +577 -189
- package/dist/commonjs/api/schedulers/operations.js.map +7 -1
- package/dist/commonjs/api/schedulers/options.d.ts +27 -0
- package/dist/commonjs/api/schedulers/options.js +16 -5
- package/dist/commonjs/api/schedulers/options.js.map +7 -1
- package/dist/commonjs/api/taskHubs/index.d.ts +1 -1
- package/dist/commonjs/api/taskHubs/index.js +34 -11
- package/dist/commonjs/api/taskHubs/index.js.map +7 -1
- package/dist/commonjs/api/taskHubs/operations.js +178 -133
- package/dist/commonjs/api/taskHubs/operations.js.map +7 -1
- package/dist/commonjs/api/taskHubs/options.js +16 -5
- package/dist/commonjs/api/taskHubs/options.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +4 -4
- package/dist/commonjs/classic/index.js +16 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.js +34 -13
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/retentionPolicies/index.js +38 -17
- package/dist/commonjs/classic/retentionPolicies/index.js.map +7 -1
- package/dist/commonjs/classic/schedulers/index.d.ts +16 -2
- package/dist/commonjs/classic/schedulers/index.js +72 -18
- package/dist/commonjs/classic/schedulers/index.js.map +7 -1
- package/dist/commonjs/classic/taskHubs/index.js +37 -16
- package/dist/commonjs/classic/taskHubs/index.js.map +7 -1
- package/dist/commonjs/durableTaskClient.d.ts +1 -1
- package/dist/commonjs/durableTaskClient.js +56 -38
- package/dist/commonjs/durableTaskClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +16 -12
- package/dist/commonjs/index.js +57 -21
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +29 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.js +48 -15
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +166 -10
- package/dist/commonjs/models/models.js +560 -370
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.js +117 -110
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +50 -40
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +125 -103
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +95 -76
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +167 -158
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/durableTaskContext.d.ts +3 -3
- package/dist/esm/api/durableTaskContext.js +3 -18
- package/dist/esm/api/durableTaskContext.js.map +1 -1
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.js +1 -1
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.js +3 -6
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/retentionPolicies/index.d.ts +1 -1
- package/dist/esm/api/retentionPolicies/index.js.map +1 -1
- package/dist/esm/api/retentionPolicies/operations.js +19 -36
- package/dist/esm/api/retentionPolicies/operations.js.map +1 -1
- package/dist/esm/api/schedulers/index.d.ts +2 -2
- package/dist/esm/api/schedulers/index.js +1 -1
- package/dist/esm/api/schedulers/index.js.map +1 -1
- package/dist/esm/api/schedulers/operations.d.ts +30 -2
- package/dist/esm/api/schedulers/operations.js +234 -31
- package/dist/esm/api/schedulers/operations.js.map +1 -1
- package/dist/esm/api/schedulers/options.d.ts +27 -0
- package/dist/esm/api/schedulers/options.js.map +1 -1
- package/dist/esm/api/taskHubs/index.d.ts +1 -1
- package/dist/esm/api/taskHubs/index.js.map +1 -1
- package/dist/esm/api/taskHubs/operations.js +10 -17
- package/dist/esm/api/taskHubs/operations.js.map +1 -1
- package/dist/esm/classic/index.d.ts +4 -4
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/schedulers/index.d.ts +16 -2
- package/dist/esm/classic/schedulers/index.js +8 -1
- package/dist/esm/classic/schedulers/index.js.map +1 -1
- package/dist/esm/durableTaskClient.d.ts +1 -1
- package/dist/esm/durableTaskClient.js.map +1 -1
- package/dist/esm/index.d.ts +16 -12
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +166 -10
- package/dist/esm/models/models.js +184 -6
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +22 -25
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/esm/static-helpers/pagingHelpers.js +28 -3
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/esm/static-helpers/pollingHelpers.js +18 -2
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +20 -5
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/durableTaskContext.d.ts +3 -3
- package/dist/react-native/api/durableTaskContext.js +3 -18
- package/dist/react-native/api/durableTaskContext.js.map +1 -1
- package/dist/react-native/api/index.d.ts +2 -1
- package/dist/react-native/api/index.js +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +1 -1
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +3 -6
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/retentionPolicies/index.d.ts +1 -1
- package/dist/react-native/api/retentionPolicies/index.js.map +1 -1
- package/dist/react-native/api/retentionPolicies/operations.js +19 -36
- package/dist/react-native/api/retentionPolicies/operations.js.map +1 -1
- package/dist/react-native/api/schedulers/index.d.ts +2 -2
- package/dist/react-native/api/schedulers/index.js +1 -1
- package/dist/react-native/api/schedulers/index.js.map +1 -1
- package/dist/react-native/api/schedulers/operations.d.ts +30 -2
- package/dist/react-native/api/schedulers/operations.js +234 -31
- package/dist/react-native/api/schedulers/operations.js.map +1 -1
- package/dist/react-native/api/schedulers/options.d.ts +27 -0
- package/dist/react-native/api/schedulers/options.js.map +1 -1
- package/dist/react-native/api/taskHubs/index.d.ts +1 -1
- package/dist/react-native/api/taskHubs/index.js.map +1 -1
- package/dist/react-native/api/taskHubs/operations.js +10 -17
- package/dist/react-native/api/taskHubs/operations.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +4 -4
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/schedulers/index.d.ts +16 -2
- package/dist/react-native/classic/schedulers/index.js +8 -1
- package/dist/react-native/classic/schedulers/index.js.map +1 -1
- package/dist/react-native/durableTaskClient.d.ts +1 -1
- package/dist/react-native/durableTaskClient.js.map +1 -1
- package/dist/react-native/index.d.ts +16 -12
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +166 -10
- package/dist/react-native/models/models.js +184 -6
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +22 -25
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +28 -3
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +18 -2
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.js +20 -5
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +50 -59
|
@@ -1,452 +1,642 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
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
|
+
KnownActionType: () => KnownActionType,
|
|
21
|
+
KnownCreatedByType: () => KnownCreatedByType,
|
|
22
|
+
KnownOrigin: () => KnownOrigin,
|
|
23
|
+
KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
|
|
24
|
+
KnownPrivateEndpointServiceConnectionStatus: () => KnownPrivateEndpointServiceConnectionStatus,
|
|
25
|
+
KnownProvisioningState: () => KnownProvisioningState,
|
|
26
|
+
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
27
|
+
KnownPurgeableOrchestrationState: () => KnownPurgeableOrchestrationState,
|
|
28
|
+
KnownRedundancyState: () => KnownRedundancyState,
|
|
29
|
+
KnownSchedulerSkuName: () => KnownSchedulerSkuName,
|
|
30
|
+
KnownVersions: () => KnownVersions,
|
|
31
|
+
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
32
|
+
_privateEndpointConnectionListResultDeserializer: () => _privateEndpointConnectionListResultDeserializer,
|
|
33
|
+
_retentionPolicyListResultDeserializer: () => _retentionPolicyListResultDeserializer,
|
|
34
|
+
_schedulerListResultDeserializer: () => _schedulerListResultDeserializer,
|
|
35
|
+
_schedulerPrivateLinkResourceListResultDeserializer: () => _schedulerPrivateLinkResourceListResultDeserializer,
|
|
36
|
+
_taskHubListResultDeserializer: () => _taskHubListResultDeserializer,
|
|
37
|
+
errorAdditionalInfoArrayDeserializer: () => errorAdditionalInfoArrayDeserializer,
|
|
38
|
+
errorAdditionalInfoDeserializer: () => errorAdditionalInfoDeserializer,
|
|
39
|
+
errorDetailArrayDeserializer: () => errorDetailArrayDeserializer,
|
|
40
|
+
errorDetailDeserializer: () => errorDetailDeserializer,
|
|
41
|
+
errorResponseDeserializer: () => errorResponseDeserializer,
|
|
42
|
+
operationArrayDeserializer: () => operationArrayDeserializer,
|
|
43
|
+
operationDeserializer: () => operationDeserializer,
|
|
44
|
+
operationDisplayDeserializer: () => operationDisplayDeserializer,
|
|
45
|
+
optionalPropertiesUpdateablePropertiesSerializer: () => optionalPropertiesUpdateablePropertiesSerializer,
|
|
46
|
+
privateEndpointConnectionArrayDeserializer: () => privateEndpointConnectionArrayDeserializer,
|
|
47
|
+
privateEndpointConnectionArraySerializer: () => privateEndpointConnectionArraySerializer,
|
|
48
|
+
privateEndpointConnectionDeserializer: () => privateEndpointConnectionDeserializer,
|
|
49
|
+
privateEndpointConnectionPropertiesDeserializer: () => privateEndpointConnectionPropertiesDeserializer,
|
|
50
|
+
privateEndpointConnectionPropertiesSerializer: () => privateEndpointConnectionPropertiesSerializer,
|
|
51
|
+
privateEndpointConnectionSerializer: () => privateEndpointConnectionSerializer,
|
|
52
|
+
privateEndpointConnectionUpdateSerializer: () => privateEndpointConnectionUpdateSerializer,
|
|
53
|
+
privateEndpointDeserializer: () => privateEndpointDeserializer,
|
|
54
|
+
privateEndpointSerializer: () => privateEndpointSerializer,
|
|
55
|
+
privateLinkResourcePropertiesDeserializer: () => privateLinkResourcePropertiesDeserializer,
|
|
56
|
+
privateLinkServiceConnectionStateDeserializer: () => privateLinkServiceConnectionStateDeserializer,
|
|
57
|
+
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
58
|
+
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
59
|
+
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
60
|
+
resourceDeserializer: () => resourceDeserializer,
|
|
61
|
+
resourceSerializer: () => resourceSerializer,
|
|
62
|
+
retentionPolicyArrayDeserializer: () => retentionPolicyArrayDeserializer,
|
|
63
|
+
retentionPolicyArraySerializer: () => retentionPolicyArraySerializer,
|
|
64
|
+
retentionPolicyDeserializer: () => retentionPolicyDeserializer,
|
|
65
|
+
retentionPolicyDetailsArrayDeserializer: () => retentionPolicyDetailsArrayDeserializer,
|
|
66
|
+
retentionPolicyDetailsArraySerializer: () => retentionPolicyDetailsArraySerializer,
|
|
67
|
+
retentionPolicyDetailsDeserializer: () => retentionPolicyDetailsDeserializer,
|
|
68
|
+
retentionPolicyDetailsSerializer: () => retentionPolicyDetailsSerializer,
|
|
69
|
+
retentionPolicyPropertiesDeserializer: () => retentionPolicyPropertiesDeserializer,
|
|
70
|
+
retentionPolicyPropertiesSerializer: () => retentionPolicyPropertiesSerializer,
|
|
71
|
+
retentionPolicySerializer: () => retentionPolicySerializer,
|
|
72
|
+
schedulerArrayDeserializer: () => schedulerArrayDeserializer,
|
|
73
|
+
schedulerArraySerializer: () => schedulerArraySerializer,
|
|
74
|
+
schedulerDeserializer: () => schedulerDeserializer,
|
|
75
|
+
schedulerPrivateLinkResourceArrayDeserializer: () => schedulerPrivateLinkResourceArrayDeserializer,
|
|
76
|
+
schedulerPrivateLinkResourceDeserializer: () => schedulerPrivateLinkResourceDeserializer,
|
|
77
|
+
schedulerPropertiesDeserializer: () => schedulerPropertiesDeserializer,
|
|
78
|
+
schedulerPropertiesSerializer: () => schedulerPropertiesSerializer,
|
|
79
|
+
schedulerPropertiesUpdateSerializer: () => schedulerPropertiesUpdateSerializer,
|
|
80
|
+
schedulerSerializer: () => schedulerSerializer,
|
|
81
|
+
schedulerSkuDeserializer: () => schedulerSkuDeserializer,
|
|
82
|
+
schedulerSkuSerializer: () => schedulerSkuSerializer,
|
|
83
|
+
schedulerSkuUpdateSerializer: () => schedulerSkuUpdateSerializer,
|
|
84
|
+
schedulerUpdateSerializer: () => schedulerUpdateSerializer,
|
|
85
|
+
systemDataDeserializer: () => systemDataDeserializer,
|
|
86
|
+
taskHubArrayDeserializer: () => taskHubArrayDeserializer,
|
|
87
|
+
taskHubArraySerializer: () => taskHubArraySerializer,
|
|
88
|
+
taskHubDeserializer: () => taskHubDeserializer,
|
|
89
|
+
taskHubPropertiesDeserializer: () => taskHubPropertiesDeserializer,
|
|
90
|
+
taskHubPropertiesSerializer: () => taskHubPropertiesSerializer,
|
|
91
|
+
taskHubSerializer: () => taskHubSerializer,
|
|
92
|
+
trackedResourceDeserializer: () => trackedResourceDeserializer,
|
|
93
|
+
trackedResourceSerializer: () => trackedResourceSerializer
|
|
94
|
+
});
|
|
95
|
+
module.exports = __toCommonJS(models_exports);
|
|
52
96
|
function _operationListResultDeserializer(item) {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
97
|
+
return {
|
|
98
|
+
value: operationArrayDeserializer(item["value"]),
|
|
99
|
+
nextLink: item["nextLink"]
|
|
100
|
+
};
|
|
57
101
|
}
|
|
58
102
|
function operationArrayDeserializer(result) {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
103
|
+
return result.map((item) => {
|
|
104
|
+
return operationDeserializer(item);
|
|
105
|
+
});
|
|
62
106
|
}
|
|
63
107
|
function operationDeserializer(item) {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
108
|
+
return {
|
|
109
|
+
name: item["name"],
|
|
110
|
+
isDataAction: item["isDataAction"],
|
|
111
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
112
|
+
origin: item["origin"],
|
|
113
|
+
actionType: item["actionType"]
|
|
114
|
+
};
|
|
71
115
|
}
|
|
72
116
|
function operationDisplayDeserializer(item) {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
})(
|
|
90
|
-
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
91
|
-
var KnownActionType;
|
|
92
|
-
(function (KnownActionType) {
|
|
93
|
-
/** Actions are for internal-only APIs. */
|
|
94
|
-
KnownActionType["Internal"] = "Internal";
|
|
95
|
-
})(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
|
|
117
|
+
return {
|
|
118
|
+
provider: item["provider"],
|
|
119
|
+
resource: item["resource"],
|
|
120
|
+
operation: item["operation"],
|
|
121
|
+
description: item["description"]
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
var KnownOrigin = /* @__PURE__ */ ((KnownOrigin2) => {
|
|
125
|
+
KnownOrigin2["User"] = "user";
|
|
126
|
+
KnownOrigin2["System"] = "system";
|
|
127
|
+
KnownOrigin2["UserSystem"] = "user,system";
|
|
128
|
+
return KnownOrigin2;
|
|
129
|
+
})(KnownOrigin || {});
|
|
130
|
+
var KnownActionType = /* @__PURE__ */ ((KnownActionType2) => {
|
|
131
|
+
KnownActionType2["Internal"] = "Internal";
|
|
132
|
+
return KnownActionType2;
|
|
133
|
+
})(KnownActionType || {});
|
|
96
134
|
function errorResponseDeserializer(item) {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
135
|
+
return {
|
|
136
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"])
|
|
137
|
+
};
|
|
100
138
|
}
|
|
101
139
|
function errorDetailDeserializer(item) {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
110
|
-
};
|
|
140
|
+
return {
|
|
141
|
+
code: item["code"],
|
|
142
|
+
message: item["message"],
|
|
143
|
+
target: item["target"],
|
|
144
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
145
|
+
additionalInfo: !item["additionalInfo"] ? item["additionalInfo"] : errorAdditionalInfoArrayDeserializer(item["additionalInfo"])
|
|
146
|
+
};
|
|
111
147
|
}
|
|
112
148
|
function errorDetailArrayDeserializer(result) {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
149
|
+
return result.map((item) => {
|
|
150
|
+
return errorDetailDeserializer(item);
|
|
151
|
+
});
|
|
116
152
|
}
|
|
117
153
|
function errorAdditionalInfoArrayDeserializer(result) {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
154
|
+
return result.map((item) => {
|
|
155
|
+
return errorAdditionalInfoDeserializer(item);
|
|
156
|
+
});
|
|
121
157
|
}
|
|
122
158
|
function errorAdditionalInfoDeserializer(item) {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
159
|
+
return {
|
|
160
|
+
type: item["type"],
|
|
161
|
+
info: item["info"]
|
|
162
|
+
};
|
|
127
163
|
}
|
|
128
164
|
function schedulerSerializer(item) {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
: schedulerPropertiesSerializer(item["properties"]),
|
|
135
|
-
};
|
|
165
|
+
return {
|
|
166
|
+
tags: item["tags"],
|
|
167
|
+
location: item["location"],
|
|
168
|
+
properties: !item["properties"] ? item["properties"] : schedulerPropertiesSerializer(item["properties"])
|
|
169
|
+
};
|
|
136
170
|
}
|
|
137
171
|
function schedulerDeserializer(item) {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
properties: !item["properties"]
|
|
148
|
-
? item["properties"]
|
|
149
|
-
: schedulerPropertiesDeserializer(item["properties"]),
|
|
150
|
-
};
|
|
172
|
+
return {
|
|
173
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
174
|
+
location: item["location"],
|
|
175
|
+
id: item["id"],
|
|
176
|
+
name: item["name"],
|
|
177
|
+
type: item["type"],
|
|
178
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
179
|
+
properties: !item["properties"] ? item["properties"] : schedulerPropertiesDeserializer(item["properties"])
|
|
180
|
+
};
|
|
151
181
|
}
|
|
152
182
|
function schedulerPropertiesSerializer(item) {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
183
|
+
return {
|
|
184
|
+
ipAllowlist: item["ipAllowlist"].map((p) => {
|
|
185
|
+
return p;
|
|
186
|
+
}),
|
|
187
|
+
sku: schedulerSkuSerializer(item["sku"]),
|
|
188
|
+
publicNetworkAccess: item["publicNetworkAccess"]
|
|
189
|
+
};
|
|
159
190
|
}
|
|
160
191
|
function schedulerPropertiesDeserializer(item) {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
183
|
-
/** The resource is being deleted */
|
|
184
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
185
|
-
/** The resource create request has been accepted */
|
|
186
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
187
|
-
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
192
|
+
return {
|
|
193
|
+
provisioningState: item["provisioningState"],
|
|
194
|
+
endpoint: item["endpoint"],
|
|
195
|
+
ipAllowlist: item["ipAllowlist"].map((p) => {
|
|
196
|
+
return p;
|
|
197
|
+
}),
|
|
198
|
+
sku: schedulerSkuDeserializer(item["sku"]),
|
|
199
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
200
|
+
privateEndpointConnections: !item["privateEndpointConnections"] ? item["privateEndpointConnections"] : privateEndpointConnectionArrayDeserializer(item["privateEndpointConnections"])
|
|
201
|
+
};
|
|
202
|
+
}
|
|
203
|
+
var KnownProvisioningState = /* @__PURE__ */ ((KnownProvisioningState2) => {
|
|
204
|
+
KnownProvisioningState2["Succeeded"] = "Succeeded";
|
|
205
|
+
KnownProvisioningState2["Failed"] = "Failed";
|
|
206
|
+
KnownProvisioningState2["Canceled"] = "Canceled";
|
|
207
|
+
KnownProvisioningState2["Provisioning"] = "Provisioning";
|
|
208
|
+
KnownProvisioningState2["Updating"] = "Updating";
|
|
209
|
+
KnownProvisioningState2["Deleting"] = "Deleting";
|
|
210
|
+
KnownProvisioningState2["Accepted"] = "Accepted";
|
|
211
|
+
return KnownProvisioningState2;
|
|
212
|
+
})(KnownProvisioningState || {});
|
|
188
213
|
function schedulerSkuSerializer(item) {
|
|
189
|
-
|
|
214
|
+
return { name: item["name"], capacity: item["capacity"] };
|
|
190
215
|
}
|
|
191
216
|
function schedulerSkuDeserializer(item) {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
return
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
217
|
+
return {
|
|
218
|
+
name: item["name"],
|
|
219
|
+
capacity: item["capacity"],
|
|
220
|
+
redundancyState: item["redundancyState"]
|
|
221
|
+
};
|
|
222
|
+
}
|
|
223
|
+
var KnownSchedulerSkuName = /* @__PURE__ */ ((KnownSchedulerSkuName2) => {
|
|
224
|
+
KnownSchedulerSkuName2["Dedicated"] = "Dedicated";
|
|
225
|
+
KnownSchedulerSkuName2["Consumption"] = "Consumption";
|
|
226
|
+
return KnownSchedulerSkuName2;
|
|
227
|
+
})(KnownSchedulerSkuName || {});
|
|
228
|
+
var KnownRedundancyState = /* @__PURE__ */ ((KnownRedundancyState2) => {
|
|
229
|
+
KnownRedundancyState2["None"] = "None";
|
|
230
|
+
KnownRedundancyState2["Zone"] = "Zone";
|
|
231
|
+
return KnownRedundancyState2;
|
|
232
|
+
})(KnownRedundancyState || {});
|
|
233
|
+
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
234
|
+
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
235
|
+
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
236
|
+
return KnownPublicNetworkAccess2;
|
|
237
|
+
})(KnownPublicNetworkAccess || {});
|
|
238
|
+
function privateEndpointConnectionArraySerializer(result) {
|
|
239
|
+
return result.map((item) => {
|
|
240
|
+
return privateEndpointConnectionSerializer(item);
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
function privateEndpointConnectionArrayDeserializer(result) {
|
|
244
|
+
return result.map((item) => {
|
|
245
|
+
return privateEndpointConnectionDeserializer(item);
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
function privateEndpointConnectionSerializer(item) {
|
|
249
|
+
return {
|
|
250
|
+
properties: !item["properties"] ? item["properties"] : privateEndpointConnectionPropertiesSerializer(item["properties"])
|
|
251
|
+
};
|
|
252
|
+
}
|
|
253
|
+
function privateEndpointConnectionDeserializer(item) {
|
|
254
|
+
return {
|
|
255
|
+
id: item["id"],
|
|
256
|
+
name: item["name"],
|
|
257
|
+
type: item["type"],
|
|
258
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
259
|
+
properties: !item["properties"] ? item["properties"] : privateEndpointConnectionPropertiesDeserializer(item["properties"])
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
function privateEndpointConnectionPropertiesSerializer(item) {
|
|
263
|
+
return {
|
|
264
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointSerializer(item["privateEndpoint"]),
|
|
265
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(
|
|
266
|
+
item["privateLinkServiceConnectionState"]
|
|
267
|
+
)
|
|
268
|
+
};
|
|
269
|
+
}
|
|
270
|
+
function privateEndpointConnectionPropertiesDeserializer(item) {
|
|
271
|
+
return {
|
|
272
|
+
groupIds: !item["groupIds"] ? item["groupIds"] : item["groupIds"].map((p) => {
|
|
273
|
+
return p;
|
|
274
|
+
}),
|
|
275
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointDeserializer(item["privateEndpoint"]),
|
|
276
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(
|
|
277
|
+
item["privateLinkServiceConnectionState"]
|
|
278
|
+
),
|
|
279
|
+
provisioningState: item["provisioningState"]
|
|
280
|
+
};
|
|
281
|
+
}
|
|
282
|
+
function privateEndpointSerializer(item) {
|
|
283
|
+
return item;
|
|
284
|
+
}
|
|
285
|
+
function privateEndpointDeserializer(item) {
|
|
286
|
+
return {
|
|
287
|
+
id: item["id"]
|
|
288
|
+
};
|
|
289
|
+
}
|
|
290
|
+
function privateLinkServiceConnectionStateSerializer(item) {
|
|
291
|
+
return {
|
|
292
|
+
status: item["status"],
|
|
293
|
+
description: item["description"],
|
|
294
|
+
actionsRequired: item["actionsRequired"]
|
|
295
|
+
};
|
|
296
|
+
}
|
|
297
|
+
function privateLinkServiceConnectionStateDeserializer(item) {
|
|
298
|
+
return {
|
|
299
|
+
status: item["status"],
|
|
300
|
+
description: item["description"],
|
|
301
|
+
actionsRequired: item["actionsRequired"]
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
var KnownPrivateEndpointServiceConnectionStatus = /* @__PURE__ */ ((KnownPrivateEndpointServiceConnectionStatus2) => {
|
|
305
|
+
KnownPrivateEndpointServiceConnectionStatus2["Pending"] = "Pending";
|
|
306
|
+
KnownPrivateEndpointServiceConnectionStatus2["Approved"] = "Approved";
|
|
307
|
+
KnownPrivateEndpointServiceConnectionStatus2["Rejected"] = "Rejected";
|
|
308
|
+
return KnownPrivateEndpointServiceConnectionStatus2;
|
|
309
|
+
})(KnownPrivateEndpointServiceConnectionStatus || {});
|
|
310
|
+
var KnownPrivateEndpointConnectionProvisioningState = /* @__PURE__ */ ((KnownPrivateEndpointConnectionProvisioningState2) => {
|
|
311
|
+
KnownPrivateEndpointConnectionProvisioningState2["Succeeded"] = "Succeeded";
|
|
312
|
+
KnownPrivateEndpointConnectionProvisioningState2["Creating"] = "Creating";
|
|
313
|
+
KnownPrivateEndpointConnectionProvisioningState2["Deleting"] = "Deleting";
|
|
314
|
+
KnownPrivateEndpointConnectionProvisioningState2["Failed"] = "Failed";
|
|
315
|
+
return KnownPrivateEndpointConnectionProvisioningState2;
|
|
316
|
+
})(KnownPrivateEndpointConnectionProvisioningState || {});
|
|
229
317
|
function resourceSerializer(item) {
|
|
230
|
-
|
|
318
|
+
return item;
|
|
231
319
|
}
|
|
232
320
|
function resourceDeserializer(item) {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
: systemDataDeserializer(item["systemData"]),
|
|
240
|
-
};
|
|
321
|
+
return {
|
|
322
|
+
id: item["id"],
|
|
323
|
+
name: item["name"],
|
|
324
|
+
type: item["type"],
|
|
325
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
326
|
+
};
|
|
241
327
|
}
|
|
242
328
|
function systemDataDeserializer(item) {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
329
|
+
return {
|
|
330
|
+
createdBy: item["createdBy"],
|
|
331
|
+
createdByType: item["createdByType"],
|
|
332
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
333
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
334
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
335
|
+
lastModifiedAt: !item["lastModifiedAt"] ? item["lastModifiedAt"] : new Date(item["lastModifiedAt"])
|
|
336
|
+
};
|
|
337
|
+
}
|
|
338
|
+
var KnownCreatedByType = /* @__PURE__ */ ((KnownCreatedByType2) => {
|
|
339
|
+
KnownCreatedByType2["User"] = "User";
|
|
340
|
+
KnownCreatedByType2["Application"] = "Application";
|
|
341
|
+
KnownCreatedByType2["ManagedIdentity"] = "ManagedIdentity";
|
|
342
|
+
KnownCreatedByType2["Key"] = "Key";
|
|
343
|
+
return KnownCreatedByType2;
|
|
344
|
+
})(KnownCreatedByType || {});
|
|
345
|
+
function trackedResourceSerializer(item) {
|
|
346
|
+
return { tags: item["tags"], location: item["location"] };
|
|
347
|
+
}
|
|
348
|
+
function trackedResourceDeserializer(item) {
|
|
349
|
+
return {
|
|
350
|
+
id: item["id"],
|
|
351
|
+
name: item["name"],
|
|
352
|
+
type: item["type"],
|
|
353
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
354
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
355
|
+
location: item["location"]
|
|
356
|
+
};
|
|
357
|
+
}
|
|
266
358
|
function schedulerUpdateSerializer(item) {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
tags: item["tags"],
|
|
272
|
-
};
|
|
359
|
+
return {
|
|
360
|
+
properties: !item["properties"] ? item["properties"] : schedulerPropertiesUpdateSerializer(item["properties"]),
|
|
361
|
+
tags: item["tags"]
|
|
362
|
+
};
|
|
273
363
|
}
|
|
274
364
|
function schedulerPropertiesUpdateSerializer(item) {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
};
|
|
365
|
+
return {
|
|
366
|
+
ipAllowlist: !item["ipAllowlist"] ? item["ipAllowlist"] : item["ipAllowlist"].map((p) => {
|
|
367
|
+
return p;
|
|
368
|
+
}),
|
|
369
|
+
sku: !item["sku"] ? item["sku"] : schedulerSkuUpdateSerializer(item["sku"]),
|
|
370
|
+
publicNetworkAccess: item["publicNetworkAccess"]
|
|
371
|
+
};
|
|
283
372
|
}
|
|
284
373
|
function schedulerSkuUpdateSerializer(item) {
|
|
285
|
-
|
|
374
|
+
return { name: item["name"], capacity: item["capacity"] };
|
|
286
375
|
}
|
|
287
376
|
function _schedulerListResultDeserializer(item) {
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
377
|
+
return {
|
|
378
|
+
value: schedulerArrayDeserializer(item["value"]),
|
|
379
|
+
nextLink: item["nextLink"]
|
|
380
|
+
};
|
|
292
381
|
}
|
|
293
382
|
function schedulerArraySerializer(result) {
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
383
|
+
return result.map((item) => {
|
|
384
|
+
return schedulerSerializer(item);
|
|
385
|
+
});
|
|
297
386
|
}
|
|
298
387
|
function schedulerArrayDeserializer(result) {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
388
|
+
return result.map((item) => {
|
|
389
|
+
return schedulerDeserializer(item);
|
|
390
|
+
});
|
|
391
|
+
}
|
|
392
|
+
function schedulerPrivateLinkResourceDeserializer(item) {
|
|
393
|
+
return {
|
|
394
|
+
id: item["id"],
|
|
395
|
+
name: item["name"],
|
|
396
|
+
type: item["type"],
|
|
397
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
398
|
+
properties: !item["properties"] ? item["properties"] : privateLinkResourcePropertiesDeserializer(item["properties"])
|
|
399
|
+
};
|
|
400
|
+
}
|
|
401
|
+
function privateLinkResourcePropertiesDeserializer(item) {
|
|
402
|
+
return {
|
|
403
|
+
groupId: item["groupId"],
|
|
404
|
+
requiredMembers: !item["requiredMembers"] ? item["requiredMembers"] : item["requiredMembers"].map((p) => {
|
|
405
|
+
return p;
|
|
406
|
+
}),
|
|
407
|
+
requiredZoneNames: !item["requiredZoneNames"] ? item["requiredZoneNames"] : item["requiredZoneNames"].map((p) => {
|
|
408
|
+
return p;
|
|
409
|
+
})
|
|
410
|
+
};
|
|
411
|
+
}
|
|
412
|
+
function _schedulerPrivateLinkResourceListResultDeserializer(item) {
|
|
413
|
+
return {
|
|
414
|
+
value: schedulerPrivateLinkResourceArrayDeserializer(item["value"]),
|
|
415
|
+
nextLink: item["nextLink"]
|
|
416
|
+
};
|
|
417
|
+
}
|
|
418
|
+
function schedulerPrivateLinkResourceArrayDeserializer(result) {
|
|
419
|
+
return result.map((item) => {
|
|
420
|
+
return schedulerPrivateLinkResourceDeserializer(item);
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
function privateEndpointConnectionUpdateSerializer(item) {
|
|
424
|
+
return {
|
|
425
|
+
properties: !item["properties"] ? item["properties"] : optionalPropertiesUpdateablePropertiesSerializer(item["properties"])
|
|
426
|
+
};
|
|
427
|
+
}
|
|
428
|
+
function optionalPropertiesUpdateablePropertiesSerializer(item) {
|
|
429
|
+
return {
|
|
430
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointSerializer(item["privateEndpoint"]),
|
|
431
|
+
privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"] ? item["privateLinkServiceConnectionState"] : privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"])
|
|
432
|
+
};
|
|
433
|
+
}
|
|
434
|
+
function _privateEndpointConnectionListResultDeserializer(item) {
|
|
435
|
+
return {
|
|
436
|
+
value: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
437
|
+
nextLink: item["nextLink"]
|
|
438
|
+
};
|
|
302
439
|
}
|
|
303
440
|
function taskHubSerializer(item) {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
: taskHubPropertiesSerializer(item["properties"]),
|
|
308
|
-
};
|
|
441
|
+
return {
|
|
442
|
+
properties: !item["properties"] ? item["properties"] : taskHubPropertiesSerializer(item["properties"])
|
|
443
|
+
};
|
|
309
444
|
}
|
|
310
445
|
function taskHubDeserializer(item) {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
properties: !item["properties"]
|
|
319
|
-
? item["properties"]
|
|
320
|
-
: taskHubPropertiesDeserializer(item["properties"]),
|
|
321
|
-
};
|
|
446
|
+
return {
|
|
447
|
+
id: item["id"],
|
|
448
|
+
name: item["name"],
|
|
449
|
+
type: item["type"],
|
|
450
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
451
|
+
properties: !item["properties"] ? item["properties"] : taskHubPropertiesDeserializer(item["properties"])
|
|
452
|
+
};
|
|
322
453
|
}
|
|
323
454
|
function taskHubPropertiesSerializer(item) {
|
|
324
|
-
|
|
455
|
+
return item;
|
|
325
456
|
}
|
|
326
457
|
function taskHubPropertiesDeserializer(item) {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
458
|
+
return {
|
|
459
|
+
provisioningState: item["provisioningState"],
|
|
460
|
+
dashboardUrl: item["dashboardUrl"]
|
|
461
|
+
};
|
|
331
462
|
}
|
|
332
463
|
function proxyResourceSerializer(item) {
|
|
333
|
-
|
|
464
|
+
return item;
|
|
334
465
|
}
|
|
335
466
|
function proxyResourceDeserializer(item) {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
: systemDataDeserializer(item["systemData"]),
|
|
343
|
-
};
|
|
467
|
+
return {
|
|
468
|
+
id: item["id"],
|
|
469
|
+
name: item["name"],
|
|
470
|
+
type: item["type"],
|
|
471
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
472
|
+
};
|
|
344
473
|
}
|
|
345
474
|
function _taskHubListResultDeserializer(item) {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
475
|
+
return {
|
|
476
|
+
value: taskHubArrayDeserializer(item["value"]),
|
|
477
|
+
nextLink: item["nextLink"]
|
|
478
|
+
};
|
|
350
479
|
}
|
|
351
480
|
function taskHubArraySerializer(result) {
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
481
|
+
return result.map((item) => {
|
|
482
|
+
return taskHubSerializer(item);
|
|
483
|
+
});
|
|
355
484
|
}
|
|
356
485
|
function taskHubArrayDeserializer(result) {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
486
|
+
return result.map((item) => {
|
|
487
|
+
return taskHubDeserializer(item);
|
|
488
|
+
});
|
|
360
489
|
}
|
|
361
490
|
function retentionPolicySerializer(item) {
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
: retentionPolicyPropertiesSerializer(item["properties"]),
|
|
366
|
-
};
|
|
491
|
+
return {
|
|
492
|
+
properties: !item["properties"] ? item["properties"] : retentionPolicyPropertiesSerializer(item["properties"])
|
|
493
|
+
};
|
|
367
494
|
}
|
|
368
495
|
function retentionPolicyDeserializer(item) {
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
properties: !item["properties"]
|
|
377
|
-
? item["properties"]
|
|
378
|
-
: retentionPolicyPropertiesDeserializer(item["properties"]),
|
|
379
|
-
};
|
|
496
|
+
return {
|
|
497
|
+
id: item["id"],
|
|
498
|
+
name: item["name"],
|
|
499
|
+
type: item["type"],
|
|
500
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
501
|
+
properties: !item["properties"] ? item["properties"] : retentionPolicyPropertiesDeserializer(item["properties"])
|
|
502
|
+
};
|
|
380
503
|
}
|
|
381
504
|
function retentionPolicyPropertiesSerializer(item) {
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
: retentionPolicyDetailsArraySerializer(item["retentionPolicies"]),
|
|
386
|
-
};
|
|
505
|
+
return {
|
|
506
|
+
retentionPolicies: !item["retentionPolicies"] ? item["retentionPolicies"] : retentionPolicyDetailsArraySerializer(item["retentionPolicies"])
|
|
507
|
+
};
|
|
387
508
|
}
|
|
388
509
|
function retentionPolicyPropertiesDeserializer(item) {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
: retentionPolicyDetailsArrayDeserializer(item["retentionPolicies"]),
|
|
394
|
-
};
|
|
510
|
+
return {
|
|
511
|
+
provisioningState: item["provisioningState"],
|
|
512
|
+
retentionPolicies: !item["retentionPolicies"] ? item["retentionPolicies"] : retentionPolicyDetailsArrayDeserializer(item["retentionPolicies"])
|
|
513
|
+
};
|
|
395
514
|
}
|
|
396
515
|
function retentionPolicyDetailsArraySerializer(result) {
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
516
|
+
return result.map((item) => {
|
|
517
|
+
return retentionPolicyDetailsSerializer(item);
|
|
518
|
+
});
|
|
400
519
|
}
|
|
401
520
|
function retentionPolicyDetailsArrayDeserializer(result) {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
521
|
+
return result.map((item) => {
|
|
522
|
+
return retentionPolicyDetailsDeserializer(item);
|
|
523
|
+
});
|
|
405
524
|
}
|
|
406
525
|
function retentionPolicyDetailsSerializer(item) {
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
526
|
+
return {
|
|
527
|
+
retentionPeriodInDays: item["retentionPeriodInDays"],
|
|
528
|
+
orchestrationState: item["orchestrationState"]
|
|
529
|
+
};
|
|
411
530
|
}
|
|
412
531
|
function retentionPolicyDetailsDeserializer(item) {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
/** The orchestration is terminated */
|
|
426
|
-
KnownPurgeableOrchestrationState["Terminated"] = "Terminated";
|
|
427
|
-
/** The orchestration is canceled */
|
|
428
|
-
KnownPurgeableOrchestrationState["Canceled"] = "Canceled";
|
|
429
|
-
})(KnownPurgeableOrchestrationState || (exports.KnownPurgeableOrchestrationState = KnownPurgeableOrchestrationState = {}));
|
|
532
|
+
return {
|
|
533
|
+
retentionPeriodInDays: item["retentionPeriodInDays"],
|
|
534
|
+
orchestrationState: item["orchestrationState"]
|
|
535
|
+
};
|
|
536
|
+
}
|
|
537
|
+
var KnownPurgeableOrchestrationState = /* @__PURE__ */ ((KnownPurgeableOrchestrationState2) => {
|
|
538
|
+
KnownPurgeableOrchestrationState2["Completed"] = "Completed";
|
|
539
|
+
KnownPurgeableOrchestrationState2["Failed"] = "Failed";
|
|
540
|
+
KnownPurgeableOrchestrationState2["Terminated"] = "Terminated";
|
|
541
|
+
KnownPurgeableOrchestrationState2["Canceled"] = "Canceled";
|
|
542
|
+
return KnownPurgeableOrchestrationState2;
|
|
543
|
+
})(KnownPurgeableOrchestrationState || {});
|
|
430
544
|
function _retentionPolicyListResultDeserializer(item) {
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
545
|
+
return {
|
|
546
|
+
value: retentionPolicyArrayDeserializer(item["value"]),
|
|
547
|
+
nextLink: item["nextLink"]
|
|
548
|
+
};
|
|
435
549
|
}
|
|
436
550
|
function retentionPolicyArraySerializer(result) {
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
551
|
+
return result.map((item) => {
|
|
552
|
+
return retentionPolicySerializer(item);
|
|
553
|
+
});
|
|
440
554
|
}
|
|
441
555
|
function retentionPolicyArrayDeserializer(result) {
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
556
|
+
return result.map((item) => {
|
|
557
|
+
return retentionPolicyDeserializer(item);
|
|
558
|
+
});
|
|
559
|
+
}
|
|
560
|
+
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
561
|
+
KnownVersions2["V20251101"] = "2025-11-01";
|
|
562
|
+
KnownVersions2["V20260201"] = "2026-02-01";
|
|
563
|
+
return KnownVersions2;
|
|
564
|
+
})(KnownVersions || {});
|
|
565
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
566
|
+
0 && (module.exports = {
|
|
567
|
+
KnownActionType,
|
|
568
|
+
KnownCreatedByType,
|
|
569
|
+
KnownOrigin,
|
|
570
|
+
KnownPrivateEndpointConnectionProvisioningState,
|
|
571
|
+
KnownPrivateEndpointServiceConnectionStatus,
|
|
572
|
+
KnownProvisioningState,
|
|
573
|
+
KnownPublicNetworkAccess,
|
|
574
|
+
KnownPurgeableOrchestrationState,
|
|
575
|
+
KnownRedundancyState,
|
|
576
|
+
KnownSchedulerSkuName,
|
|
577
|
+
KnownVersions,
|
|
578
|
+
_operationListResultDeserializer,
|
|
579
|
+
_privateEndpointConnectionListResultDeserializer,
|
|
580
|
+
_retentionPolicyListResultDeserializer,
|
|
581
|
+
_schedulerListResultDeserializer,
|
|
582
|
+
_schedulerPrivateLinkResourceListResultDeserializer,
|
|
583
|
+
_taskHubListResultDeserializer,
|
|
584
|
+
errorAdditionalInfoArrayDeserializer,
|
|
585
|
+
errorAdditionalInfoDeserializer,
|
|
586
|
+
errorDetailArrayDeserializer,
|
|
587
|
+
errorDetailDeserializer,
|
|
588
|
+
errorResponseDeserializer,
|
|
589
|
+
operationArrayDeserializer,
|
|
590
|
+
operationDeserializer,
|
|
591
|
+
operationDisplayDeserializer,
|
|
592
|
+
optionalPropertiesUpdateablePropertiesSerializer,
|
|
593
|
+
privateEndpointConnectionArrayDeserializer,
|
|
594
|
+
privateEndpointConnectionArraySerializer,
|
|
595
|
+
privateEndpointConnectionDeserializer,
|
|
596
|
+
privateEndpointConnectionPropertiesDeserializer,
|
|
597
|
+
privateEndpointConnectionPropertiesSerializer,
|
|
598
|
+
privateEndpointConnectionSerializer,
|
|
599
|
+
privateEndpointConnectionUpdateSerializer,
|
|
600
|
+
privateEndpointDeserializer,
|
|
601
|
+
privateEndpointSerializer,
|
|
602
|
+
privateLinkResourcePropertiesDeserializer,
|
|
603
|
+
privateLinkServiceConnectionStateDeserializer,
|
|
604
|
+
privateLinkServiceConnectionStateSerializer,
|
|
605
|
+
proxyResourceDeserializer,
|
|
606
|
+
proxyResourceSerializer,
|
|
607
|
+
resourceDeserializer,
|
|
608
|
+
resourceSerializer,
|
|
609
|
+
retentionPolicyArrayDeserializer,
|
|
610
|
+
retentionPolicyArraySerializer,
|
|
611
|
+
retentionPolicyDeserializer,
|
|
612
|
+
retentionPolicyDetailsArrayDeserializer,
|
|
613
|
+
retentionPolicyDetailsArraySerializer,
|
|
614
|
+
retentionPolicyDetailsDeserializer,
|
|
615
|
+
retentionPolicyDetailsSerializer,
|
|
616
|
+
retentionPolicyPropertiesDeserializer,
|
|
617
|
+
retentionPolicyPropertiesSerializer,
|
|
618
|
+
retentionPolicySerializer,
|
|
619
|
+
schedulerArrayDeserializer,
|
|
620
|
+
schedulerArraySerializer,
|
|
621
|
+
schedulerDeserializer,
|
|
622
|
+
schedulerPrivateLinkResourceArrayDeserializer,
|
|
623
|
+
schedulerPrivateLinkResourceDeserializer,
|
|
624
|
+
schedulerPropertiesDeserializer,
|
|
625
|
+
schedulerPropertiesSerializer,
|
|
626
|
+
schedulerPropertiesUpdateSerializer,
|
|
627
|
+
schedulerSerializer,
|
|
628
|
+
schedulerSkuDeserializer,
|
|
629
|
+
schedulerSkuSerializer,
|
|
630
|
+
schedulerSkuUpdateSerializer,
|
|
631
|
+
schedulerUpdateSerializer,
|
|
632
|
+
systemDataDeserializer,
|
|
633
|
+
taskHubArrayDeserializer,
|
|
634
|
+
taskHubArraySerializer,
|
|
635
|
+
taskHubDeserializer,
|
|
636
|
+
taskHubPropertiesDeserializer,
|
|
637
|
+
taskHubPropertiesSerializer,
|
|
638
|
+
taskHubSerializer,
|
|
639
|
+
trackedResourceDeserializer,
|
|
640
|
+
trackedResourceSerializer
|
|
641
|
+
});
|
|
642
|
+
//# sourceMappingURL=models.js.map
|