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 14200 in Azure/azure-rest-api-specs
Merge 1a3720285bfe037d4f66a5eafa7b37d242fb88ea into 206ed46c3997758da6c24f56ed1bf5646d6542b7
- Loading branch information
SDKAuto
committed
Apr 30, 2021
1 parent
5f7a068
commit 2c0aaa0
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.