@azure/arm-frontdoor 5.2.1-alpha.20240412.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
package/src/models/index.ts
CHANGED
|
@@ -38,6 +38,24 @@ export interface PolicySettings {
|
|
|
38
38
|
customBlockResponseBody?: string;
|
|
39
39
|
/** Describes if policy managed rules will inspect the request body content. */
|
|
40
40
|
requestBodyCheck?: PolicyRequestBodyCheck;
|
|
41
|
+
/** Defines the JavaScript challenge cookie validity lifetime in minutes. This setting is only applicable to Premium_AzureFrontDoor. Value must be an integer between 5 and 1440 with the default value being 30. */
|
|
42
|
+
javascriptChallengeExpirationInMinutes?: number;
|
|
43
|
+
/** State of the log scrubbing config. Default value is Enabled. */
|
|
44
|
+
state?: WebApplicationFirewallScrubbingState;
|
|
45
|
+
/** List of log scrubbing rules applied to the Web Application Firewall logs. */
|
|
46
|
+
scrubbingRules?: WebApplicationFirewallScrubbingRules[];
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/** Defines the contents of the log scrubbing rules. */
|
|
50
|
+
export interface WebApplicationFirewallScrubbingRules {
|
|
51
|
+
/** The variable to be scrubbed from the logs. */
|
|
52
|
+
matchVariable: ScrubbingRuleEntryMatchVariable;
|
|
53
|
+
/** When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to. */
|
|
54
|
+
selectorMatchOperator: ScrubbingRuleEntryMatchOperator;
|
|
55
|
+
/** When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to. */
|
|
56
|
+
selector?: string;
|
|
57
|
+
/** Defines the state of a log scrubbing rule. Default value is enabled. */
|
|
58
|
+
state?: ScrubbingRuleEntryState;
|
|
41
59
|
}
|
|
42
60
|
|
|
43
61
|
/** Defines contents of custom rules */
|
|
@@ -60,12 +78,20 @@ export interface CustomRule {
|
|
|
60
78
|
rateLimitDurationInMinutes?: number;
|
|
61
79
|
/** Number of allowed requests per client within the time window. */
|
|
62
80
|
rateLimitThreshold?: number;
|
|
81
|
+
/** Describes the list of variables to group the rate limit requests */
|
|
82
|
+
groupBy?: GroupByVariable[];
|
|
63
83
|
/** List of match conditions. */
|
|
64
84
|
matchConditions: MatchCondition[];
|
|
65
85
|
/** Describes what action to be applied when rule matches. */
|
|
66
86
|
action: ActionType;
|
|
67
87
|
}
|
|
68
88
|
|
|
89
|
+
/** Describes the variables available to group the rate limit requests */
|
|
90
|
+
export interface GroupByVariable {
|
|
91
|
+
/** Describes the supported variable for group by */
|
|
92
|
+
variableName: VariableName;
|
|
93
|
+
}
|
|
94
|
+
|
|
69
95
|
/** Define a match condition. */
|
|
70
96
|
export interface MatchCondition {
|
|
71
97
|
/** Request variable to compare with. */
|
|
@@ -1335,7 +1361,7 @@ export enum KnownPolicyEnabledState {
|
|
|
1335
1361
|
/** Disabled */
|
|
1336
1362
|
Disabled = "Disabled",
|
|
1337
1363
|
/** Enabled */
|
|
1338
|
-
Enabled = "Enabled"
|
|
1364
|
+
Enabled = "Enabled",
|
|
1339
1365
|
}
|
|
1340
1366
|
|
|
1341
1367
|
/**
|
|
@@ -1353,7 +1379,7 @@ export enum KnownPolicyMode {
|
|
|
1353
1379
|
/** Prevention */
|
|
1354
1380
|
Prevention = "Prevention",
|
|
1355
1381
|
/** Detection */
|
|
1356
|
-
Detection = "Detection"
|
|
1382
|
+
Detection = "Detection",
|
|
1357
1383
|
}
|
|
1358
1384
|
|
|
1359
1385
|
/**
|
|
@@ -1371,7 +1397,7 @@ export enum KnownPolicyRequestBodyCheck {
|
|
|
1371
1397
|
/** Disabled */
|
|
1372
1398
|
Disabled = "Disabled",
|
|
1373
1399
|
/** Enabled */
|
|
1374
|
-
Enabled = "Enabled"
|
|
1400
|
+
Enabled = "Enabled",
|
|
1375
1401
|
}
|
|
1376
1402
|
|
|
1377
1403
|
/**
|
|
@@ -1384,12 +1410,99 @@ export enum KnownPolicyRequestBodyCheck {
|
|
|
1384
1410
|
*/
|
|
1385
1411
|
export type PolicyRequestBodyCheck = string;
|
|
1386
1412
|
|
|
1413
|
+
/** Known values of {@link WebApplicationFirewallScrubbingState} that the service accepts. */
|
|
1414
|
+
export enum KnownWebApplicationFirewallScrubbingState {
|
|
1415
|
+
/** Enabled */
|
|
1416
|
+
Enabled = "Enabled",
|
|
1417
|
+
/** Disabled */
|
|
1418
|
+
Disabled = "Disabled",
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
/**
|
|
1422
|
+
* Defines values for WebApplicationFirewallScrubbingState. \
|
|
1423
|
+
* {@link KnownWebApplicationFirewallScrubbingState} can be used interchangeably with WebApplicationFirewallScrubbingState,
|
|
1424
|
+
* this enum contains the known values that the service supports.
|
|
1425
|
+
* ### Known values supported by the service
|
|
1426
|
+
* **Enabled** \
|
|
1427
|
+
* **Disabled**
|
|
1428
|
+
*/
|
|
1429
|
+
export type WebApplicationFirewallScrubbingState = string;
|
|
1430
|
+
|
|
1431
|
+
/** Known values of {@link ScrubbingRuleEntryMatchVariable} that the service accepts. */
|
|
1432
|
+
export enum KnownScrubbingRuleEntryMatchVariable {
|
|
1433
|
+
/** RequestIPAddress */
|
|
1434
|
+
RequestIPAddress = "RequestIPAddress",
|
|
1435
|
+
/** RequestUri */
|
|
1436
|
+
RequestUri = "RequestUri",
|
|
1437
|
+
/** QueryStringArgNames */
|
|
1438
|
+
QueryStringArgNames = "QueryStringArgNames",
|
|
1439
|
+
/** RequestHeaderNames */
|
|
1440
|
+
RequestHeaderNames = "RequestHeaderNames",
|
|
1441
|
+
/** RequestCookieNames */
|
|
1442
|
+
RequestCookieNames = "RequestCookieNames",
|
|
1443
|
+
/** RequestBodyPostArgNames */
|
|
1444
|
+
RequestBodyPostArgNames = "RequestBodyPostArgNames",
|
|
1445
|
+
/** RequestBodyJsonArgNames */
|
|
1446
|
+
RequestBodyJsonArgNames = "RequestBodyJsonArgNames",
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
/**
|
|
1450
|
+
* Defines values for ScrubbingRuleEntryMatchVariable. \
|
|
1451
|
+
* {@link KnownScrubbingRuleEntryMatchVariable} can be used interchangeably with ScrubbingRuleEntryMatchVariable,
|
|
1452
|
+
* this enum contains the known values that the service supports.
|
|
1453
|
+
* ### Known values supported by the service
|
|
1454
|
+
* **RequestIPAddress** \
|
|
1455
|
+
* **RequestUri** \
|
|
1456
|
+
* **QueryStringArgNames** \
|
|
1457
|
+
* **RequestHeaderNames** \
|
|
1458
|
+
* **RequestCookieNames** \
|
|
1459
|
+
* **RequestBodyPostArgNames** \
|
|
1460
|
+
* **RequestBodyJsonArgNames**
|
|
1461
|
+
*/
|
|
1462
|
+
export type ScrubbingRuleEntryMatchVariable = string;
|
|
1463
|
+
|
|
1464
|
+
/** Known values of {@link ScrubbingRuleEntryMatchOperator} that the service accepts. */
|
|
1465
|
+
export enum KnownScrubbingRuleEntryMatchOperator {
|
|
1466
|
+
/** EqualsAny */
|
|
1467
|
+
EqualsAny = "EqualsAny",
|
|
1468
|
+
/** Equals */
|
|
1469
|
+
Equals = "Equals",
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
* Defines values for ScrubbingRuleEntryMatchOperator. \
|
|
1474
|
+
* {@link KnownScrubbingRuleEntryMatchOperator} can be used interchangeably with ScrubbingRuleEntryMatchOperator,
|
|
1475
|
+
* this enum contains the known values that the service supports.
|
|
1476
|
+
* ### Known values supported by the service
|
|
1477
|
+
* **EqualsAny** \
|
|
1478
|
+
* **Equals**
|
|
1479
|
+
*/
|
|
1480
|
+
export type ScrubbingRuleEntryMatchOperator = string;
|
|
1481
|
+
|
|
1482
|
+
/** Known values of {@link ScrubbingRuleEntryState} that the service accepts. */
|
|
1483
|
+
export enum KnownScrubbingRuleEntryState {
|
|
1484
|
+
/** Enabled */
|
|
1485
|
+
Enabled = "Enabled",
|
|
1486
|
+
/** Disabled */
|
|
1487
|
+
Disabled = "Disabled",
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* Defines values for ScrubbingRuleEntryState. \
|
|
1492
|
+
* {@link KnownScrubbingRuleEntryState} can be used interchangeably with ScrubbingRuleEntryState,
|
|
1493
|
+
* this enum contains the known values that the service supports.
|
|
1494
|
+
* ### Known values supported by the service
|
|
1495
|
+
* **Enabled** \
|
|
1496
|
+
* **Disabled**
|
|
1497
|
+
*/
|
|
1498
|
+
export type ScrubbingRuleEntryState = string;
|
|
1499
|
+
|
|
1387
1500
|
/** Known values of {@link CustomRuleEnabledState} that the service accepts. */
|
|
1388
1501
|
export enum KnownCustomRuleEnabledState {
|
|
1389
1502
|
/** Disabled */
|
|
1390
1503
|
Disabled = "Disabled",
|
|
1391
1504
|
/** Enabled */
|
|
1392
|
-
Enabled = "Enabled"
|
|
1505
|
+
Enabled = "Enabled",
|
|
1393
1506
|
}
|
|
1394
1507
|
|
|
1395
1508
|
/**
|
|
@@ -1407,7 +1520,7 @@ export enum KnownRuleType {
|
|
|
1407
1520
|
/** MatchRule */
|
|
1408
1521
|
MatchRule = "MatchRule",
|
|
1409
1522
|
/** RateLimitRule */
|
|
1410
|
-
RateLimitRule = "RateLimitRule"
|
|
1523
|
+
RateLimitRule = "RateLimitRule",
|
|
1411
1524
|
}
|
|
1412
1525
|
|
|
1413
1526
|
/**
|
|
@@ -1420,6 +1533,27 @@ export enum KnownRuleType {
|
|
|
1420
1533
|
*/
|
|
1421
1534
|
export type RuleType = string;
|
|
1422
1535
|
|
|
1536
|
+
/** Known values of {@link VariableName} that the service accepts. */
|
|
1537
|
+
export enum KnownVariableName {
|
|
1538
|
+
/** SocketAddr */
|
|
1539
|
+
SocketAddr = "SocketAddr",
|
|
1540
|
+
/** GeoLocation */
|
|
1541
|
+
GeoLocation = "GeoLocation",
|
|
1542
|
+
/** None */
|
|
1543
|
+
None = "None",
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
/**
|
|
1547
|
+
* Defines values for VariableName. \
|
|
1548
|
+
* {@link KnownVariableName} can be used interchangeably with VariableName,
|
|
1549
|
+
* this enum contains the known values that the service supports.
|
|
1550
|
+
* ### Known values supported by the service
|
|
1551
|
+
* **SocketAddr** \
|
|
1552
|
+
* **GeoLocation** \
|
|
1553
|
+
* **None**
|
|
1554
|
+
*/
|
|
1555
|
+
export type VariableName = string;
|
|
1556
|
+
|
|
1423
1557
|
/** Known values of {@link MatchVariable} that the service accepts. */
|
|
1424
1558
|
export enum KnownMatchVariable {
|
|
1425
1559
|
/** RemoteAddr */
|
|
@@ -1439,7 +1573,7 @@ export enum KnownMatchVariable {
|
|
|
1439
1573
|
/** Cookies */
|
|
1440
1574
|
Cookies = "Cookies",
|
|
1441
1575
|
/** SocketAddr */
|
|
1442
|
-
SocketAddr = "SocketAddr"
|
|
1576
|
+
SocketAddr = "SocketAddr",
|
|
1443
1577
|
}
|
|
1444
1578
|
|
|
1445
1579
|
/**
|
|
@@ -1484,7 +1618,7 @@ export enum KnownOperator {
|
|
|
1484
1618
|
/** EndsWith */
|
|
1485
1619
|
EndsWith = "EndsWith",
|
|
1486
1620
|
/** RegEx */
|
|
1487
|
-
RegEx = "RegEx"
|
|
1621
|
+
RegEx = "RegEx",
|
|
1488
1622
|
}
|
|
1489
1623
|
|
|
1490
1624
|
/**
|
|
@@ -1520,7 +1654,7 @@ export enum KnownTransformType {
|
|
|
1520
1654
|
/** UrlEncode */
|
|
1521
1655
|
UrlEncode = "UrlEncode",
|
|
1522
1656
|
/** RemoveNulls */
|
|
1523
|
-
RemoveNulls = "RemoveNulls"
|
|
1657
|
+
RemoveNulls = "RemoveNulls",
|
|
1524
1658
|
}
|
|
1525
1659
|
|
|
1526
1660
|
/**
|
|
@@ -1548,7 +1682,9 @@ export enum KnownActionType {
|
|
|
1548
1682
|
/** Redirect */
|
|
1549
1683
|
Redirect = "Redirect",
|
|
1550
1684
|
/** AnomalyScoring */
|
|
1551
|
-
AnomalyScoring = "AnomalyScoring"
|
|
1685
|
+
AnomalyScoring = "AnomalyScoring",
|
|
1686
|
+
/** JSChallenge */
|
|
1687
|
+
JSChallenge = "JSChallenge",
|
|
1552
1688
|
}
|
|
1553
1689
|
|
|
1554
1690
|
/**
|
|
@@ -1560,7 +1696,8 @@ export enum KnownActionType {
|
|
|
1560
1696
|
* **Block** \
|
|
1561
1697
|
* **Log** \
|
|
1562
1698
|
* **Redirect** \
|
|
1563
|
-
* **AnomalyScoring**
|
|
1699
|
+
* **AnomalyScoring** \
|
|
1700
|
+
* **JSChallenge**
|
|
1564
1701
|
*/
|
|
1565
1702
|
export type ActionType = string;
|
|
1566
1703
|
|
|
@@ -1571,7 +1708,7 @@ export enum KnownManagedRuleSetActionType {
|
|
|
1571
1708
|
/** Log */
|
|
1572
1709
|
Log = "Log",
|
|
1573
1710
|
/** Redirect */
|
|
1574
|
-
Redirect = "Redirect"
|
|
1711
|
+
Redirect = "Redirect",
|
|
1575
1712
|
}
|
|
1576
1713
|
|
|
1577
1714
|
/**
|
|
@@ -1596,7 +1733,7 @@ export enum KnownManagedRuleExclusionMatchVariable {
|
|
|
1596
1733
|
/** RequestBodyPostArgNames */
|
|
1597
1734
|
RequestBodyPostArgNames = "RequestBodyPostArgNames",
|
|
1598
1735
|
/** RequestBodyJsonArgNames */
|
|
1599
|
-
RequestBodyJsonArgNames = "RequestBodyJsonArgNames"
|
|
1736
|
+
RequestBodyJsonArgNames = "RequestBodyJsonArgNames",
|
|
1600
1737
|
}
|
|
1601
1738
|
|
|
1602
1739
|
/**
|
|
@@ -1623,7 +1760,7 @@ export enum KnownManagedRuleExclusionSelectorMatchOperator {
|
|
|
1623
1760
|
/** EndsWith */
|
|
1624
1761
|
EndsWith = "EndsWith",
|
|
1625
1762
|
/** EqualsAny */
|
|
1626
|
-
EqualsAny = "EqualsAny"
|
|
1763
|
+
EqualsAny = "EqualsAny",
|
|
1627
1764
|
}
|
|
1628
1765
|
|
|
1629
1766
|
/**
|
|
@@ -1644,7 +1781,7 @@ export enum KnownManagedRuleEnabledState {
|
|
|
1644
1781
|
/** Disabled */
|
|
1645
1782
|
Disabled = "Disabled",
|
|
1646
1783
|
/** Enabled */
|
|
1647
|
-
Enabled = "Enabled"
|
|
1784
|
+
Enabled = "Enabled",
|
|
1648
1785
|
}
|
|
1649
1786
|
|
|
1650
1787
|
/**
|
|
@@ -1670,7 +1807,7 @@ export enum KnownPolicyResourceState {
|
|
|
1670
1807
|
/** Disabled */
|
|
1671
1808
|
Disabled = "Disabled",
|
|
1672
1809
|
/** Deleting */
|
|
1673
|
-
Deleting = "Deleting"
|
|
1810
|
+
Deleting = "Deleting",
|
|
1674
1811
|
}
|
|
1675
1812
|
|
|
1676
1813
|
/**
|
|
@@ -1694,7 +1831,7 @@ export enum KnownSkuName {
|
|
|
1694
1831
|
/** StandardAzureFrontDoor */
|
|
1695
1832
|
StandardAzureFrontDoor = "Standard_AzureFrontDoor",
|
|
1696
1833
|
/** PremiumAzureFrontDoor */
|
|
1697
|
-
PremiumAzureFrontDoor = "Premium_AzureFrontDoor"
|
|
1834
|
+
PremiumAzureFrontDoor = "Premium_AzureFrontDoor",
|
|
1698
1835
|
}
|
|
1699
1836
|
|
|
1700
1837
|
/**
|
|
@@ -1713,7 +1850,7 @@ export enum KnownAvailability {
|
|
|
1713
1850
|
/** Available */
|
|
1714
1851
|
Available = "Available",
|
|
1715
1852
|
/** Unavailable */
|
|
1716
|
-
Unavailable = "Unavailable"
|
|
1853
|
+
Unavailable = "Unavailable",
|
|
1717
1854
|
}
|
|
1718
1855
|
|
|
1719
1856
|
/**
|
|
@@ -1743,7 +1880,7 @@ export enum KnownFrontDoorResourceState {
|
|
|
1743
1880
|
/** Migrating */
|
|
1744
1881
|
Migrating = "Migrating",
|
|
1745
1882
|
/** Migrated */
|
|
1746
|
-
Migrated = "Migrated"
|
|
1883
|
+
Migrated = "Migrated",
|
|
1747
1884
|
}
|
|
1748
1885
|
|
|
1749
1886
|
/**
|
|
@@ -1769,7 +1906,7 @@ export enum KnownHeaderActionType {
|
|
|
1769
1906
|
/** Delete */
|
|
1770
1907
|
Delete = "Delete",
|
|
1771
1908
|
/** Overwrite */
|
|
1772
|
-
Overwrite = "Overwrite"
|
|
1909
|
+
Overwrite = "Overwrite",
|
|
1773
1910
|
}
|
|
1774
1911
|
|
|
1775
1912
|
/**
|
|
@@ -1808,7 +1945,7 @@ export enum KnownRulesEngineMatchVariable {
|
|
|
1808
1945
|
/** RequestBody */
|
|
1809
1946
|
RequestBody = "RequestBody",
|
|
1810
1947
|
/** RequestScheme */
|
|
1811
|
-
RequestScheme = "RequestScheme"
|
|
1948
|
+
RequestScheme = "RequestScheme",
|
|
1812
1949
|
}
|
|
1813
1950
|
|
|
1814
1951
|
/**
|
|
@@ -1854,7 +1991,7 @@ export enum KnownRulesEngineOperator {
|
|
|
1854
1991
|
/** BeginsWith */
|
|
1855
1992
|
BeginsWith = "BeginsWith",
|
|
1856
1993
|
/** EndsWith */
|
|
1857
|
-
EndsWith = "EndsWith"
|
|
1994
|
+
EndsWith = "EndsWith",
|
|
1858
1995
|
}
|
|
1859
1996
|
|
|
1860
1997
|
/**
|
|
@@ -1889,7 +2026,7 @@ export enum KnownTransform {
|
|
|
1889
2026
|
/** UrlEncode */
|
|
1890
2027
|
UrlEncode = "UrlEncode",
|
|
1891
2028
|
/** RemoveNulls */
|
|
1892
|
-
RemoveNulls = "RemoveNulls"
|
|
2029
|
+
RemoveNulls = "RemoveNulls",
|
|
1893
2030
|
}
|
|
1894
2031
|
|
|
1895
2032
|
/**
|
|
@@ -1911,7 +2048,7 @@ export enum KnownMatchProcessingBehavior {
|
|
|
1911
2048
|
/** Continue */
|
|
1912
2049
|
Continue = "Continue",
|
|
1913
2050
|
/** Stop */
|
|
1914
|
-
Stop = "Stop"
|
|
2051
|
+
Stop = "Stop",
|
|
1915
2052
|
}
|
|
1916
2053
|
|
|
1917
2054
|
/**
|
|
@@ -1929,7 +2066,7 @@ export enum KnownFrontDoorProtocol {
|
|
|
1929
2066
|
/** Http */
|
|
1930
2067
|
Http = "Http",
|
|
1931
2068
|
/** Https */
|
|
1932
|
-
Https = "Https"
|
|
2069
|
+
Https = "Https",
|
|
1933
2070
|
}
|
|
1934
2071
|
|
|
1935
2072
|
/**
|
|
@@ -1947,7 +2084,7 @@ export enum KnownRoutingRuleEnabledState {
|
|
|
1947
2084
|
/** Enabled */
|
|
1948
2085
|
Enabled = "Enabled",
|
|
1949
2086
|
/** Disabled */
|
|
1950
|
-
Disabled = "Disabled"
|
|
2087
|
+
Disabled = "Disabled",
|
|
1951
2088
|
}
|
|
1952
2089
|
|
|
1953
2090
|
/**
|
|
@@ -1965,7 +2102,7 @@ export enum KnownFrontDoorHealthProbeMethod {
|
|
|
1965
2102
|
/** GET */
|
|
1966
2103
|
GET = "GET",
|
|
1967
2104
|
/** Head */
|
|
1968
|
-
Head = "HEAD"
|
|
2105
|
+
Head = "HEAD",
|
|
1969
2106
|
}
|
|
1970
2107
|
|
|
1971
2108
|
/**
|
|
@@ -1983,7 +2120,7 @@ export enum KnownHealthProbeEnabled {
|
|
|
1983
2120
|
/** Enabled */
|
|
1984
2121
|
Enabled = "Enabled",
|
|
1985
2122
|
/** Disabled */
|
|
1986
|
-
Disabled = "Disabled"
|
|
2123
|
+
Disabled = "Disabled",
|
|
1987
2124
|
}
|
|
1988
2125
|
|
|
1989
2126
|
/**
|
|
@@ -2007,7 +2144,7 @@ export enum KnownPrivateEndpointStatus {
|
|
|
2007
2144
|
/** Disconnected */
|
|
2008
2145
|
Disconnected = "Disconnected",
|
|
2009
2146
|
/** Timeout */
|
|
2010
|
-
Timeout = "Timeout"
|
|
2147
|
+
Timeout = "Timeout",
|
|
2011
2148
|
}
|
|
2012
2149
|
|
|
2013
2150
|
/**
|
|
@@ -2028,7 +2165,7 @@ export enum KnownBackendEnabledState {
|
|
|
2028
2165
|
/** Enabled */
|
|
2029
2166
|
Enabled = "Enabled",
|
|
2030
2167
|
/** Disabled */
|
|
2031
|
-
Disabled = "Disabled"
|
|
2168
|
+
Disabled = "Disabled",
|
|
2032
2169
|
}
|
|
2033
2170
|
|
|
2034
2171
|
/**
|
|
@@ -2052,7 +2189,7 @@ export enum KnownCustomHttpsProvisioningState {
|
|
|
2052
2189
|
/** Disabled */
|
|
2053
2190
|
Disabled = "Disabled",
|
|
2054
2191
|
/** Failed */
|
|
2055
|
-
Failed = "Failed"
|
|
2192
|
+
Failed = "Failed",
|
|
2056
2193
|
}
|
|
2057
2194
|
|
|
2058
2195
|
/**
|
|
@@ -2089,7 +2226,7 @@ export enum KnownCustomHttpsProvisioningSubstate {
|
|
|
2089
2226
|
/** DeletingCertificate */
|
|
2090
2227
|
DeletingCertificate = "DeletingCertificate",
|
|
2091
2228
|
/** CertificateDeleted */
|
|
2092
|
-
CertificateDeleted = "CertificateDeleted"
|
|
2229
|
+
CertificateDeleted = "CertificateDeleted",
|
|
2093
2230
|
}
|
|
2094
2231
|
|
|
2095
2232
|
/**
|
|
@@ -2115,7 +2252,7 @@ export enum KnownFrontDoorCertificateSource {
|
|
|
2115
2252
|
/** AzureKeyVault */
|
|
2116
2253
|
AzureKeyVault = "AzureKeyVault",
|
|
2117
2254
|
/** FrontDoor */
|
|
2118
|
-
FrontDoor = "FrontDoor"
|
|
2255
|
+
FrontDoor = "FrontDoor",
|
|
2119
2256
|
}
|
|
2120
2257
|
|
|
2121
2258
|
/**
|
|
@@ -2131,7 +2268,7 @@ export type FrontDoorCertificateSource = string;
|
|
|
2131
2268
|
/** Known values of {@link FrontDoorTlsProtocolType} that the service accepts. */
|
|
2132
2269
|
export enum KnownFrontDoorTlsProtocolType {
|
|
2133
2270
|
/** ServerNameIndication */
|
|
2134
|
-
ServerNameIndication = "ServerNameIndication"
|
|
2271
|
+
ServerNameIndication = "ServerNameIndication",
|
|
2135
2272
|
}
|
|
2136
2273
|
|
|
2137
2274
|
/**
|
|
@@ -2148,7 +2285,7 @@ export enum KnownMinimumTLSVersion {
|
|
|
2148
2285
|
/** One0 */
|
|
2149
2286
|
One0 = "1.0",
|
|
2150
2287
|
/** One2 */
|
|
2151
|
-
One2 = "1.2"
|
|
2288
|
+
One2 = "1.2",
|
|
2152
2289
|
}
|
|
2153
2290
|
|
|
2154
2291
|
/**
|
|
@@ -2164,7 +2301,7 @@ export type MinimumTLSVersion = string;
|
|
|
2164
2301
|
/** Known values of {@link FrontDoorCertificateType} that the service accepts. */
|
|
2165
2302
|
export enum KnownFrontDoorCertificateType {
|
|
2166
2303
|
/** Dedicated */
|
|
2167
|
-
Dedicated = "Dedicated"
|
|
2304
|
+
Dedicated = "Dedicated",
|
|
2168
2305
|
}
|
|
2169
2306
|
|
|
2170
2307
|
/**
|
|
@@ -2181,7 +2318,7 @@ export enum KnownSessionAffinityEnabledState {
|
|
|
2181
2318
|
/** Enabled */
|
|
2182
2319
|
Enabled = "Enabled",
|
|
2183
2320
|
/** Disabled */
|
|
2184
|
-
Disabled = "Disabled"
|
|
2321
|
+
Disabled = "Disabled",
|
|
2185
2322
|
}
|
|
2186
2323
|
|
|
2187
2324
|
/**
|
|
@@ -2199,7 +2336,7 @@ export enum KnownEnforceCertificateNameCheckEnabledState {
|
|
|
2199
2336
|
/** Enabled */
|
|
2200
2337
|
Enabled = "Enabled",
|
|
2201
2338
|
/** Disabled */
|
|
2202
|
-
Disabled = "Disabled"
|
|
2339
|
+
Disabled = "Disabled",
|
|
2203
2340
|
}
|
|
2204
2341
|
|
|
2205
2342
|
/**
|
|
@@ -2217,7 +2354,7 @@ export enum KnownFrontDoorEnabledState {
|
|
|
2217
2354
|
/** Enabled */
|
|
2218
2355
|
Enabled = "Enabled",
|
|
2219
2356
|
/** Disabled */
|
|
2220
|
-
Disabled = "Disabled"
|
|
2357
|
+
Disabled = "Disabled",
|
|
2221
2358
|
}
|
|
2222
2359
|
|
|
2223
2360
|
/**
|
|
@@ -2243,7 +2380,7 @@ export enum KnownNetworkExperimentResourceState {
|
|
|
2243
2380
|
/** Disabled */
|
|
2244
2381
|
Disabled = "Disabled",
|
|
2245
2382
|
/** Deleting */
|
|
2246
|
-
Deleting = "Deleting"
|
|
2383
|
+
Deleting = "Deleting",
|
|
2247
2384
|
}
|
|
2248
2385
|
|
|
2249
2386
|
/**
|
|
@@ -2265,7 +2402,7 @@ export enum KnownState {
|
|
|
2265
2402
|
/** Enabled */
|
|
2266
2403
|
Enabled = "Enabled",
|
|
2267
2404
|
/** Disabled */
|
|
2268
|
-
Disabled = "Disabled"
|
|
2405
|
+
Disabled = "Disabled",
|
|
2269
2406
|
}
|
|
2270
2407
|
|
|
2271
2408
|
/**
|
|
@@ -2287,7 +2424,7 @@ export enum KnownEndpointType {
|
|
|
2287
2424
|
/** CDN */
|
|
2288
2425
|
CDN = "CDN",
|
|
2289
2426
|
/** ATM */
|
|
2290
|
-
ATM = "ATM"
|
|
2427
|
+
ATM = "ATM",
|
|
2291
2428
|
}
|
|
2292
2429
|
|
|
2293
2430
|
/**
|
|
@@ -2309,7 +2446,7 @@ export enum KnownLatencyScorecardAggregationInterval {
|
|
|
2309
2446
|
/** Weekly */
|
|
2310
2447
|
Weekly = "Weekly",
|
|
2311
2448
|
/** Monthly */
|
|
2312
|
-
Monthly = "Monthly"
|
|
2449
|
+
Monthly = "Monthly",
|
|
2313
2450
|
}
|
|
2314
2451
|
|
|
2315
2452
|
/**
|
|
@@ -2328,7 +2465,7 @@ export enum KnownTimeseriesAggregationInterval {
|
|
|
2328
2465
|
/** Hourly */
|
|
2329
2466
|
Hourly = "Hourly",
|
|
2330
2467
|
/** Daily */
|
|
2331
|
-
Daily = "Daily"
|
|
2468
|
+
Daily = "Daily",
|
|
2332
2469
|
}
|
|
2333
2470
|
|
|
2334
2471
|
/**
|
|
@@ -2350,7 +2487,7 @@ export enum KnownTimeseriesType {
|
|
|
2350
2487
|
/** LatencyP75 */
|
|
2351
2488
|
LatencyP75 = "LatencyP75",
|
|
2352
2489
|
/** LatencyP95 */
|
|
2353
|
-
LatencyP95 = "LatencyP95"
|
|
2490
|
+
LatencyP95 = "LatencyP95",
|
|
2354
2491
|
}
|
|
2355
2492
|
|
|
2356
2493
|
/**
|
|
@@ -2370,7 +2507,7 @@ export enum KnownAggregationInterval {
|
|
|
2370
2507
|
/** Hourly */
|
|
2371
2508
|
Hourly = "Hourly",
|
|
2372
2509
|
/** Daily */
|
|
2373
|
-
Daily = "Daily"
|
|
2510
|
+
Daily = "Daily",
|
|
2374
2511
|
}
|
|
2375
2512
|
|
|
2376
2513
|
/**
|
|
@@ -2390,7 +2527,7 @@ export enum KnownNetworkOperationStatus {
|
|
|
2390
2527
|
/** Succeeded */
|
|
2391
2528
|
Succeeded = "Succeeded",
|
|
2392
2529
|
/** Failed */
|
|
2393
|
-
Failed = "Failed"
|
|
2530
|
+
Failed = "Failed",
|
|
2394
2531
|
}
|
|
2395
2532
|
|
|
2396
2533
|
/**
|
|
@@ -2411,7 +2548,7 @@ export enum KnownFrontDoorForwardingProtocol {
|
|
|
2411
2548
|
/** HttpsOnly */
|
|
2412
2549
|
HttpsOnly = "HttpsOnly",
|
|
2413
2550
|
/** MatchRequest */
|
|
2414
|
-
MatchRequest = "MatchRequest"
|
|
2551
|
+
MatchRequest = "MatchRequest",
|
|
2415
2552
|
}
|
|
2416
2553
|
|
|
2417
2554
|
/**
|
|
@@ -2434,7 +2571,7 @@ export enum KnownFrontDoorQuery {
|
|
|
2434
2571
|
/** StripOnly */
|
|
2435
2572
|
StripOnly = "StripOnly",
|
|
2436
2573
|
/** StripAllExcept */
|
|
2437
|
-
StripAllExcept = "StripAllExcept"
|
|
2574
|
+
StripAllExcept = "StripAllExcept",
|
|
2438
2575
|
}
|
|
2439
2576
|
|
|
2440
2577
|
/**
|
|
@@ -2454,7 +2591,7 @@ export enum KnownDynamicCompressionEnabled {
|
|
|
2454
2591
|
/** Enabled */
|
|
2455
2592
|
Enabled = "Enabled",
|
|
2456
2593
|
/** Disabled */
|
|
2457
|
-
Disabled = "Disabled"
|
|
2594
|
+
Disabled = "Disabled",
|
|
2458
2595
|
}
|
|
2459
2596
|
|
|
2460
2597
|
/**
|
|
@@ -2476,7 +2613,7 @@ export enum KnownFrontDoorRedirectType {
|
|
|
2476
2613
|
/** TemporaryRedirect */
|
|
2477
2614
|
TemporaryRedirect = "TemporaryRedirect",
|
|
2478
2615
|
/** PermanentRedirect */
|
|
2479
|
-
PermanentRedirect = "PermanentRedirect"
|
|
2616
|
+
PermanentRedirect = "PermanentRedirect",
|
|
2480
2617
|
}
|
|
2481
2618
|
|
|
2482
2619
|
/**
|
|
@@ -2498,7 +2635,7 @@ export enum KnownFrontDoorRedirectProtocol {
|
|
|
2498
2635
|
/** HttpsOnly */
|
|
2499
2636
|
HttpsOnly = "HttpsOnly",
|
|
2500
2637
|
/** MatchRequest */
|
|
2501
|
-
MatchRequest = "MatchRequest"
|
|
2638
|
+
MatchRequest = "MatchRequest",
|
|
2502
2639
|
}
|
|
2503
2640
|
|
|
2504
2641
|
/**
|
|
@@ -2528,7 +2665,8 @@ export interface PoliciesListBySubscriptionOptionalParams
|
|
|
2528
2665
|
extends coreClient.OperationOptions {}
|
|
2529
2666
|
|
|
2530
2667
|
/** Contains response data for the listBySubscription operation. */
|
|
2531
|
-
export type PoliciesListBySubscriptionResponse =
|
|
2668
|
+
export type PoliciesListBySubscriptionResponse =
|
|
2669
|
+
WebApplicationFirewallPolicyList;
|
|
2532
2670
|
|
|
2533
2671
|
/** Optional parameters. */
|
|
2534
2672
|
export interface PoliciesGetOptionalParams
|
|
@@ -2582,7 +2720,8 @@ export interface PoliciesListBySubscriptionNextOptionalParams
|
|
|
2582
2720
|
extends coreClient.OperationOptions {}
|
|
2583
2721
|
|
|
2584
2722
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2585
|
-
export type PoliciesListBySubscriptionNextResponse =
|
|
2723
|
+
export type PoliciesListBySubscriptionNextResponse =
|
|
2724
|
+
WebApplicationFirewallPolicyList;
|
|
2586
2725
|
|
|
2587
2726
|
/** Optional parameters. */
|
|
2588
2727
|
export interface ManagedRuleSetsListOptionalParams
|
|
@@ -2603,14 +2742,16 @@ export interface FrontDoorNameAvailabilityCheckOptionalParams
|
|
|
2603
2742
|
extends coreClient.OperationOptions {}
|
|
2604
2743
|
|
|
2605
2744
|
/** Contains response data for the check operation. */
|
|
2606
|
-
export type FrontDoorNameAvailabilityCheckResponse =
|
|
2745
|
+
export type FrontDoorNameAvailabilityCheckResponse =
|
|
2746
|
+
CheckNameAvailabilityOutput;
|
|
2607
2747
|
|
|
2608
2748
|
/** Optional parameters. */
|
|
2609
2749
|
export interface FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams
|
|
2610
2750
|
extends coreClient.OperationOptions {}
|
|
2611
2751
|
|
|
2612
2752
|
/** Contains response data for the check operation. */
|
|
2613
|
-
export type FrontDoorNameAvailabilityWithSubscriptionCheckResponse =
|
|
2753
|
+
export type FrontDoorNameAvailabilityWithSubscriptionCheckResponse =
|
|
2754
|
+
CheckNameAvailabilityOutput;
|
|
2614
2755
|
|
|
2615
2756
|
/** Optional parameters. */
|
|
2616
2757
|
export interface FrontDoorsListOptionalParams
|
|
@@ -2680,7 +2821,8 @@ export interface FrontendEndpointsListByFrontDoorOptionalParams
|
|
|
2680
2821
|
extends coreClient.OperationOptions {}
|
|
2681
2822
|
|
|
2682
2823
|
/** Contains response data for the listByFrontDoor operation. */
|
|
2683
|
-
export type FrontendEndpointsListByFrontDoorResponse =
|
|
2824
|
+
export type FrontendEndpointsListByFrontDoorResponse =
|
|
2825
|
+
FrontendEndpointsListResult;
|
|
2684
2826
|
|
|
2685
2827
|
/** Optional parameters. */
|
|
2686
2828
|
export interface FrontendEndpointsGetOptionalParams
|
|
@@ -2712,7 +2854,8 @@ export interface FrontendEndpointsListByFrontDoorNextOptionalParams
|
|
|
2712
2854
|
extends coreClient.OperationOptions {}
|
|
2713
2855
|
|
|
2714
2856
|
/** Contains response data for the listByFrontDoorNext operation. */
|
|
2715
|
-
export type FrontendEndpointsListByFrontDoorNextResponse =
|
|
2857
|
+
export type FrontendEndpointsListByFrontDoorNextResponse =
|
|
2858
|
+
FrontendEndpointsListResult;
|
|
2716
2859
|
|
|
2717
2860
|
/** Optional parameters. */
|
|
2718
2861
|
export interface EndpointsPurgeContentOptionalParams
|
|
@@ -2831,7 +2974,8 @@ export interface NetworkExperimentProfilesListByResourceGroupNextOptionalParams
|
|
|
2831
2974
|
extends coreClient.OperationOptions {}
|
|
2832
2975
|
|
|
2833
2976
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2834
|
-
export type NetworkExperimentProfilesListByResourceGroupNextResponse =
|
|
2977
|
+
export type NetworkExperimentProfilesListByResourceGroupNextResponse =
|
|
2978
|
+
ProfileList;
|
|
2835
2979
|
|
|
2836
2980
|
/** Optional parameters. */
|
|
2837
2981
|
export interface PreconfiguredEndpointsListOptionalParams
|