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 12026 in Azure/azure-rest-api-specs
add managementgroups track2 config (Azure#12026)
- Loading branch information
SDKAuto
committed
Dec 14, 2020
1 parent
6c6ce54
commit f168784
Showing
21 changed files
with
2,084 additions
and
725 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
15 changes: 6 additions & 9 deletions
15
sdk/managementgroups/arm-managementgroups/src/models/entitiesMappers.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 |
---|---|---|
@@ -1,18 +1,15 @@ | ||
/* | ||
* 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 { | ||
EntityListResult, | ||
EntityInfo, | ||
EntityListResult, | ||
EntityParentGroupInfo, | ||
ErrorResponse, | ||
ErrorDetails | ||
ErrorDetails, | ||
ErrorResponse | ||
} from "../models/mappers"; | ||
|
29 changes: 29 additions & 0 deletions
29
sdk/managementgroups/arm-managementgroups/src/models/hierarchySettingsOperationsMappers.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,29 @@ | ||
/* | ||
* 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 { | ||
BaseResource, | ||
CreateManagementGroupChildInfo, | ||
CreateManagementGroupDetails, | ||
CreateManagementGroupRequest, | ||
CreateOrUpdateSettingsRequest, | ||
CreateParentGroupInfo, | ||
DescendantParentGroupInfo, | ||
EntityHierarchyItem, | ||
ErrorDetails, | ||
ErrorResponse, | ||
HierarchySettings, | ||
HierarchySettingsInfo, | ||
HierarchySettingsList, | ||
ManagementGroup, | ||
ManagementGroupChildInfo, | ||
ManagementGroupDetails, | ||
ManagementGroupPathElement, | ||
ParentGroupInfo, | ||
SubscriptionUnderManagementGroup | ||
} from "../models/mappers"; |
Oops, something went wrong.