@azure/arm-frontdoor 5.2.1-alpha.20240411.1 → 5.3.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/CHANGELOG.md +24 -10
- package/LICENSE +1 -1
- package/dist/index.js +1619 -1476
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js +2 -2
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js.map +1 -1
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.js +1 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/experimentsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/experimentsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.js +3 -5
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.js +2 -2
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.js +26 -26
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsListSample.js +1 -1
- package/dist-esm/samples-dev/frontDoorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.js +2 -2
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.js.map +1 -1
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.js +3 -3
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.js.map +1 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js +1 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js.map +1 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.js +2 -2
- package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js +37 -27
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/policiesGetSample.js +1 -1
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesListSample.js +2 -2
- package/dist-esm/samples-dev/policiesListSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js +1 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.js +20 -20
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js +1 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js.map +1 -1
- package/dist-esm/src/frontDoorManagementClient.d.ts +2 -1
- package/dist-esm/src/frontDoorManagementClient.d.ts.map +1 -1
- package/dist-esm/src/frontDoorManagementClient.js +16 -18
- package/dist-esm/src/frontDoorManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +127 -2
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +54 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +2 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1117 -1028
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +90 -90
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/endpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/endpoints.js +9 -9
- package/dist-esm/src/operations/endpoints.js.map +1 -1
- package/dist-esm/src/operations/experiments.d.ts.map +1 -1
- package/dist-esm/src/operations/experiments.js +51 -51
- package/dist-esm/src/operations/experiments.js.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailability.js +4 -4
- package/dist-esm/src/operations/frontDoorNameAvailability.js.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +4 -4
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -1
- package/dist-esm/src/operations/frontDoors.d.ts.map +1 -1
- package/dist-esm/src/operations/frontDoors.js +52 -52
- package/dist-esm/src/operations/frontDoors.js.map +1 -1
- package/dist-esm/src/operations/frontendEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/frontendEndpoints.js +34 -34
- package/dist-esm/src/operations/frontendEndpoints.js.map +1 -1
- package/dist-esm/src/operations/managedRuleSets.js +10 -10
- package/dist-esm/src/operations/managedRuleSets.js.map +1 -1
- package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +1 -1
- package/dist-esm/src/operations/networkExperimentProfiles.js +59 -59
- package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -1
- package/dist-esm/src/operations/policies.d.ts.map +1 -1
- package/dist-esm/src/operations/policies.js +57 -57
- package/dist-esm/src/operations/policies.js.map +1 -1
- package/dist-esm/src/operations/preconfiguredEndpoints.js +11 -11
- package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -1
- package/dist-esm/src/operations/reports.js +14 -14
- package/dist-esm/src/operations/reports.js.map +1 -1
- package/dist-esm/src/operations/rulesEngines.d.ts.map +1 -1
- package/dist-esm/src/operations/rulesEngines.js +38 -38
- package/dist-esm/src/operations/rulesEngines.js.map +1 -1
- package/dist-esm/test/frontdoor_operations_test.spec.js +1 -1
- package/dist-esm/test/frontdoor_operations_test.spec.js.map +1 -1
- package/package.json +10 -10
- package/review/arm-frontdoor.api.md +71 -1
- package/src/frontDoorManagementClient.ts +33 -19
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +202 -58
- package/src/models/mappers.ts +1201 -1103
- package/src/models/parameters.ts +91 -91
- package/src/operations/endpoints.ts +21 -23
- package/src/operations/experiments.ts +101 -109
- package/src/operations/frontDoorNameAvailability.ts +9 -8
- package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +10 -10
- package/src/operations/frontDoors.ts +99 -107
- package/src/operations/frontendEndpoints.ts +73 -79
- package/src/operations/managedRuleSets.ts +18 -19
- package/src/operations/networkExperimentProfiles.ts +116 -124
- package/src/operations/policies.ts +111 -120
- package/src/operations/preconfiguredEndpoints.ts +23 -24
- package/src/operations/reports.ts +21 -23
- package/src/operations/rulesEngines.ts +77 -83
- package/src/operationsInterfaces/endpoints.ts +3 -3
- package/src/operationsInterfaces/experiments.ts +9 -9
- package/src/operationsInterfaces/frontDoorNameAvailability.ts +2 -2
- package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +2 -2
- package/src/operationsInterfaces/frontDoors.ts +9 -9
- package/src/operationsInterfaces/frontendEndpoints.ts +7 -7
- package/src/operationsInterfaces/managedRuleSets.ts +2 -2
- package/src/operationsInterfaces/networkExperimentProfiles.ts +10 -10
- package/src/operationsInterfaces/policies.ts +10 -10
- package/src/operationsInterfaces/preconfiguredEndpoints.ts +2 -2
- package/src/operationsInterfaces/reports.ts +3 -3
- package/src/operationsInterfaces/rulesEngines.ts +7 -7
- package/src/pagingHelper.ts +1 -1
- package/types/arm-frontdoor.d.ts +141 -3
|
@@ -16,7 +16,7 @@ import { FrontDoorManagementClient } from "../frontDoorManagementClient";
|
|
|
16
16
|
import {
|
|
17
17
|
SimplePollerLike,
|
|
18
18
|
OperationState,
|
|
19
|
-
createHttpPoller
|
|
19
|
+
createHttpPoller,
|
|
20
20
|
} from "@azure/core-lro";
|
|
21
21
|
import { createLroSpec } from "../lroImpl";
|
|
22
22
|
import {
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
RulesEnginesCreateOrUpdateOptionalParams,
|
|
30
30
|
RulesEnginesCreateOrUpdateResponse,
|
|
31
31
|
RulesEnginesDeleteOptionalParams,
|
|
32
|
-
RulesEnginesListByFrontDoorNextResponse
|
|
32
|
+
RulesEnginesListByFrontDoorNextResponse,
|
|
33
33
|
} from "../models";
|
|
34
34
|
|
|
35
35
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -54,12 +54,12 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
54
54
|
public listByFrontDoor(
|
|
55
55
|
resourceGroupName: string,
|
|
56
56
|
frontDoorName: string,
|
|
57
|
-
options?: RulesEnginesListByFrontDoorOptionalParams
|
|
57
|
+
options?: RulesEnginesListByFrontDoorOptionalParams,
|
|
58
58
|
): PagedAsyncIterableIterator<RulesEngine> {
|
|
59
59
|
const iter = this.listByFrontDoorPagingAll(
|
|
60
60
|
resourceGroupName,
|
|
61
61
|
frontDoorName,
|
|
62
|
-
options
|
|
62
|
+
options,
|
|
63
63
|
);
|
|
64
64
|
return {
|
|
65
65
|
next() {
|
|
@@ -76,9 +76,9 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
76
76
|
resourceGroupName,
|
|
77
77
|
frontDoorName,
|
|
78
78
|
options,
|
|
79
|
-
settings
|
|
79
|
+
settings,
|
|
80
80
|
);
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
84
|
|
|
@@ -86,7 +86,7 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
86
86
|
resourceGroupName: string,
|
|
87
87
|
frontDoorName: string,
|
|
88
88
|
options?: RulesEnginesListByFrontDoorOptionalParams,
|
|
89
|
-
settings?: PageSettings
|
|
89
|
+
settings?: PageSettings,
|
|
90
90
|
): AsyncIterableIterator<RulesEngine[]> {
|
|
91
91
|
let result: RulesEnginesListByFrontDoorResponse;
|
|
92
92
|
let continuationToken = settings?.continuationToken;
|
|
@@ -94,7 +94,7 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
94
94
|
result = await this._listByFrontDoor(
|
|
95
95
|
resourceGroupName,
|
|
96
96
|
frontDoorName,
|
|
97
|
-
options
|
|
97
|
+
options,
|
|
98
98
|
);
|
|
99
99
|
let page = result.value || [];
|
|
100
100
|
continuationToken = result.nextLink;
|
|
@@ -106,7 +106,7 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
106
106
|
resourceGroupName,
|
|
107
107
|
frontDoorName,
|
|
108
108
|
continuationToken,
|
|
109
|
-
options
|
|
109
|
+
options,
|
|
110
110
|
);
|
|
111
111
|
continuationToken = result.nextLink;
|
|
112
112
|
let page = result.value || [];
|
|
@@ -118,12 +118,12 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
118
118
|
private async *listByFrontDoorPagingAll(
|
|
119
119
|
resourceGroupName: string,
|
|
120
120
|
frontDoorName: string,
|
|
121
|
-
options?: RulesEnginesListByFrontDoorOptionalParams
|
|
121
|
+
options?: RulesEnginesListByFrontDoorOptionalParams,
|
|
122
122
|
): AsyncIterableIterator<RulesEngine> {
|
|
123
123
|
for await (const page of this.listByFrontDoorPagingPage(
|
|
124
124
|
resourceGroupName,
|
|
125
125
|
frontDoorName,
|
|
126
|
-
options
|
|
126
|
+
options,
|
|
127
127
|
)) {
|
|
128
128
|
yield* page;
|
|
129
129
|
}
|
|
@@ -138,11 +138,11 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
138
138
|
private _listByFrontDoor(
|
|
139
139
|
resourceGroupName: string,
|
|
140
140
|
frontDoorName: string,
|
|
141
|
-
options?: RulesEnginesListByFrontDoorOptionalParams
|
|
141
|
+
options?: RulesEnginesListByFrontDoorOptionalParams,
|
|
142
142
|
): Promise<RulesEnginesListByFrontDoorResponse> {
|
|
143
143
|
return this.client.sendOperationRequest(
|
|
144
144
|
{ resourceGroupName, frontDoorName, options },
|
|
145
|
-
listByFrontDoorOperationSpec
|
|
145
|
+
listByFrontDoorOperationSpec,
|
|
146
146
|
);
|
|
147
147
|
}
|
|
148
148
|
|
|
@@ -157,11 +157,11 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
157
157
|
resourceGroupName: string,
|
|
158
158
|
frontDoorName: string,
|
|
159
159
|
rulesEngineName: string,
|
|
160
|
-
options?: RulesEnginesGetOptionalParams
|
|
160
|
+
options?: RulesEnginesGetOptionalParams,
|
|
161
161
|
): Promise<RulesEnginesGetResponse> {
|
|
162
162
|
return this.client.sendOperationRequest(
|
|
163
163
|
{ resourceGroupName, frontDoorName, rulesEngineName, options },
|
|
164
|
-
getOperationSpec
|
|
164
|
+
getOperationSpec,
|
|
165
165
|
);
|
|
166
166
|
}
|
|
167
167
|
|
|
@@ -179,7 +179,7 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
179
179
|
frontDoorName: string,
|
|
180
180
|
rulesEngineName: string,
|
|
181
181
|
rulesEngineParameters: RulesEngine,
|
|
182
|
-
options?: RulesEnginesCreateOrUpdateOptionalParams
|
|
182
|
+
options?: RulesEnginesCreateOrUpdateOptionalParams,
|
|
183
183
|
): Promise<
|
|
184
184
|
SimplePollerLike<
|
|
185
185
|
OperationState<RulesEnginesCreateOrUpdateResponse>,
|
|
@@ -188,21 +188,20 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
188
188
|
> {
|
|
189
189
|
const directSendOperation = async (
|
|
190
190
|
args: coreClient.OperationArguments,
|
|
191
|
-
spec: coreClient.OperationSpec
|
|
191
|
+
spec: coreClient.OperationSpec,
|
|
192
192
|
): Promise<RulesEnginesCreateOrUpdateResponse> => {
|
|
193
193
|
return this.client.sendOperationRequest(args, spec);
|
|
194
194
|
};
|
|
195
195
|
const sendOperationFn = async (
|
|
196
196
|
args: coreClient.OperationArguments,
|
|
197
|
-
spec: coreClient.OperationSpec
|
|
197
|
+
spec: coreClient.OperationSpec,
|
|
198
198
|
) => {
|
|
199
|
-
let currentRawResponse:
|
|
200
|
-
|
|
201
|
-
| undefined = undefined;
|
|
199
|
+
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
200
|
+
undefined;
|
|
202
201
|
const providedCallback = args.options?.onResponse;
|
|
203
202
|
const callback: coreClient.RawResponseCallback = (
|
|
204
203
|
rawResponse: coreClient.FullOperationResponse,
|
|
205
|
-
flatResponse: unknown
|
|
204
|
+
flatResponse: unknown,
|
|
206
205
|
) => {
|
|
207
206
|
currentRawResponse = rawResponse;
|
|
208
207
|
providedCallback?.(rawResponse, flatResponse);
|
|
@@ -211,8 +210,8 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
211
210
|
...args,
|
|
212
211
|
options: {
|
|
213
212
|
...args.options,
|
|
214
|
-
onResponse: callback
|
|
215
|
-
}
|
|
213
|
+
onResponse: callback,
|
|
214
|
+
},
|
|
216
215
|
};
|
|
217
216
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
218
217
|
return {
|
|
@@ -220,8 +219,8 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
220
219
|
rawResponse: {
|
|
221
220
|
statusCode: currentRawResponse!.status,
|
|
222
221
|
body: currentRawResponse!.parsedBody,
|
|
223
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
224
|
-
}
|
|
222
|
+
headers: currentRawResponse!.headers.toJSON(),
|
|
223
|
+
},
|
|
225
224
|
};
|
|
226
225
|
};
|
|
227
226
|
|
|
@@ -232,9 +231,9 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
232
231
|
frontDoorName,
|
|
233
232
|
rulesEngineName,
|
|
234
233
|
rulesEngineParameters,
|
|
235
|
-
options
|
|
234
|
+
options,
|
|
236
235
|
},
|
|
237
|
-
spec: createOrUpdateOperationSpec
|
|
236
|
+
spec: createOrUpdateOperationSpec,
|
|
238
237
|
});
|
|
239
238
|
const poller = await createHttpPoller<
|
|
240
239
|
RulesEnginesCreateOrUpdateResponse,
|
|
@@ -242,7 +241,7 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
242
241
|
>(lro, {
|
|
243
242
|
restoreFrom: options?.resumeFrom,
|
|
244
243
|
intervalInMs: options?.updateIntervalInMs,
|
|
245
|
-
resourceLocationConfig: "azure-async-operation"
|
|
244
|
+
resourceLocationConfig: "azure-async-operation",
|
|
246
245
|
});
|
|
247
246
|
await poller.poll();
|
|
248
247
|
return poller;
|
|
@@ -262,14 +261,14 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
262
261
|
frontDoorName: string,
|
|
263
262
|
rulesEngineName: string,
|
|
264
263
|
rulesEngineParameters: RulesEngine,
|
|
265
|
-
options?: RulesEnginesCreateOrUpdateOptionalParams
|
|
264
|
+
options?: RulesEnginesCreateOrUpdateOptionalParams,
|
|
266
265
|
): Promise<RulesEnginesCreateOrUpdateResponse> {
|
|
267
266
|
const poller = await this.beginCreateOrUpdate(
|
|
268
267
|
resourceGroupName,
|
|
269
268
|
frontDoorName,
|
|
270
269
|
rulesEngineName,
|
|
271
270
|
rulesEngineParameters,
|
|
272
|
-
options
|
|
271
|
+
options,
|
|
273
272
|
);
|
|
274
273
|
return poller.pollUntilDone();
|
|
275
274
|
}
|
|
@@ -285,25 +284,24 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
285
284
|
resourceGroupName: string,
|
|
286
285
|
frontDoorName: string,
|
|
287
286
|
rulesEngineName: string,
|
|
288
|
-
options?: RulesEnginesDeleteOptionalParams
|
|
287
|
+
options?: RulesEnginesDeleteOptionalParams,
|
|
289
288
|
): Promise<SimplePollerLike<OperationState<void>, void>> {
|
|
290
289
|
const directSendOperation = async (
|
|
291
290
|
args: coreClient.OperationArguments,
|
|
292
|
-
spec: coreClient.OperationSpec
|
|
291
|
+
spec: coreClient.OperationSpec,
|
|
293
292
|
): Promise<void> => {
|
|
294
293
|
return this.client.sendOperationRequest(args, spec);
|
|
295
294
|
};
|
|
296
295
|
const sendOperationFn = async (
|
|
297
296
|
args: coreClient.OperationArguments,
|
|
298
|
-
spec: coreClient.OperationSpec
|
|
297
|
+
spec: coreClient.OperationSpec,
|
|
299
298
|
) => {
|
|
300
|
-
let currentRawResponse:
|
|
301
|
-
|
|
302
|
-
| undefined = undefined;
|
|
299
|
+
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
300
|
+
undefined;
|
|
303
301
|
const providedCallback = args.options?.onResponse;
|
|
304
302
|
const callback: coreClient.RawResponseCallback = (
|
|
305
303
|
rawResponse: coreClient.FullOperationResponse,
|
|
306
|
-
flatResponse: unknown
|
|
304
|
+
flatResponse: unknown,
|
|
307
305
|
) => {
|
|
308
306
|
currentRawResponse = rawResponse;
|
|
309
307
|
providedCallback?.(rawResponse, flatResponse);
|
|
@@ -312,8 +310,8 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
312
310
|
...args,
|
|
313
311
|
options: {
|
|
314
312
|
...args.options,
|
|
315
|
-
onResponse: callback
|
|
316
|
-
}
|
|
313
|
+
onResponse: callback,
|
|
314
|
+
},
|
|
317
315
|
};
|
|
318
316
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
319
317
|
return {
|
|
@@ -321,20 +319,20 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
321
319
|
rawResponse: {
|
|
322
320
|
statusCode: currentRawResponse!.status,
|
|
323
321
|
body: currentRawResponse!.parsedBody,
|
|
324
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
325
|
-
}
|
|
322
|
+
headers: currentRawResponse!.headers.toJSON(),
|
|
323
|
+
},
|
|
326
324
|
};
|
|
327
325
|
};
|
|
328
326
|
|
|
329
327
|
const lro = createLroSpec({
|
|
330
328
|
sendOperationFn,
|
|
331
329
|
args: { resourceGroupName, frontDoorName, rulesEngineName, options },
|
|
332
|
-
spec: deleteOperationSpec
|
|
330
|
+
spec: deleteOperationSpec,
|
|
333
331
|
});
|
|
334
332
|
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
|
|
335
333
|
restoreFrom: options?.resumeFrom,
|
|
336
334
|
intervalInMs: options?.updateIntervalInMs,
|
|
337
|
-
resourceLocationConfig: "azure-async-operation"
|
|
335
|
+
resourceLocationConfig: "azure-async-operation",
|
|
338
336
|
});
|
|
339
337
|
await poller.poll();
|
|
340
338
|
return poller;
|
|
@@ -351,13 +349,13 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
351
349
|
resourceGroupName: string,
|
|
352
350
|
frontDoorName: string,
|
|
353
351
|
rulesEngineName: string,
|
|
354
|
-
options?: RulesEnginesDeleteOptionalParams
|
|
352
|
+
options?: RulesEnginesDeleteOptionalParams,
|
|
355
353
|
): Promise<void> {
|
|
356
354
|
const poller = await this.beginDelete(
|
|
357
355
|
resourceGroupName,
|
|
358
356
|
frontDoorName,
|
|
359
357
|
rulesEngineName,
|
|
360
|
-
options
|
|
358
|
+
options,
|
|
361
359
|
);
|
|
362
360
|
return poller.pollUntilDone();
|
|
363
361
|
}
|
|
@@ -373,11 +371,11 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
373
371
|
resourceGroupName: string,
|
|
374
372
|
frontDoorName: string,
|
|
375
373
|
nextLink: string,
|
|
376
|
-
options?: RulesEnginesListByFrontDoorNextOptionalParams
|
|
374
|
+
options?: RulesEnginesListByFrontDoorNextOptionalParams,
|
|
377
375
|
): Promise<RulesEnginesListByFrontDoorNextResponse> {
|
|
378
376
|
return this.client.sendOperationRequest(
|
|
379
377
|
{ resourceGroupName, frontDoorName, nextLink, options },
|
|
380
|
-
listByFrontDoorNextOperationSpec
|
|
378
|
+
listByFrontDoorNextOperationSpec,
|
|
381
379
|
);
|
|
382
380
|
}
|
|
383
381
|
}
|
|
@@ -385,38 +383,36 @@ export class RulesEnginesImpl implements RulesEngines {
|
|
|
385
383
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
386
384
|
|
|
387
385
|
const listByFrontDoorOperationSpec: coreClient.OperationSpec = {
|
|
388
|
-
path:
|
|
389
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines",
|
|
386
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines",
|
|
390
387
|
httpMethod: "GET",
|
|
391
388
|
responses: {
|
|
392
389
|
200: {
|
|
393
|
-
bodyMapper: Mappers.RulesEngineListResult
|
|
390
|
+
bodyMapper: Mappers.RulesEngineListResult,
|
|
394
391
|
},
|
|
395
392
|
default: {
|
|
396
|
-
bodyMapper: Mappers.ErrorResponse
|
|
397
|
-
}
|
|
393
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
394
|
+
},
|
|
398
395
|
},
|
|
399
396
|
queryParameters: [Parameters.apiVersion1],
|
|
400
397
|
urlParameters: [
|
|
401
398
|
Parameters.$host,
|
|
402
399
|
Parameters.resourceGroupName,
|
|
403
400
|
Parameters.subscriptionId,
|
|
404
|
-
Parameters.frontDoorName
|
|
401
|
+
Parameters.frontDoorName,
|
|
405
402
|
],
|
|
406
403
|
headerParameters: [Parameters.accept],
|
|
407
|
-
serializer
|
|
404
|
+
serializer,
|
|
408
405
|
};
|
|
409
406
|
const getOperationSpec: coreClient.OperationSpec = {
|
|
410
|
-
path:
|
|
411
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}",
|
|
407
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}",
|
|
412
408
|
httpMethod: "GET",
|
|
413
409
|
responses: {
|
|
414
410
|
200: {
|
|
415
|
-
bodyMapper: Mappers.RulesEngine
|
|
411
|
+
bodyMapper: Mappers.RulesEngine,
|
|
416
412
|
},
|
|
417
413
|
default: {
|
|
418
|
-
bodyMapper: Mappers.ErrorResponse
|
|
419
|
-
}
|
|
414
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
415
|
+
},
|
|
420
416
|
},
|
|
421
417
|
queryParameters: [Parameters.apiVersion1],
|
|
422
418
|
urlParameters: [
|
|
@@ -424,31 +420,30 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|
|
424
420
|
Parameters.resourceGroupName,
|
|
425
421
|
Parameters.subscriptionId,
|
|
426
422
|
Parameters.frontDoorName,
|
|
427
|
-
Parameters.rulesEngineName
|
|
423
|
+
Parameters.rulesEngineName,
|
|
428
424
|
],
|
|
429
425
|
headerParameters: [Parameters.accept],
|
|
430
|
-
serializer
|
|
426
|
+
serializer,
|
|
431
427
|
};
|
|
432
428
|
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
433
|
-
path:
|
|
434
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}",
|
|
429
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}",
|
|
435
430
|
httpMethod: "PUT",
|
|
436
431
|
responses: {
|
|
437
432
|
200: {
|
|
438
|
-
bodyMapper: Mappers.RulesEngine
|
|
433
|
+
bodyMapper: Mappers.RulesEngine,
|
|
439
434
|
},
|
|
440
435
|
201: {
|
|
441
|
-
bodyMapper: Mappers.RulesEngine
|
|
436
|
+
bodyMapper: Mappers.RulesEngine,
|
|
442
437
|
},
|
|
443
438
|
202: {
|
|
444
|
-
bodyMapper: Mappers.RulesEngine
|
|
439
|
+
bodyMapper: Mappers.RulesEngine,
|
|
445
440
|
},
|
|
446
441
|
204: {
|
|
447
|
-
bodyMapper: Mappers.RulesEngine
|
|
442
|
+
bodyMapper: Mappers.RulesEngine,
|
|
448
443
|
},
|
|
449
444
|
default: {
|
|
450
|
-
bodyMapper: Mappers.ErrorResponse
|
|
451
|
-
}
|
|
445
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
446
|
+
},
|
|
452
447
|
},
|
|
453
448
|
requestBody: Parameters.rulesEngineParameters,
|
|
454
449
|
queryParameters: [Parameters.apiVersion1],
|
|
@@ -457,15 +452,14 @@ const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
|
457
452
|
Parameters.resourceGroupName,
|
|
458
453
|
Parameters.subscriptionId,
|
|
459
454
|
Parameters.frontDoorName,
|
|
460
|
-
Parameters.rulesEngineName
|
|
455
|
+
Parameters.rulesEngineName,
|
|
461
456
|
],
|
|
462
457
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
463
458
|
mediaType: "json",
|
|
464
|
-
serializer
|
|
459
|
+
serializer,
|
|
465
460
|
};
|
|
466
461
|
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
467
|
-
path:
|
|
468
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}",
|
|
462
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}",
|
|
469
463
|
httpMethod: "DELETE",
|
|
470
464
|
responses: {
|
|
471
465
|
200: {},
|
|
@@ -473,8 +467,8 @@ const deleteOperationSpec: coreClient.OperationSpec = {
|
|
|
473
467
|
202: {},
|
|
474
468
|
204: {},
|
|
475
469
|
default: {
|
|
476
|
-
bodyMapper: Mappers.ErrorResponse
|
|
477
|
-
}
|
|
470
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
471
|
+
},
|
|
478
472
|
},
|
|
479
473
|
queryParameters: [Parameters.apiVersion1],
|
|
480
474
|
urlParameters: [
|
|
@@ -482,29 +476,29 @@ const deleteOperationSpec: coreClient.OperationSpec = {
|
|
|
482
476
|
Parameters.resourceGroupName,
|
|
483
477
|
Parameters.subscriptionId,
|
|
484
478
|
Parameters.frontDoorName,
|
|
485
|
-
Parameters.rulesEngineName
|
|
479
|
+
Parameters.rulesEngineName,
|
|
486
480
|
],
|
|
487
481
|
headerParameters: [Parameters.accept],
|
|
488
|
-
serializer
|
|
482
|
+
serializer,
|
|
489
483
|
};
|
|
490
484
|
const listByFrontDoorNextOperationSpec: coreClient.OperationSpec = {
|
|
491
485
|
path: "{nextLink}",
|
|
492
486
|
httpMethod: "GET",
|
|
493
487
|
responses: {
|
|
494
488
|
200: {
|
|
495
|
-
bodyMapper: Mappers.RulesEngineListResult
|
|
489
|
+
bodyMapper: Mappers.RulesEngineListResult,
|
|
496
490
|
},
|
|
497
491
|
default: {
|
|
498
|
-
bodyMapper: Mappers.ErrorResponse
|
|
499
|
-
}
|
|
492
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
493
|
+
},
|
|
500
494
|
},
|
|
501
495
|
urlParameters: [
|
|
502
496
|
Parameters.$host,
|
|
503
497
|
Parameters.resourceGroupName,
|
|
504
498
|
Parameters.subscriptionId,
|
|
505
499
|
Parameters.nextLink,
|
|
506
|
-
Parameters.frontDoorName
|
|
500
|
+
Parameters.frontDoorName,
|
|
507
501
|
],
|
|
508
502
|
headerParameters: [Parameters.accept],
|
|
509
|
-
serializer
|
|
503
|
+
serializer,
|
|
510
504
|
};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
10
10
|
import {
|
|
11
11
|
PurgeParameters,
|
|
12
|
-
EndpointsPurgeContentOptionalParams
|
|
12
|
+
EndpointsPurgeContentOptionalParams,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/** Interface representing a Endpoints. */
|
|
@@ -27,7 +27,7 @@ export interface Endpoints {
|
|
|
27
27
|
resourceGroupName: string,
|
|
28
28
|
frontDoorName: string,
|
|
29
29
|
contentFilePaths: PurgeParameters,
|
|
30
|
-
options?: EndpointsPurgeContentOptionalParams
|
|
30
|
+
options?: EndpointsPurgeContentOptionalParams,
|
|
31
31
|
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
32
32
|
/**
|
|
33
33
|
* Removes a content from Front Door.
|
|
@@ -42,6 +42,6 @@ export interface Endpoints {
|
|
|
42
42
|
resourceGroupName: string,
|
|
43
43
|
frontDoorName: string,
|
|
44
44
|
contentFilePaths: PurgeParameters,
|
|
45
|
-
options?: EndpointsPurgeContentOptionalParams
|
|
45
|
+
options?: EndpointsPurgeContentOptionalParams,
|
|
46
46
|
): Promise<void>;
|
|
47
47
|
}
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
ExperimentUpdateModel,
|
|
19
19
|
ExperimentsUpdateOptionalParams,
|
|
20
20
|
ExperimentsUpdateResponse,
|
|
21
|
-
ExperimentsDeleteOptionalParams
|
|
21
|
+
ExperimentsDeleteOptionalParams,
|
|
22
22
|
} from "../models";
|
|
23
23
|
|
|
24
24
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -33,7 +33,7 @@ export interface Experiments {
|
|
|
33
33
|
listByProfile(
|
|
34
34
|
resourceGroupName: string,
|
|
35
35
|
profileName: string,
|
|
36
|
-
options?: ExperimentsListByProfileOptionalParams
|
|
36
|
+
options?: ExperimentsListByProfileOptionalParams,
|
|
37
37
|
): PagedAsyncIterableIterator<Experiment>;
|
|
38
38
|
/**
|
|
39
39
|
* Gets an Experiment by ExperimentName
|
|
@@ -46,7 +46,7 @@ export interface Experiments {
|
|
|
46
46
|
resourceGroupName: string,
|
|
47
47
|
profileName: string,
|
|
48
48
|
experimentName: string,
|
|
49
|
-
options?: ExperimentsGetOptionalParams
|
|
49
|
+
options?: ExperimentsGetOptionalParams,
|
|
50
50
|
): Promise<ExperimentsGetResponse>;
|
|
51
51
|
/**
|
|
52
52
|
* Creates or updates an Experiment
|
|
@@ -61,7 +61,7 @@ export interface Experiments {
|
|
|
61
61
|
profileName: string,
|
|
62
62
|
experimentName: string,
|
|
63
63
|
parameters: Experiment,
|
|
64
|
-
options?: ExperimentsCreateOrUpdateOptionalParams
|
|
64
|
+
options?: ExperimentsCreateOrUpdateOptionalParams,
|
|
65
65
|
): Promise<
|
|
66
66
|
SimplePollerLike<
|
|
67
67
|
OperationState<ExperimentsCreateOrUpdateResponse>,
|
|
@@ -81,7 +81,7 @@ export interface Experiments {
|
|
|
81
81
|
profileName: string,
|
|
82
82
|
experimentName: string,
|
|
83
83
|
parameters: Experiment,
|
|
84
|
-
options?: ExperimentsCreateOrUpdateOptionalParams
|
|
84
|
+
options?: ExperimentsCreateOrUpdateOptionalParams,
|
|
85
85
|
): Promise<ExperimentsCreateOrUpdateResponse>;
|
|
86
86
|
/**
|
|
87
87
|
* Updates an Experiment
|
|
@@ -96,7 +96,7 @@ export interface Experiments {
|
|
|
96
96
|
profileName: string,
|
|
97
97
|
experimentName: string,
|
|
98
98
|
parameters: ExperimentUpdateModel,
|
|
99
|
-
options?: ExperimentsUpdateOptionalParams
|
|
99
|
+
options?: ExperimentsUpdateOptionalParams,
|
|
100
100
|
): Promise<
|
|
101
101
|
SimplePollerLike<
|
|
102
102
|
OperationState<ExperimentsUpdateResponse>,
|
|
@@ -116,7 +116,7 @@ export interface Experiments {
|
|
|
116
116
|
profileName: string,
|
|
117
117
|
experimentName: string,
|
|
118
118
|
parameters: ExperimentUpdateModel,
|
|
119
|
-
options?: ExperimentsUpdateOptionalParams
|
|
119
|
+
options?: ExperimentsUpdateOptionalParams,
|
|
120
120
|
): Promise<ExperimentsUpdateResponse>;
|
|
121
121
|
/**
|
|
122
122
|
* Deletes an Experiment
|
|
@@ -129,7 +129,7 @@ export interface Experiments {
|
|
|
129
129
|
resourceGroupName: string,
|
|
130
130
|
profileName: string,
|
|
131
131
|
experimentName: string,
|
|
132
|
-
options?: ExperimentsDeleteOptionalParams
|
|
132
|
+
options?: ExperimentsDeleteOptionalParams,
|
|
133
133
|
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
134
134
|
/**
|
|
135
135
|
* Deletes an Experiment
|
|
@@ -142,6 +142,6 @@ export interface Experiments {
|
|
|
142
142
|
resourceGroupName: string,
|
|
143
143
|
profileName: string,
|
|
144
144
|
experimentName: string,
|
|
145
|
-
options?: ExperimentsDeleteOptionalParams
|
|
145
|
+
options?: ExperimentsDeleteOptionalParams,
|
|
146
146
|
): Promise<void>;
|
|
147
147
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import {
|
|
10
10
|
CheckNameAvailabilityInput,
|
|
11
11
|
FrontDoorNameAvailabilityCheckOptionalParams,
|
|
12
|
-
FrontDoorNameAvailabilityCheckResponse
|
|
12
|
+
FrontDoorNameAvailabilityCheckResponse,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/** Interface representing a FrontDoorNameAvailability. */
|
|
@@ -21,6 +21,6 @@ export interface FrontDoorNameAvailability {
|
|
|
21
21
|
*/
|
|
22
22
|
check(
|
|
23
23
|
checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput,
|
|
24
|
-
options?: FrontDoorNameAvailabilityCheckOptionalParams
|
|
24
|
+
options?: FrontDoorNameAvailabilityCheckOptionalParams,
|
|
25
25
|
): Promise<FrontDoorNameAvailabilityCheckResponse>;
|
|
26
26
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import {
|
|
10
10
|
CheckNameAvailabilityInput,
|
|
11
11
|
FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams,
|
|
12
|
-
FrontDoorNameAvailabilityWithSubscriptionCheckResponse
|
|
12
|
+
FrontDoorNameAvailabilityWithSubscriptionCheckResponse,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/** Interface representing a FrontDoorNameAvailabilityWithSubscription. */
|
|
@@ -21,6 +21,6 @@ export interface FrontDoorNameAvailabilityWithSubscription {
|
|
|
21
21
|
*/
|
|
22
22
|
check(
|
|
23
23
|
checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput,
|
|
24
|
-
options?: FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams
|
|
24
|
+
options?: FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams,
|
|
25
25
|
): Promise<FrontDoorNameAvailabilityWithSubscriptionCheckResponse>;
|
|
26
26
|
}
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
FrontDoorsDeleteOptionalParams,
|
|
20
20
|
ValidateCustomDomainInput,
|
|
21
21
|
FrontDoorsValidateCustomDomainOptionalParams,
|
|
22
|
-
FrontDoorsValidateCustomDomainResponse
|
|
22
|
+
FrontDoorsValidateCustomDomainResponse,
|
|
23
23
|
} from "../models";
|
|
24
24
|
|
|
25
25
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -30,7 +30,7 @@ export interface FrontDoors {
|
|
|
30
30
|
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
32
|
list(
|
|
33
|
-
options?: FrontDoorsListOptionalParams
|
|
33
|
+
options?: FrontDoorsListOptionalParams,
|
|
34
34
|
): PagedAsyncIterableIterator<FrontDoor>;
|
|
35
35
|
/**
|
|
36
36
|
* Lists all of the Front Doors within a resource group under a subscription.
|
|
@@ -39,7 +39,7 @@ export interface FrontDoors {
|
|
|
39
39
|
*/
|
|
40
40
|
listByResourceGroup(
|
|
41
41
|
resourceGroupName: string,
|
|
42
|
-
options?: FrontDoorsListByResourceGroupOptionalParams
|
|
42
|
+
options?: FrontDoorsListByResourceGroupOptionalParams,
|
|
43
43
|
): PagedAsyncIterableIterator<FrontDoor>;
|
|
44
44
|
/**
|
|
45
45
|
* Gets a Front Door with the specified Front Door name under the specified subscription and resource
|
|
@@ -51,7 +51,7 @@ export interface FrontDoors {
|
|
|
51
51
|
get(
|
|
52
52
|
resourceGroupName: string,
|
|
53
53
|
frontDoorName: string,
|
|
54
|
-
options?: FrontDoorsGetOptionalParams
|
|
54
|
+
options?: FrontDoorsGetOptionalParams,
|
|
55
55
|
): Promise<FrontDoorsGetResponse>;
|
|
56
56
|
/**
|
|
57
57
|
* Creates a new Front Door with a Front Door name under the specified subscription and resource group.
|
|
@@ -64,7 +64,7 @@ export interface FrontDoors {
|
|
|
64
64
|
resourceGroupName: string,
|
|
65
65
|
frontDoorName: string,
|
|
66
66
|
frontDoorParameters: FrontDoor,
|
|
67
|
-
options?: FrontDoorsCreateOrUpdateOptionalParams
|
|
67
|
+
options?: FrontDoorsCreateOrUpdateOptionalParams,
|
|
68
68
|
): Promise<
|
|
69
69
|
SimplePollerLike<
|
|
70
70
|
OperationState<FrontDoorsCreateOrUpdateResponse>,
|
|
@@ -82,7 +82,7 @@ export interface FrontDoors {
|
|
|
82
82
|
resourceGroupName: string,
|
|
83
83
|
frontDoorName: string,
|
|
84
84
|
frontDoorParameters: FrontDoor,
|
|
85
|
-
options?: FrontDoorsCreateOrUpdateOptionalParams
|
|
85
|
+
options?: FrontDoorsCreateOrUpdateOptionalParams,
|
|
86
86
|
): Promise<FrontDoorsCreateOrUpdateResponse>;
|
|
87
87
|
/**
|
|
88
88
|
* Deletes an existing Front Door with the specified parameters.
|
|
@@ -93,7 +93,7 @@ export interface FrontDoors {
|
|
|
93
93
|
beginDelete(
|
|
94
94
|
resourceGroupName: string,
|
|
95
95
|
frontDoorName: string,
|
|
96
|
-
options?: FrontDoorsDeleteOptionalParams
|
|
96
|
+
options?: FrontDoorsDeleteOptionalParams,
|
|
97
97
|
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
98
98
|
/**
|
|
99
99
|
* Deletes an existing Front Door with the specified parameters.
|
|
@@ -104,7 +104,7 @@ export interface FrontDoors {
|
|
|
104
104
|
beginDeleteAndWait(
|
|
105
105
|
resourceGroupName: string,
|
|
106
106
|
frontDoorName: string,
|
|
107
|
-
options?: FrontDoorsDeleteOptionalParams
|
|
107
|
+
options?: FrontDoorsDeleteOptionalParams,
|
|
108
108
|
): Promise<void>;
|
|
109
109
|
/**
|
|
110
110
|
* Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.
|
|
@@ -117,6 +117,6 @@ export interface FrontDoors {
|
|
|
117
117
|
resourceGroupName: string,
|
|
118
118
|
frontDoorName: string,
|
|
119
119
|
customDomainProperties: ValidateCustomDomainInput,
|
|
120
|
-
options?: FrontDoorsValidateCustomDomainOptionalParams
|
|
120
|
+
options?: FrontDoorsValidateCustomDomainOptionalParams,
|
|
121
121
|
): Promise<FrontDoorsValidateCustomDomainResponse>;
|
|
122
122
|
}
|