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 12293 in Azure/azure-rest-api-specs
Fix ARM Errors and update the swagger files. (Azure#12293) * Fix ARM Errors and update the swagger files. * update * update import export spec file. * remove import/export from v2 and v1 in the original pr: Azure/azure-rest-api-specs@99b5b0c the import export APIs were only added to v3. * update import export spec file. * separate db import export from this PR. * revert importdatabases
- Loading branch information
SDKAuto
committed
Jan 14, 2021
1 parent
ea1f4e7
commit 49fdf75
Showing
199 changed files
with
22,395 additions
and
8,650 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,38 @@ | ||
/* | ||
* 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 { | ||
AutoPauseDelayTimeRange, | ||
CloudError, | ||
EditionCapability, | ||
ElasticPoolEditionCapability, | ||
ElasticPoolPerDatabaseMaxPerformanceLevelCapability, | ||
ElasticPoolPerDatabaseMinPerformanceLevelCapability, | ||
ElasticPoolPerformanceLevelCapability, | ||
InstancePoolEditionCapability, | ||
InstancePoolFamilyCapability, | ||
InstancePoolVcoresCapability, | ||
LicenseTypeCapability, | ||
LocationCapabilities, | ||
LogSizeCapability, | ||
MaintenanceConfigurationCapability, | ||
ManagedInstanceEditionCapability, | ||
ManagedInstanceFamilyCapability, | ||
ManagedInstanceMaintenanceConfigurationCapability, | ||
ManagedInstanceVcoresCapability, | ||
ManagedInstanceVersionCapability, | ||
MaxSizeCapability, | ||
MaxSizeRangeCapability, | ||
MinCapacityCapability, | ||
PerformanceLevelCapability, | ||
ReadScaleCapability, | ||
ServerVersionCapability, | ||
ServiceObjectiveCapability, | ||
Sku | ||
Sku, | ||
StorageCapability | ||
} 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
Oops, something went wrong.