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 7b4e1d713e32ae1ef140816b6654022696e82df4 into ea5bc27ee9cadeb67767d774c82095be2420bcad
- Loading branch information
SDKAuto
committed
Apr 14, 2021
1 parent
b8c4ac2
commit 8d24c08
Showing
17 changed files
with
1,893 additions
and
566 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.