@azure/arm-datalake-analytics 2.0.0-alpha.20260303.2 → 2.0.0-alpha.20260305.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/dataLakeAnalyticsAccountManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +6 -0
- package/dist/commonjs/models/mappers.js +57 -0
- package/dist/commonjs/models/parameters.js +33 -0
- package/dist/commonjs/operations/accounts.js +4 -0
- package/dist/commonjs/operations/computePolicies.js +4 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.js +4 -0
- package/dist/commonjs/operations/firewallRules.js +4 -0
- package/dist/commonjs/operations/index.js +10 -0
- package/dist/commonjs/operations/locations.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/storageAccounts.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +10 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +5 -5
|
@@ -134,3 +134,7 @@ class DataLakeAnalyticsAccountManagementClient extends coreClient.ServiceClient
|
|
|
134
134
|
operations;
|
|
135
135
|
locations;
|
|
136
136
|
}
|
|
137
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
138
|
+
0 && (module.exports = {
|
|
139
|
+
DataLakeAnalyticsAccountManagementClient
|
|
140
|
+
});
|
package/dist/commonjs/index.js
CHANGED
|
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
|
|
|
26
26
|
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
27
|
var import_dataLakeAnalyticsAccountManagementClient = require("./dataLakeAnalyticsAccountManagementClient.js");
|
|
28
28
|
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
DataLakeAnalyticsAccountManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -42,3 +42,9 @@ var KnownSubscriptionState = /* @__PURE__ */ ((KnownSubscriptionState2) => {
|
|
|
42
42
|
KnownSubscriptionState2["Warned"] = "Warned";
|
|
43
43
|
return KnownSubscriptionState2;
|
|
44
44
|
})(KnownSubscriptionState || {});
|
|
45
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
46
|
+
0 && (module.exports = {
|
|
47
|
+
KnownAADObjectType,
|
|
48
|
+
KnownOperationOrigin,
|
|
49
|
+
KnownSubscriptionState
|
|
50
|
+
});
|
|
@@ -2457,3 +2457,60 @@ const StorageContainer = {
|
|
|
2457
2457
|
}
|
|
2458
2458
|
}
|
|
2459
2459
|
};
|
|
2460
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2461
|
+
0 && (module.exports = {
|
|
2462
|
+
AddDataLakeStoreParameters,
|
|
2463
|
+
AddDataLakeStoreWithAccountParameters,
|
|
2464
|
+
AddStorageAccountParameters,
|
|
2465
|
+
AddStorageAccountWithAccountParameters,
|
|
2466
|
+
CapabilityInformation,
|
|
2467
|
+
CheckNameAvailabilityParameters,
|
|
2468
|
+
ComputePolicy,
|
|
2469
|
+
ComputePolicyListResult,
|
|
2470
|
+
CreateComputePolicyWithAccountParameters,
|
|
2471
|
+
CreateDataLakeAnalyticsAccountParameters,
|
|
2472
|
+
CreateFirewallRuleWithAccountParameters,
|
|
2473
|
+
CreateOrUpdateComputePolicyParameters,
|
|
2474
|
+
CreateOrUpdateFirewallRuleParameters,
|
|
2475
|
+
DataLakeAnalyticsAccount,
|
|
2476
|
+
DataLakeAnalyticsAccountBasic,
|
|
2477
|
+
DataLakeAnalyticsAccountListResult,
|
|
2478
|
+
DataLakeAnalyticsAccountProperties,
|
|
2479
|
+
DataLakeAnalyticsAccountPropertiesBasic,
|
|
2480
|
+
DataLakeStoreAccountInformation,
|
|
2481
|
+
DataLakeStoreAccountInformationListResult,
|
|
2482
|
+
ErrorAdditionalInfo,
|
|
2483
|
+
ErrorDetail,
|
|
2484
|
+
ErrorResponse,
|
|
2485
|
+
FirewallRule,
|
|
2486
|
+
FirewallRuleListResult,
|
|
2487
|
+
HiveMetastore,
|
|
2488
|
+
HiveMetastoreListResult,
|
|
2489
|
+
NameAvailabilityInformation,
|
|
2490
|
+
Operation,
|
|
2491
|
+
OperationDisplay,
|
|
2492
|
+
OperationListResult,
|
|
2493
|
+
OperationMetaLogSpecification,
|
|
2494
|
+
OperationMetaMetricAvailabilitiesSpecification,
|
|
2495
|
+
OperationMetaMetricSpecification,
|
|
2496
|
+
OperationMetaPropertyInfo,
|
|
2497
|
+
OperationMetaServiceSpecification,
|
|
2498
|
+
Resource,
|
|
2499
|
+
SasTokenInformation,
|
|
2500
|
+
SasTokenInformationListResult,
|
|
2501
|
+
StorageAccountInformation,
|
|
2502
|
+
StorageAccountInformationListResult,
|
|
2503
|
+
StorageContainer,
|
|
2504
|
+
StorageContainerListResult,
|
|
2505
|
+
SubResource,
|
|
2506
|
+
UpdateComputePolicyParameters,
|
|
2507
|
+
UpdateComputePolicyWithAccountParameters,
|
|
2508
|
+
UpdateDataLakeAnalyticsAccountParameters,
|
|
2509
|
+
UpdateDataLakeStoreWithAccountParameters,
|
|
2510
|
+
UpdateFirewallRuleParameters,
|
|
2511
|
+
UpdateFirewallRuleWithAccountParameters,
|
|
2512
|
+
UpdateStorageAccountParameters,
|
|
2513
|
+
UpdateStorageAccountWithAccountParameters,
|
|
2514
|
+
VirtualNetworkRule,
|
|
2515
|
+
VirtualNetworkRuleListResult
|
|
2516
|
+
});
|
|
@@ -295,3 +295,36 @@ const parameters9 = {
|
|
|
295
295
|
parameterPath: ["options", "parameters"],
|
|
296
296
|
mapper: import_mappers.UpdateFirewallRuleParameters
|
|
297
297
|
};
|
|
298
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
299
|
+
0 && (module.exports = {
|
|
300
|
+
$host,
|
|
301
|
+
accept,
|
|
302
|
+
accountName,
|
|
303
|
+
apiVersion,
|
|
304
|
+
computePolicyName,
|
|
305
|
+
containerName,
|
|
306
|
+
contentType,
|
|
307
|
+
count,
|
|
308
|
+
dataLakeStoreAccountName,
|
|
309
|
+
filter,
|
|
310
|
+
firewallRuleName,
|
|
311
|
+
location,
|
|
312
|
+
nextLink,
|
|
313
|
+
orderby,
|
|
314
|
+
parameters,
|
|
315
|
+
parameters1,
|
|
316
|
+
parameters2,
|
|
317
|
+
parameters3,
|
|
318
|
+
parameters4,
|
|
319
|
+
parameters5,
|
|
320
|
+
parameters6,
|
|
321
|
+
parameters7,
|
|
322
|
+
parameters8,
|
|
323
|
+
parameters9,
|
|
324
|
+
resourceGroupName,
|
|
325
|
+
select,
|
|
326
|
+
skip,
|
|
327
|
+
storageAccountName,
|
|
328
|
+
subscriptionId,
|
|
329
|
+
top
|
|
330
|
+
});
|
|
@@ -21,3 +21,13 @@ __reExport(operations_exports, require("./computePolicies.js"), module.exports);
|
|
|
21
21
|
__reExport(operations_exports, require("./firewallRules.js"), module.exports);
|
|
22
22
|
__reExport(operations_exports, require("./operations.js"), module.exports);
|
|
23
23
|
__reExport(operations_exports, require("./locations.js"), module.exports);
|
|
24
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
25
|
+
0 && (module.exports = {
|
|
26
|
+
...require("./accounts.js"),
|
|
27
|
+
...require("./dataLakeStoreAccounts.js"),
|
|
28
|
+
...require("./storageAccounts.js"),
|
|
29
|
+
...require("./computePolicies.js"),
|
|
30
|
+
...require("./firewallRules.js"),
|
|
31
|
+
...require("./operations.js"),
|
|
32
|
+
...require("./locations.js")
|
|
33
|
+
});
|
|
@@ -21,3 +21,13 @@ __reExport(operationsInterfaces_exports, require("./computePolicies.js"), module
|
|
|
21
21
|
__reExport(operationsInterfaces_exports, require("./firewallRules.js"), module.exports);
|
|
22
22
|
__reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
|
|
23
23
|
__reExport(operationsInterfaces_exports, require("./locations.js"), module.exports);
|
|
24
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
25
|
+
0 && (module.exports = {
|
|
26
|
+
...require("./accounts.js"),
|
|
27
|
+
...require("./dataLakeStoreAccounts.js"),
|
|
28
|
+
...require("./storageAccounts.js"),
|
|
29
|
+
...require("./computePolicies.js"),
|
|
30
|
+
...require("./firewallRules.js"),
|
|
31
|
+
...require("./operations.js"),
|
|
32
|
+
...require("./locations.js")
|
|
33
|
+
});
|
|
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
|
|
|
36
36
|
pageInfo.continuationToken = continuationToken;
|
|
37
37
|
pageMap.set(page, pageInfo);
|
|
38
38
|
}
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
getContinuationToken,
|
|
42
|
+
setContinuationToken
|
|
43
|
+
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for DataLakeAnalyticsAccountManagementClient.",
|
|
6
|
-
"version": "2.0.0-alpha.
|
|
6
|
+
"version": "2.0.0-alpha.20260305.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
14
|
"@azure/core-lro": "^2.2.0",
|
|
15
15
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
16
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"rimraf": "^6.1.0",
|
|
40
40
|
"typescript": "~5.9.3",
|
|
41
41
|
"vitest": "^4.0.8",
|
|
42
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
43
42
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
44
|
-
"@azure/
|
|
45
|
-
"@azure-tools/test-
|
|
43
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
44
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
45
|
+
"@azure/dev-tool": "^1.0.0"
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datalake-analytics/arm-datalake-analytics",
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|