@azure/arm-datalake-analytics 1.1.1 → 2.0.0-alpha.20211220.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/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -91
- package/dist/index.js +4780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1346 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +31 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +56 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +32 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +254 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +120 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +569 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/computePolicies.d.ts +76 -0
- package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/computePolicies.js +280 -0
- package/dist-esm/src/operations/computePolicies.js.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +72 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +270 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +20 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +53 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +594 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +89 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datalake-analytics.api.md +935 -0
- package/rollup.config.js +181 -30
- package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
- package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1160 -1948
- package/src/models/mappers.ts +1446 -1179
- package/src/models/parameters.ts +183 -93
- package/src/operations/accounts.ts +540 -372
- package/src/operations/computePolicies.ts +225 -254
- package/src/operations/dataLakeStoreAccounts.ts +213 -220
- package/src/operations/firewallRules.ts +222 -255
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +32 -44
- package/src/operations/operations.ts +24 -38
- package/src/operations/storageAccounts.ts +562 -476
- package/src/operationsInterfaces/accounts.ts +155 -0
- package/src/operationsInterfaces/computePolicies.ts +95 -0
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
- package/src/operationsInterfaces/firewallRules.ts +92 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/locations.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/storageAccounts.ts +147 -0
- package/tsconfig.json +3 -3
- package/types/arm-datalake-analytics.d.ts +1829 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datalake-analytics.js +0 -4239
- package/dist/arm-datalake-analytics.js.map +0 -1
- package/dist/arm-datalake-analytics.min.js +0 -1
- package/dist/arm-datalake-analytics.min.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
- package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/computePoliciesMappers.d.ts +0 -2
- package/esm/models/computePoliciesMappers.d.ts.map +0 -1
- package/esm/models/computePoliciesMappers.js +0 -9
- package/esm/models/computePoliciesMappers.js.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
- package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
- package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2162
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -56
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -208
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -188
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -406
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/computePolicies.d.ts +0 -158
- package/esm/operations/computePolicies.d.ts.map +0 -1
- package/esm/operations/computePolicies.js +0 -230
- package/esm/operations/computePolicies.js.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
- package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.js +0 -200
- package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -152
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -230
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -32
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -56
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -293
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -398
- package/esm/operations/storageAccounts.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -38
- package/src/models/computePoliciesMappers.ts +0 -28
- package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
- package/src/models/firewallRulesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -21
- package/src/models/storageAccountsMappers.ts +0 -31
|
@@ -3,23 +3,26 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { Locations } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
13
|
import { DataLakeAnalyticsAccountManagementClientContext } from "../dataLakeAnalyticsAccountManagementClientContext";
|
|
14
|
+
import {
|
|
15
|
+
LocationsGetCapabilityOptionalParams,
|
|
16
|
+
LocationsGetCapabilityResponse
|
|
17
|
+
} from "../models";
|
|
15
18
|
|
|
16
|
-
/** Class
|
|
17
|
-
export class Locations {
|
|
19
|
+
/** Class containing Locations operations. */
|
|
20
|
+
export class LocationsImpl implements Locations {
|
|
18
21
|
private readonly client: DataLakeAnalyticsAccountManagementClientContext;
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
24
|
+
* Initialize a new instance of the class Locations class.
|
|
25
|
+
* @param client Reference to the service client
|
|
23
26
|
*/
|
|
24
27
|
constructor(client: DataLakeAnalyticsAccountManagementClientContext) {
|
|
25
28
|
this.client = client;
|
|
@@ -29,47 +32,25 @@ export class Locations {
|
|
|
29
32
|
* Gets subscription-level properties and limits for Data Lake Analytics specified by resource
|
|
30
33
|
* location.
|
|
31
34
|
* @param location The resource location without whitespace.
|
|
32
|
-
* @param
|
|
33
|
-
* @returns Promise<Models.LocationsGetCapabilityResponse>
|
|
35
|
+
* @param options The options parameters.
|
|
34
36
|
*/
|
|
35
|
-
getCapability(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
*/
|
|
40
|
-
getCapability(location: string, callback: msRest.ServiceCallback<Models.CapabilityInformation>): void;
|
|
41
|
-
/**
|
|
42
|
-
* @param location The resource location without whitespace.
|
|
43
|
-
* @param options The optional parameters
|
|
44
|
-
* @param callback The callback
|
|
45
|
-
*/
|
|
46
|
-
getCapability(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CapabilityInformation>): void;
|
|
47
|
-
getCapability(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CapabilityInformation>, callback?: msRest.ServiceCallback<Models.CapabilityInformation>): Promise<Models.LocationsGetCapabilityResponse> {
|
|
37
|
+
getCapability(
|
|
38
|
+
location: string,
|
|
39
|
+
options?: LocationsGetCapabilityOptionalParams
|
|
40
|
+
): Promise<LocationsGetCapabilityResponse> {
|
|
48
41
|
return this.client.sendOperationRequest(
|
|
49
|
-
{
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
},
|
|
53
|
-
getCapabilityOperationSpec,
|
|
54
|
-
callback) as Promise<Models.LocationsGetCapabilityResponse>;
|
|
42
|
+
{ location, options },
|
|
43
|
+
getCapabilityOperationSpec
|
|
44
|
+
);
|
|
55
45
|
}
|
|
56
46
|
}
|
|
57
|
-
|
|
58
47
|
// Operation Specifications
|
|
59
|
-
const serializer =
|
|
60
|
-
|
|
48
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
49
|
+
|
|
50
|
+
const getCapabilityOperationSpec: coreClient.OperationSpec = {
|
|
51
|
+
path:
|
|
52
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability",
|
|
61
53
|
httpMethod: "GET",
|
|
62
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability",
|
|
63
|
-
urlParameters: [
|
|
64
|
-
Parameters.subscriptionId,
|
|
65
|
-
Parameters.location
|
|
66
|
-
],
|
|
67
|
-
queryParameters: [
|
|
68
|
-
Parameters.apiVersion
|
|
69
|
-
],
|
|
70
|
-
headerParameters: [
|
|
71
|
-
Parameters.acceptLanguage
|
|
72
|
-
],
|
|
73
54
|
responses: {
|
|
74
55
|
200: {
|
|
75
56
|
bodyMapper: Mappers.CapabilityInformation
|
|
@@ -79,5 +60,12 @@ const getCapabilityOperationSpec: msRest.OperationSpec = {
|
|
|
79
60
|
bodyMapper: Mappers.ErrorResponse
|
|
80
61
|
}
|
|
81
62
|
},
|
|
63
|
+
queryParameters: [Parameters.apiVersion],
|
|
64
|
+
urlParameters: [
|
|
65
|
+
Parameters.$host,
|
|
66
|
+
Parameters.subscriptionId,
|
|
67
|
+
Parameters.location
|
|
68
|
+
],
|
|
69
|
+
headerParameters: [Parameters.accept],
|
|
82
70
|
serializer
|
|
83
71
|
};
|
|
@@ -3,23 +3,26 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { Operations } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
13
|
import { DataLakeAnalyticsAccountManagementClientContext } from "../dataLakeAnalyticsAccountManagementClientContext";
|
|
14
|
+
import {
|
|
15
|
+
OperationsListOptionalParams,
|
|
16
|
+
OperationsListResponse
|
|
17
|
+
} from "../models";
|
|
15
18
|
|
|
16
|
-
/** Class
|
|
17
|
-
export class Operations {
|
|
19
|
+
/** Class containing Operations operations. */
|
|
20
|
+
export class OperationsImpl implements Operations {
|
|
18
21
|
private readonly client: DataLakeAnalyticsAccountManagementClientContext;
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
24
|
+
* Initialize a new instance of the class Operations class.
|
|
25
|
+
* @param client Reference to the service client
|
|
23
26
|
*/
|
|
24
27
|
constructor(client: DataLakeAnalyticsAccountManagementClientContext) {
|
|
25
28
|
this.client = client;
|
|
@@ -27,40 +30,20 @@ export class Operations {
|
|
|
27
30
|
|
|
28
31
|
/**
|
|
29
32
|
* Lists all of the available Data Lake Analytics REST API operations.
|
|
30
|
-
* @param
|
|
31
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
33
|
+
* @param options The options parameters.
|
|
32
34
|
*/
|
|
33
|
-
list(
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
38
|
-
/**
|
|
39
|
-
* @param options The optional parameters
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
43
|
-
list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {
|
|
44
|
-
return this.client.sendOperationRequest(
|
|
45
|
-
{
|
|
46
|
-
options
|
|
47
|
-
},
|
|
48
|
-
listOperationSpec,
|
|
49
|
-
callback) as Promise<Models.OperationsListResponse>;
|
|
35
|
+
list(
|
|
36
|
+
options?: OperationsListOptionalParams
|
|
37
|
+
): Promise<OperationsListResponse> {
|
|
38
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
50
39
|
}
|
|
51
40
|
}
|
|
52
|
-
|
|
53
41
|
// Operation Specifications
|
|
54
|
-
const serializer =
|
|
55
|
-
|
|
42
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
43
|
+
|
|
44
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
45
|
+
path: "/providers/Microsoft.DataLakeAnalytics/operations",
|
|
56
46
|
httpMethod: "GET",
|
|
57
|
-
path: "providers/Microsoft.DataLakeAnalytics/operations",
|
|
58
|
-
queryParameters: [
|
|
59
|
-
Parameters.apiVersion
|
|
60
|
-
],
|
|
61
|
-
headerParameters: [
|
|
62
|
-
Parameters.acceptLanguage
|
|
63
|
-
],
|
|
64
47
|
responses: {
|
|
65
48
|
200: {
|
|
66
49
|
bodyMapper: Mappers.OperationListResult
|
|
@@ -69,5 +52,8 @@ const listOperationSpec: msRest.OperationSpec = {
|
|
|
69
52
|
bodyMapper: Mappers.ErrorResponse
|
|
70
53
|
}
|
|
71
54
|
},
|
|
55
|
+
queryParameters: [Parameters.apiVersion],
|
|
56
|
+
urlParameters: [Parameters.$host],
|
|
57
|
+
headerParameters: [Parameters.accept],
|
|
72
58
|
serializer
|
|
73
59
|
};
|