@azure/arm-appconfiguration 2.0.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/LICENSE.txt +1 -1
- package/README.md +70 -80
- 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 +464 -547
- 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 +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/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/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/configurationStores.js} +2 -8
- 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/{esm/models/index.js → dist-esm/src/operationsInterfaces/keyValues.js} +2 -1
- 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/{esm/models/privateLinkResourcesMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- 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 -32
- package/review/arm-appconfiguration.api.md +665 -0
- package/rollup.config.js +181 -30
- package/src/appConfigurationManagementClient.ts +80 -40
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +644 -1242
- package/src/models/mappers.ts +467 -557
- package/src/models/parameters.ts +119 -46
- package/src/operations/configurationStores.ts +638 -419
- package/src/operations/index.ts +1 -2
- package/src/operations/keyValues.ts +266 -209
- package/src/operations/operations.ts +108 -121
- package/src/operations/privateEndpointConnections.ts +343 -181
- package/src/operations/privateLinkResources.ts +157 -123
- 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 -2849
- 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 -28
- package/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/esm/appConfigurationManagementClient.js +0 -41
- package/esm/appConfigurationManagementClient.js.map +0 -1
- package/esm/appConfigurationManagementClientContext.d.ts +0 -22
- package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
- package/esm/appConfigurationManagementClientContext.js +0 -60
- 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 -1433
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/keyValuesMappers.d.ts +0 -2
- package/esm/models/keyValuesMappers.d.ts.map +0 -1
- package/esm/models/keyValuesMappers.js +0 -9
- package/esm/models/keyValuesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- 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 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -117
- 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.map +0 -1
- package/esm/operations/configurationStores.d.ts +0 -219
- package/esm/operations/configurationStores.d.ts.map +0 -1
- package/esm/operations/configurationStores.js +0 -441
- 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/keyValues.d.ts +0 -127
- package/esm/operations/keyValues.d.ts.map +0 -1
- package/esm/operations/keyValues.js +0 -216
- package/esm/operations/keyValues.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 -114
- 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 -238
- 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 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/appConfigurationManagementClientContext.ts +0 -67
- package/src/models/configurationStoresMappers.ts +0 -35
- package/src/models/keyValuesMappers.ts +0 -31
- package/src/models/operationsMappers.ts +0 -23
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
|
@@ -3,133 +3,129 @@
|
|
|
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
|
|
12
|
-
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";
|
|
13
13
|
import * as Parameters from "../models/parameters";
|
|
14
|
-
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";
|
|
15
25
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
26
|
+
/// <reference lib="esnext.asynciterable" />
|
|
27
|
+
/** Class containing Operations operations. */
|
|
28
|
+
export class OperationsImpl implements Operations {
|
|
29
|
+
private readonly client: AppConfigurationManagementClient;
|
|
19
30
|
|
|
20
31
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
32
|
+
* Initialize a new instance of the class Operations class.
|
|
33
|
+
* @param client Reference to the service client
|
|
23
34
|
*/
|
|
24
|
-
constructor(client:
|
|
35
|
+
constructor(client: AppConfigurationManagementClient) {
|
|
25
36
|
this.client = client;
|
|
26
37
|
}
|
|
27
38
|
|
|
28
39
|
/**
|
|
29
|
-
*
|
|
30
|
-
* @param
|
|
31
|
-
* request.
|
|
32
|
-
* @param [options] The optional parameters
|
|
33
|
-
* @returns Promise<Models.OperationsCheckNameAvailabilityResponse>
|
|
34
|
-
*/
|
|
35
|
-
checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.OperationsCheckNameAvailabilityResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
38
|
-
* request.
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.NameAvailabilityStatus>): void;
|
|
42
|
-
/**
|
|
43
|
-
* @param checkNameAvailabilityParameters The object containing information for the availability
|
|
44
|
-
* request.
|
|
45
|
-
* @param options The optional parameters
|
|
46
|
-
* @param callback The callback
|
|
40
|
+
* Lists the operations available from this provider.
|
|
41
|
+
* @param options The options parameters.
|
|
47
42
|
*/
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
43
|
+
public list(
|
|
44
|
+
options?: OperationsListOptionalParams
|
|
45
|
+
): PagedAsyncIterableIterator<OperationDefinition> {
|
|
46
|
+
const iter = this.listPagingAll(options);
|
|
47
|
+
return {
|
|
48
|
+
next() {
|
|
49
|
+
return iter.next();
|
|
54
50
|
},
|
|
55
|
-
|
|
56
|
-
|
|
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
|
+
}
|
|
57
79
|
}
|
|
58
80
|
|
|
59
81
|
/**
|
|
60
|
-
*
|
|
61
|
-
* @param
|
|
62
|
-
*
|
|
63
|
-
|
|
64
|
-
list(options?: Models.OperationsListOptionalParams): Promise<Models.OperationsListResponse>;
|
|
65
|
-
/**
|
|
66
|
-
* @param callback The callback
|
|
67
|
-
*/
|
|
68
|
-
list(callback: msRest.ServiceCallback<Models.OperationDefinitionListResult>): void;
|
|
69
|
-
/**
|
|
70
|
-
* @param options The optional parameters
|
|
71
|
-
* @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.
|
|
72
86
|
*/
|
|
73
|
-
|
|
74
|
-
|
|
87
|
+
checkNameAvailability(
|
|
88
|
+
checkNameAvailabilityParameters: CheckNameAvailabilityParameters,
|
|
89
|
+
options?: OperationsCheckNameAvailabilityOptionalParams
|
|
90
|
+
): Promise<OperationsCheckNameAvailabilityResponse> {
|
|
75
91
|
return this.client.sendOperationRequest(
|
|
76
|
-
{
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
listOperationSpec,
|
|
80
|
-
callback) as Promise<Models.OperationsListResponse>;
|
|
92
|
+
{ checkNameAvailabilityParameters, options },
|
|
93
|
+
checkNameAvailabilityOperationSpec
|
|
94
|
+
);
|
|
81
95
|
}
|
|
82
96
|
|
|
83
97
|
/**
|
|
84
98
|
* Lists the operations available from this provider.
|
|
85
|
-
* @param
|
|
86
|
-
* @param [options] The optional parameters
|
|
87
|
-
* @returns Promise<Models.OperationsListNextResponse>
|
|
88
|
-
*/
|
|
89
|
-
listNext(nextPageLink: string, options?: Models.OperationsListNextOptionalParams): Promise<Models.OperationsListNextResponse>;
|
|
90
|
-
/**
|
|
91
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
92
|
-
* @param callback The callback
|
|
99
|
+
* @param options The options parameters.
|
|
93
100
|
*/
|
|
94
|
-
|
|
101
|
+
private _list(
|
|
102
|
+
options?: OperationsListOptionalParams
|
|
103
|
+
): Promise<OperationsListResponse> {
|
|
104
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
105
|
+
}
|
|
106
|
+
|
|
95
107
|
/**
|
|
96
|
-
*
|
|
97
|
-
* @param
|
|
98
|
-
* @param
|
|
108
|
+
* ListNext
|
|
109
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
110
|
+
* @param options The options parameters.
|
|
99
111
|
*/
|
|
100
|
-
|
|
101
|
-
|
|
112
|
+
private _listNext(
|
|
113
|
+
nextLink: string,
|
|
114
|
+
options?: OperationsListNextOptionalParams
|
|
115
|
+
): Promise<OperationsListNextResponse> {
|
|
102
116
|
return this.client.sendOperationRequest(
|
|
103
|
-
{
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
},
|
|
107
|
-
listNextOperationSpec,
|
|
108
|
-
callback) as Promise<Models.OperationsListNextResponse>;
|
|
117
|
+
{ nextLink, options },
|
|
118
|
+
listNextOperationSpec
|
|
119
|
+
);
|
|
109
120
|
}
|
|
110
121
|
}
|
|
111
|
-
|
|
112
122
|
// Operation Specifications
|
|
113
|
-
const serializer =
|
|
114
|
-
|
|
123
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
124
|
+
|
|
125
|
+
const checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {
|
|
126
|
+
path:
|
|
127
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability",
|
|
115
128
|
httpMethod: "POST",
|
|
116
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability",
|
|
117
|
-
urlParameters: [
|
|
118
|
-
Parameters.subscriptionId
|
|
119
|
-
],
|
|
120
|
-
queryParameters: [
|
|
121
|
-
Parameters.apiVersion
|
|
122
|
-
],
|
|
123
|
-
headerParameters: [
|
|
124
|
-
Parameters.acceptLanguage
|
|
125
|
-
],
|
|
126
|
-
requestBody: {
|
|
127
|
-
parameterPath: "checkNameAvailabilityParameters",
|
|
128
|
-
mapper: {
|
|
129
|
-
...Mappers.CheckNameAvailabilityParameters,
|
|
130
|
-
required: true
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
129
|
responses: {
|
|
134
130
|
200: {
|
|
135
131
|
bodyMapper: Mappers.NameAvailabilityStatus
|
|
@@ -138,19 +134,16 @@ const checkNameAvailabilityOperationSpec: msRest.OperationSpec = {
|
|
|
138
134
|
bodyMapper: Mappers.ErrorResponse
|
|
139
135
|
}
|
|
140
136
|
},
|
|
137
|
+
requestBody: Parameters.checkNameAvailabilityParameters,
|
|
138
|
+
queryParameters: [Parameters.apiVersion],
|
|
139
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
140
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
141
|
+
mediaType: "json",
|
|
141
142
|
serializer
|
|
142
143
|
};
|
|
143
|
-
|
|
144
|
-
|
|
144
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
145
|
+
path: "/providers/Microsoft.AppConfiguration/operations",
|
|
145
146
|
httpMethod: "GET",
|
|
146
|
-
path: "providers/Microsoft.AppConfiguration/operations",
|
|
147
|
-
queryParameters: [
|
|
148
|
-
Parameters.apiVersion,
|
|
149
|
-
Parameters.skipToken
|
|
150
|
-
],
|
|
151
|
-
headerParameters: [
|
|
152
|
-
Parameters.acceptLanguage
|
|
153
|
-
],
|
|
154
147
|
responses: {
|
|
155
148
|
200: {
|
|
156
149
|
bodyMapper: Mappers.OperationDefinitionListResult
|
|
@@ -159,23 +152,14 @@ const listOperationSpec: msRest.OperationSpec = {
|
|
|
159
152
|
bodyMapper: Mappers.ErrorResponse
|
|
160
153
|
}
|
|
161
154
|
},
|
|
155
|
+
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
156
|
+
urlParameters: [Parameters.$host],
|
|
157
|
+
headerParameters: [Parameters.accept],
|
|
162
158
|
serializer
|
|
163
159
|
};
|
|
164
|
-
|
|
165
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
166
|
-
httpMethod: "GET",
|
|
167
|
-
baseUrl: "https://management.azure.com",
|
|
160
|
+
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
168
161
|
path: "{nextLink}",
|
|
169
|
-
|
|
170
|
-
Parameters.nextPageLink
|
|
171
|
-
],
|
|
172
|
-
queryParameters: [
|
|
173
|
-
Parameters.apiVersion,
|
|
174
|
-
Parameters.skipToken
|
|
175
|
-
],
|
|
176
|
-
headerParameters: [
|
|
177
|
-
Parameters.acceptLanguage
|
|
178
|
-
],
|
|
162
|
+
httpMethod: "GET",
|
|
179
163
|
responses: {
|
|
180
164
|
200: {
|
|
181
165
|
bodyMapper: Mappers.OperationDefinitionListResult
|
|
@@ -184,5 +168,8 @@ const listNextOperationSpec: msRest.OperationSpec = {
|
|
|
184
168
|
bodyMapper: Mappers.ErrorResponse
|
|
185
169
|
}
|
|
186
170
|
},
|
|
171
|
+
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
172
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
173
|
+
headerParameters: [Parameters.accept],
|
|
187
174
|
serializer
|
|
188
175
|
};
|