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 bee02100237d065255f2e60da71b2db61d7b6759 into b9c17fe8213e07add6dcd58d246a8865a0fa4897
- Loading branch information
SDKAuto
committed
Nov 16, 2020
1 parent
4499540
commit 20cefde
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.