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.
CodeGen from PR 11685 in Azure/azure-rest-api-specs
Merge 24c218ffc1d0c91a1e777533e6292695b1b6cd03 into fb69291f69f24938af2275ee327a9b594cc086a0
- Loading branch information
SDKAuto
committed
Nov 19, 2020
1 parent
1c2e8c4
commit 4139b4c
Showing
57 changed files
with
5,885 additions
and
533 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
Advisor, | ||
AdvisorsResultList, | ||
AzureEntityResource, | ||
BaseResource, | ||
CloudError, | ||
Configuration, | ||
Database, | ||
FirewallRule, | ||
LogFile, | ||
PrivateEndpointConnection, | ||
PrivateEndpointProperty, | ||
PrivateLinkResource, | ||
PrivateLinkResourceProperties, | ||
PrivateLinkServiceConnectionStateProperty, | ||
ProxyResource, | ||
QueryStatistic, | ||
QueryText, | ||
RecommendationAction, | ||
RecoverableServerResource, | ||
Resource, | ||
Server, | ||
ServerPrivateEndpointConnection, | ||
ServerPrivateEndpointConnectionProperties, | ||
ServerPrivateLinkServiceConnectionStateProperty, | ||
ServerSecurityAlertPolicy, | ||
Sku, | ||
StorageProfile, | ||
TrackedResource, | ||
VirtualNetworkRule, | ||
WaitStatistic | ||
} from "../models/mappers"; |
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
24 changes: 21 additions & 3 deletions
24
sdk/mariadb/arm-mariadb/src/models/configurationsMappers.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 |
---|---|---|
@@ -1,25 +1,43 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
Advisor, | ||
AzureEntityResource, | ||
BaseResource, | ||
CloudError, | ||
Configuration, | ||
ConfigurationListResult, | ||
Database, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
FirewallRule, | ||
LogFile, | ||
PrivateEndpointConnection, | ||
PrivateEndpointProperty, | ||
PrivateLinkResource, | ||
PrivateLinkResourceProperties, | ||
PrivateLinkServiceConnectionStateProperty, | ||
ProxyResource, | ||
QueryStatistic, | ||
QueryText, | ||
RecommendationAction, | ||
RecoverableServerResource, | ||
Resource, | ||
Server, | ||
ServerPrivateEndpointConnection, | ||
ServerPrivateEndpointConnectionProperties, | ||
ServerPrivateLinkServiceConnectionStateProperty, | ||
ServerSecurityAlertPolicy, | ||
Sku, | ||
StorageProfile, | ||
TrackedResource, | ||
VirtualNetworkRule | ||
VirtualNetworkRule, | ||
WaitStatistic | ||
} from "../models/mappers"; |
Oops, something went wrong.