@azure/arm-appconfiguration 1.2.0 → 3.0.0-beta.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +72 -75
- package/dist/index.js +3105 -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/appConfigurationManagementClient.d.ts +22 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.js +55 -0
- package/dist-esm/src/appConfigurationManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -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 +826 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +59 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +38 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +588 -313
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +162 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/configurationStores.d.ts +139 -0
- package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationStores.js +655 -0
- package/dist-esm/src/operations/configurationStores.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/keyValues.d.ts +76 -0
- package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operations/keyValues.js +284 -0
- package/dist-esm/src/operations/keyValues.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +147 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +170 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.js +9 -0
- package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -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/privateEndpointConnections.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-appconfiguration.api.md +665 -0
- package/rollup.config.js +181 -30
- package/src/appConfigurationManagementClient.ts +82 -35
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +680 -893
- package/src/models/mappers.ts +657 -367
- package/src/models/parameters.ts +126 -44
- package/src/operations/configurationStores.ts +657 -495
- package/src/operations/index.ts +4 -5
- package/src/operations/keyValues.ts +396 -0
- package/src/operations/operations.ts +113 -123
- package/src/operations/privateEndpointConnections.ts +350 -186
- package/src/operations/privateLinkResources.ts +162 -126
- package/src/operationsInterfaces/configurationStores.ts +168 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/keyValues.ts +91 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/tsconfig.json +3 -3
- package/types/arm-appconfiguration.d.ts +1171 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appconfiguration.js +0 -2213
- package/dist/arm-appconfiguration.js.map +0 -1
- package/dist/arm-appconfiguration.min.js +0 -1
- package/dist/arm-appconfiguration.min.js.map +0 -1
- package/esm/appConfigurationManagementClient.d.ts +0 -21
- package/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/esm/appConfigurationManagementClient.js +0 -36
- package/esm/appConfigurationManagementClient.js.map +0 -1
- package/esm/appConfigurationManagementClientContext.d.ts +0 -16
- package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
- package/esm/appConfigurationManagementClientContext.js +0 -56
- package/esm/appConfigurationManagementClientContext.js.map +0 -1
- package/esm/models/configurationStoresMappers.d.ts +0 -2
- package/esm/models/configurationStoresMappers.d.ts.map +0 -1
- package/esm/models/configurationStoresMappers.js +0 -9
- package/esm/models/configurationStoresMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1073
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -31
- 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 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -108
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/operations/configurationStores.d.ts +0 -243
- package/esm/operations/configurationStores.d.ts.map +0 -1
- package/esm/operations/configurationStores.js +0 -466
- package/esm/operations/configurationStores.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -67
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -111
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -117
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -117
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/appConfigurationManagementClientContext.ts +0 -62
- package/src/models/configurationStoresMappers.ts +0 -30
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/privateEndpointConnectionsMappers.ts +0 -24
- package/src/models/privateLinkResourcesMappers.ts +0 -13
|
@@ -1,185 +1,175 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import * as
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { Operations } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
14
13
|
import * as Parameters from "../models/parameters";
|
|
15
|
-
import {
|
|
14
|
+
import { AppConfigurationManagementClient } from "../appConfigurationManagementClient";
|
|
15
|
+
import {
|
|
16
|
+
OperationDefinition,
|
|
17
|
+
OperationsListNextOptionalParams,
|
|
18
|
+
OperationsListOptionalParams,
|
|
19
|
+
CheckNameAvailabilityParameters,
|
|
20
|
+
OperationsCheckNameAvailabilityOptionalParams,
|
|
21
|
+
OperationsCheckNameAvailabilityResponse,
|
|
22
|
+
OperationsListResponse,
|
|
23
|
+
OperationsListNextResponse
|
|
24
|
+
} from "../models";
|
|
16
25
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
26
|
+
/// <reference lib="esnext.asynciterable" />
|
|
27
|
+
/** Class containing Operations operations. */
|
|
28
|
+
export class OperationsImpl implements Operations {
|
|
29
|
+
private readonly client: AppConfigurationManagementClient;
|
|
20
30
|
|
|
21
31
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @param
|
|
32
|
+
* Initialize a new instance of the class Operations class.
|
|
33
|
+
* @param client Reference to the service client
|
|
24
34
|
*/
|
|
25
|
-
constructor(client:
|
|
35
|
+
constructor(client: AppConfigurationManagementClient) {
|
|
26
36
|
this.client = client;
|
|
27
37
|
}
|
|
28
38
|
|
|
29
39
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @param
|
|
32
|
-
* request.
|
|
33
|
-
* @param [options] The optional parameters
|
|
34
|
-
* @returns Promise<Models.OperationsCheckNameAvailabilityResponse>
|
|
35
|
-
*/
|
|
36
|
-
checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.OperationsCheckNameAvailabilityResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
39
|
-
* request.
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.NameAvailabilityStatus>): void;
|
|
43
|
-
/**
|
|
44
|
-
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
45
|
-
* request.
|
|
46
|
-
* @param options The optional parameters
|
|
47
|
-
* @param callback The callback
|
|
40
|
+
* Lists the operations available from this provider.
|
|
41
|
+
* @param options The options parameters.
|
|
48
42
|
*/
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
43
|
+
public list(
|
|
44
|
+
options?: OperationsListOptionalParams
|
|
45
|
+
): PagedAsyncIterableIterator<OperationDefinition> {
|
|
46
|
+
const iter = this.listPagingAll(options);
|
|
47
|
+
return {
|
|
48
|
+
next() {
|
|
49
|
+
return iter.next();
|
|
55
50
|
},
|
|
56
|
-
|
|
57
|
-
|
|
51
|
+
[Symbol.asyncIterator]() {
|
|
52
|
+
return this;
|
|
53
|
+
},
|
|
54
|
+
byPage: () => {
|
|
55
|
+
return this.listPagingPage(options);
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
private async *listPagingPage(
|
|
61
|
+
options?: OperationsListOptionalParams
|
|
62
|
+
): AsyncIterableIterator<OperationDefinition[]> {
|
|
63
|
+
let result = await this._list(options);
|
|
64
|
+
yield result.value || [];
|
|
65
|
+
let continuationToken = result.nextLink;
|
|
66
|
+
while (continuationToken) {
|
|
67
|
+
result = await this._listNext(continuationToken, options);
|
|
68
|
+
continuationToken = result.nextLink;
|
|
69
|
+
yield result.value || [];
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
private async *listPagingAll(
|
|
74
|
+
options?: OperationsListOptionalParams
|
|
75
|
+
): AsyncIterableIterator<OperationDefinition> {
|
|
76
|
+
for await (const page of this.listPagingPage(options)) {
|
|
77
|
+
yield* page;
|
|
78
|
+
}
|
|
58
79
|
}
|
|
59
80
|
|
|
60
81
|
/**
|
|
61
|
-
*
|
|
62
|
-
* @param
|
|
63
|
-
*
|
|
64
|
-
|
|
65
|
-
list(options?: Models.OperationsListOptionalParams): Promise<Models.OperationsListResponse>;
|
|
66
|
-
/**
|
|
67
|
-
* @param callback The callback
|
|
68
|
-
*/
|
|
69
|
-
list(callback: msRest.ServiceCallback<Models.OperationDefinitionListResult>): void;
|
|
70
|
-
/**
|
|
71
|
-
* @param options The optional parameters
|
|
72
|
-
* @param callback The callback
|
|
82
|
+
* Checks whether the configuration store name is available for use.
|
|
83
|
+
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
84
|
+
* request.
|
|
85
|
+
* @param options The options parameters.
|
|
73
86
|
*/
|
|
74
|
-
|
|
75
|
-
|
|
87
|
+
checkNameAvailability(
|
|
88
|
+
checkNameAvailabilityParameters: CheckNameAvailabilityParameters,
|
|
89
|
+
options?: OperationsCheckNameAvailabilityOptionalParams
|
|
90
|
+
): Promise<OperationsCheckNameAvailabilityResponse> {
|
|
76
91
|
return this.client.sendOperationRequest(
|
|
77
|
-
{
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
listOperationSpec,
|
|
81
|
-
callback) as Promise<Models.OperationsListResponse>;
|
|
92
|
+
{ checkNameAvailabilityParameters, options },
|
|
93
|
+
checkNameAvailabilityOperationSpec
|
|
94
|
+
);
|
|
82
95
|
}
|
|
83
96
|
|
|
84
97
|
/**
|
|
85
98
|
* Lists the operations available from this provider.
|
|
86
|
-
* @param
|
|
87
|
-
* @param [options] The optional parameters
|
|
88
|
-
* @returns Promise<Models.OperationsListNextResponse>
|
|
89
|
-
*/
|
|
90
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;
|
|
91
|
-
/**
|
|
92
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
93
|
-
* @param callback The callback
|
|
99
|
+
* @param options The options parameters.
|
|
94
100
|
*/
|
|
95
|
-
|
|
101
|
+
private _list(
|
|
102
|
+
options?: OperationsListOptionalParams
|
|
103
|
+
): Promise<OperationsListResponse> {
|
|
104
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
105
|
+
}
|
|
106
|
+
|
|
96
107
|
/**
|
|
97
|
-
*
|
|
98
|
-
* @param
|
|
99
|
-
* @param
|
|
108
|
+
* ListNext
|
|
109
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
110
|
+
* @param options The options parameters.
|
|
100
111
|
*/
|
|
101
|
-
|
|
102
|
-
|
|
112
|
+
private _listNext(
|
|
113
|
+
nextLink: string,
|
|
114
|
+
options?: OperationsListNextOptionalParams
|
|
115
|
+
): Promise<OperationsListNextResponse> {
|
|
103
116
|
return this.client.sendOperationRequest(
|
|
104
|
-
{
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
listNextOperationSpec,
|
|
109
|
-
callback) as Promise<Models.OperationsListNextResponse>;
|
|
117
|
+
{ nextLink, options },
|
|
118
|
+
listNextOperationSpec
|
|
119
|
+
);
|
|
110
120
|
}
|
|
111
121
|
}
|
|
112
|
-
|
|
113
122
|
// Operation Specifications
|
|
114
|
-
const serializer =
|
|
115
|
-
|
|
123
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
124
|
+
|
|
125
|
+
const checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {
|
|
126
|
+
path:
|
|
127
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability",
|
|
116
128
|
httpMethod: "POST",
|
|
117
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability",
|
|
118
|
-
urlParameters: [
|
|
119
|
-
Parameters.subscriptionId
|
|
120
|
-
],
|
|
121
|
-
queryParameters: [
|
|
122
|
-
Parameters.apiVersion
|
|
123
|
-
],
|
|
124
|
-
headerParameters: [
|
|
125
|
-
Parameters.acceptLanguage
|
|
126
|
-
],
|
|
127
|
-
requestBody: {
|
|
128
|
-
parameterPath: "checkNameAvailabilityParameters",
|
|
129
|
-
mapper: {
|
|
130
|
-
...Mappers.CheckNameAvailabilityParameters,
|
|
131
|
-
required: true
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
129
|
responses: {
|
|
135
130
|
200: {
|
|
136
131
|
bodyMapper: Mappers.NameAvailabilityStatus
|
|
137
132
|
},
|
|
138
133
|
default: {
|
|
139
|
-
bodyMapper: Mappers.
|
|
134
|
+
bodyMapper: Mappers.ErrorResponse
|
|
140
135
|
}
|
|
141
136
|
},
|
|
137
|
+
requestBody: Parameters.checkNameAvailabilityParameters,
|
|
138
|
+
queryParameters: [Parameters.apiVersion],
|
|
139
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
140
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
141
|
+
mediaType: "json",
|
|
142
142
|
serializer
|
|
143
143
|
};
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
145
|
+
path: "/providers/Microsoft.AppConfiguration/operations",
|
|
146
146
|
httpMethod: "GET",
|
|
147
|
-
path: "providers/Microsoft.AppConfiguration/operations",
|
|
148
|
-
queryParameters: [
|
|
149
|
-
Parameters.apiVersion,
|
|
150
|
-
Parameters.skipToken
|
|
151
|
-
],
|
|
152
|
-
headerParameters: [
|
|
153
|
-
Parameters.acceptLanguage
|
|
154
|
-
],
|
|
155
147
|
responses: {
|
|
156
148
|
200: {
|
|
157
149
|
bodyMapper: Mappers.OperationDefinitionListResult
|
|
158
150
|
},
|
|
159
151
|
default: {
|
|
160
|
-
bodyMapper: Mappers.
|
|
152
|
+
bodyMapper: Mappers.ErrorResponse
|
|
161
153
|
}
|
|
162
154
|
},
|
|
155
|
+
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
156
|
+
urlParameters: [Parameters.$host],
|
|
157
|
+
headerParameters: [Parameters.accept],
|
|
163
158
|
serializer
|
|
164
159
|
};
|
|
165
|
-
|
|
166
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
167
|
-
httpMethod: "GET",
|
|
168
|
-
baseUrl: "https://management.azure.com",
|
|
160
|
+
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
169
161
|
path: "{nextLink}",
|
|
170
|
-
|
|
171
|
-
Parameters.nextPageLink
|
|
172
|
-
],
|
|
173
|
-
headerParameters: [
|
|
174
|
-
Parameters.acceptLanguage
|
|
175
|
-
],
|
|
162
|
+
httpMethod: "GET",
|
|
176
163
|
responses: {
|
|
177
164
|
200: {
|
|
178
165
|
bodyMapper: Mappers.OperationDefinitionListResult
|
|
179
166
|
},
|
|
180
167
|
default: {
|
|
181
|
-
bodyMapper: Mappers.
|
|
168
|
+
bodyMapper: Mappers.ErrorResponse
|
|
182
169
|
}
|
|
183
170
|
},
|
|
171
|
+
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
172
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
173
|
+
headerParameters: [Parameters.accept],
|
|
184
174
|
serializer
|
|
185
175
|
};
|