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 44075eec8989e1da16cc0049711e6bcc6a47a50a into 260d292e882af879637c520c7eb78aa8b1b580de
- Loading branch information
SDKAuto
committed
Jun 2, 2021
1 parent
38dd317
commit 5f5714f
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.