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
OSSRDBMS Swagger completeness related changes (Azure#11685) * OSSRDBMS Swagger completeness related changes * OSSRDBMS Swagger completeness related changes * OSSRDBMS Swagger completeness related changes * OSSRDBMS Swagger completeness related changes
- Loading branch information
SDKAuto
committed
Dec 8, 2020
1 parent
6c6ce54
commit 694c377
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.