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 13733 in Azure/azure-rest-api-specs
Merge e2fb51faaed8b7b0c8e7eb1a211dc5c7939033b3 into 8e8cb6958f75504ec011a1e57f54b7e73d059531
- Loading branch information
SDKAuto
committed
Mar 31, 2021
1 parent
b7e83ae
commit 5bcbbc9
Showing
17 changed files
with
1,573 additions
and
596 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 |
---|---|---|
@@ -1,28 +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. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
MapsAccountCreateParameters, | ||
Sku, | ||
MapsAccount, | ||
Resource, | ||
AzureEntityResource, | ||
BaseResource, | ||
ErrorModel, | ||
ErrorDetailsItem, | ||
MapsAccountUpdateParameters, | ||
MapsAccounts, | ||
MapsAccountsMoveRequest, | ||
Creator, | ||
CreatorProperties, | ||
ErrorAdditionalInfo, | ||
ErrorDetail, | ||
ErrorResponse, | ||
MapsAccount, | ||
MapsAccountKeys, | ||
MapsAccountProperties, | ||
MapsAccounts, | ||
MapsAccountUpdateParameters, | ||
MapsKeySpecification, | ||
MapsOperations, | ||
MapsOperationsValueItem, | ||
MapsOperationsValueItemDisplay | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
SystemData, | ||
TrackedResource | ||
} 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* 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 { | ||
AzureEntityResource, | ||
BaseResource, | ||
Creator, | ||
CreatorList, | ||
CreatorProperties, | ||
CreatorUpdateParameters, | ||
ErrorAdditionalInfo, | ||
ErrorDetail, | ||
ErrorResponse, | ||
MapsAccount, | ||
MapsAccountProperties, | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
SystemData, | ||
TrackedResource | ||
} from "../models/mappers"; |
Oops, something went wrong.