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 12657 in Azure/azure-rest-api-specs
Merge 3b39238d652e67f9b74c5c188419e56047894573 into a57e89f8c3e1215201694cc0d6e9a51842573df0
- Loading branch information
SDKAuto
committed
Jan 28, 2021
1 parent
d05ec37
commit 8df3e74
Showing
21 changed files
with
1,490 additions
and
105 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
27 changes: 27 additions & 0 deletions
27
sdk/azurestack/arm-azurestack/src/models/cloudManifestFileMappers.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,27 @@ | ||
/* | ||
* 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 { | ||
BaseResource, | ||
CloudManifestFileDeploymentData, | ||
CloudManifestFileProperties, | ||
CloudManifestFileResponse, | ||
Compatibility, | ||
CustomerSubscription, | ||
ErrorDetails, | ||
ErrorResponse, | ||
IconUris, | ||
LinkedSubscription, | ||
Product, | ||
ProductLink, | ||
ProductProperties, | ||
Registration, | ||
Resource, | ||
SystemData, | ||
TrackedResource | ||
} from "../models/mappers"; |
10 changes: 7 additions & 3 deletions
10
sdk/azurestack/arm-azurestack/src/models/customerSubscriptionsMappers.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,24 +1,28 @@ | ||
/* | ||
* 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 { | ||
BaseResource, | ||
CloudError, | ||
CloudManifestFileDeploymentData, | ||
CloudManifestFileProperties, | ||
CloudManifestFileResponse, | ||
Compatibility, | ||
CustomerSubscription, | ||
CustomerSubscriptionList, | ||
ErrorDetails, | ||
ErrorResponse, | ||
IconUris, | ||
LinkedSubscription, | ||
Product, | ||
ProductLink, | ||
ProductProperties, | ||
Registration, | ||
Resource, | ||
SystemData, | ||
TrackedResource | ||
} from "../models/mappers"; |
Oops, something went wrong.