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 13945 in Azure/azure-rest-api-specs
Merge 587b424a4c939b7fee2b116da1b77d2b96490cbb into e0624d2b17a8dcee07acfb08f39508a773a8dc21
- Loading branch information
SDKAuto
committed
May 18, 2021
1 parent
a5a15f6
commit a233a2b
Showing
17 changed files
with
955 additions
and
942 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
24 changes: 0 additions & 24 deletions
24
sdk/managedapplications/arm-managedapplications/src/models/applianceDefinitionsMappers.ts
This file was deleted.
Oops, something went wrong.
16 changes: 8 additions & 8 deletions
16
...lications/src/models/appliancesMappers.ts → ...c/models/applicationDefinitionsMappers.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
24 changes: 24 additions & 0 deletions
24
sdk/managedapplications/arm-managedapplications/src/models/applicationsMappers.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,24 @@ | ||
/* | ||
* 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 { | ||
Application, | ||
ApplicationArtifact, | ||
ApplicationDefinition, | ||
ApplicationListResult, | ||
ApplicationPatchable, | ||
ApplicationProviderAuthorization, | ||
BaseResource, | ||
ErrorResponse, | ||
GenericResource, | ||
Identity, | ||
Plan, | ||
PlanPatchable, | ||
Resource, | ||
Sku | ||
} from "../models/mappers"; |
Oops, something went wrong.