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 15915 in Azure/azure-rest-api-specs
Merge 8d67ccee690fd07d08a42c18eaad308d4a4b8375 into b13c859fcd0e239f9c46c1dbc8e6972529485e1e
- Loading branch information
SDKAuto
committed
Oct 1, 2021
1 parent
af0330b
commit 497b11c
Showing
16 changed files
with
1,003 additions
and
95 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
22 changes: 22 additions & 0 deletions
22
sdk/powerbidedicated/arm-powerbidedicated/src/models/autoScaleVCoresMappers.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,22 @@ | ||
/* | ||
* 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 { | ||
AutoScaleVCore, | ||
AutoScaleVCoreListResult, | ||
AutoScaleVCoreSku, | ||
AutoScaleVCoreUpdateParameters, | ||
BaseResource, | ||
CapacitySku, | ||
DedicatedCapacity, | ||
DedicatedCapacityAdministrators, | ||
ErrorResponse, | ||
ErrorResponseError, | ||
Resource, | ||
SystemData | ||
} from "../models/mappers"; |
14 changes: 9 additions & 5 deletions
14
sdk/powerbidedicated/arm-powerbidedicated/src/models/capacitiesMappers.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,23 +1,27 @@ | ||
/* | ||
* 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 { | ||
AutoScaleVCore, | ||
AutoScaleVCoreSku, | ||
BaseResource, | ||
CapacitySku, | ||
CheckCapacityNameAvailabilityParameters, | ||
CheckCapacityNameAvailabilityResult, | ||
CloudError, | ||
DedicatedCapacities, | ||
DedicatedCapacity, | ||
DedicatedCapacityAdministrators, | ||
DedicatedCapacityUpdateParameters, | ||
ErrorResponse, | ||
ErrorResponseError, | ||
Resource, | ||
ResourceSku, | ||
SkuDetailsForExistingResource, | ||
SkuEnumerationForExistingResourceResult, | ||
SkuEnumerationForNewResourceResult | ||
SkuEnumerationForNewResourceResult, | ||
SystemData | ||
} from "../models/mappers"; |
Oops, something went wrong.