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 14562 in Azure/azure-rest-api-specs
Merge 3035e5507cd324831fd929303ef273221968431b into 119d0a9b2e51ce8b6540bf731512229e1a983069
- Loading branch information
SDKAuto
committed
May 27, 2021
1 parent
72e3fc2
commit e2ae997
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.