forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from bc86b2821624c6ed2dfa42ef196ba035b6d98a0d
fix x-nullable usage
- Loading branch information
SDK Automation
committed
Feb 21, 2020
1 parent
18e99c8
commit b26d048
Showing
34 changed files
with
5,785 additions
and
3,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
PurgeParameters, | ||
ErrorResponse | ||
ErrorResponse, | ||
PurgeParameters | ||
} from "../models/mappers"; | ||
|
59 changes: 59 additions & 0 deletions
59
sdk/frontdoor/arm-frontdoor/src/models/experimentsMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
Backend, | ||
BackendPool, | ||
BackendPoolsSettings, | ||
BaseResource, | ||
CacheConfiguration, | ||
CustomHttpsConfiguration, | ||
CustomRule, | ||
CustomRuleList, | ||
Endpoint, | ||
ErrorResponse, | ||
Experiment, | ||
ExperimentList, | ||
ExperimentUpdateModel, | ||
ForwardingConfiguration, | ||
FrontDoor, | ||
FrontendEndpoint, | ||
FrontendEndpointLink, | ||
FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink, | ||
HeaderAction, | ||
HealthProbeSettingsModel, | ||
KeyVaultCertificateSourceParametersVault, | ||
LatencyMetric, | ||
LatencyScorecard, | ||
LoadBalancingSettingsModel, | ||
ManagedRuleDefinition, | ||
ManagedRuleExclusion, | ||
ManagedRuleGroupDefinition, | ||
ManagedRuleGroupOverride, | ||
ManagedRuleOverride, | ||
ManagedRuleSet, | ||
ManagedRuleSetDefinition, | ||
ManagedRuleSetList, | ||
MatchCondition, | ||
PolicySettings, | ||
PreconfiguredEndpoint, | ||
Profile, | ||
RedirectConfiguration, | ||
Resource, | ||
RouteConfiguration, | ||
RoutingRule, | ||
RulesEngine, | ||
RulesEngineAction, | ||
RulesEngineMatchCondition, | ||
RulesEngineRule, | ||
SubResource, | ||
Timeseries, | ||
TimeseriesDataPoint, | ||
WebApplicationFirewallPolicy | ||
} from "../models/mappers"; |
Oops, something went wrong.