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 12290 in Azure/azure-rest-api-specs
Merge 0d2b704f3c3aaac1be420db584a5142ef08e0c6b into ae379e14e822d1bd233f3424b1de28fcb3ca0873
- Loading branch information
SDKAuto
committed
Jan 6, 2021
1 parent
cd97a78
commit ed74b79
Showing
28 changed files
with
7,294 additions
and
374 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
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,41 @@ | ||
/* | ||
* 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 { | ||
discriminators, | ||
Addon, | ||
AddonList, | ||
BaseResource, | ||
Circuit, | ||
CloudError, | ||
Cluster, | ||
CommonClusterProperties, | ||
Endpoints, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
ExpressRouteAuthorization, | ||
GlobalReachConnection, | ||
HcxEnterpriseSite, | ||
IdentitySource, | ||
ManagementCluster, | ||
PrivateCloud, | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
TrackedResource, | ||
WorkloadNetworkDhcp, | ||
WorkloadNetworkDnsService, | ||
WorkloadNetworkDnsZone, | ||
WorkloadNetworkGateway, | ||
WorkloadNetworkPortMirroring, | ||
WorkloadNetworkSegment, | ||
WorkloadNetworkSegmentPortVif, | ||
WorkloadNetworkSegmentSubnet, | ||
WorkloadNetworkVirtualMachine, | ||
WorkloadNetworkVMGroup | ||
} from "../models/mappers"; |
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,27 +1,41 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
Addon, | ||
BaseResource, | ||
Circuit, | ||
CloudError, | ||
Cluster, | ||
ClusterUpdateProperties, | ||
CommonClusterProperties, | ||
Endpoints, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
ExpressRouteAuthorization, | ||
ExpressRouteAuthorizationList, | ||
GlobalReachConnection, | ||
HcxEnterpriseSite, | ||
IdentitySource, | ||
ManagementCluster, | ||
PrivateCloud, | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
TrackedResource | ||
TrackedResource, | ||
WorkloadNetworkDhcp, | ||
WorkloadNetworkDnsService, | ||
WorkloadNetworkDnsZone, | ||
WorkloadNetworkGateway, | ||
WorkloadNetworkPortMirroring, | ||
WorkloadNetworkSegment, | ||
WorkloadNetworkSegmentPortVif, | ||
WorkloadNetworkSegmentSubnet, | ||
WorkloadNetworkVirtualMachine, | ||
WorkloadNetworkVMGroup | ||
} from "../models/mappers"; |
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,28 +1,42 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
Addon, | ||
BaseResource, | ||
Circuit, | ||
CloudError, | ||
Cluster, | ||
ClusterList, | ||
ClusterUpdate, | ||
ClusterUpdateProperties, | ||
CommonClusterProperties, | ||
Endpoints, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
ExpressRouteAuthorization, | ||
GlobalReachConnection, | ||
HcxEnterpriseSite, | ||
IdentitySource, | ||
ManagementCluster, | ||
PrivateCloud, | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
TrackedResource | ||
TrackedResource, | ||
WorkloadNetworkDhcp, | ||
WorkloadNetworkDnsService, | ||
WorkloadNetworkDnsZone, | ||
WorkloadNetworkGateway, | ||
WorkloadNetworkPortMirroring, | ||
WorkloadNetworkSegment, | ||
WorkloadNetworkSegmentPortVif, | ||
WorkloadNetworkSegmentSubnet, | ||
WorkloadNetworkVirtualMachine, | ||
WorkloadNetworkVMGroup | ||
} from "../models/mappers"; |
41 changes: 41 additions & 0 deletions
41
sdk/avs/arm-avs/src/models/globalReachConnectionsMappers.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,41 @@ | ||
/* | ||
* 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 { | ||
discriminators, | ||
Addon, | ||
BaseResource, | ||
Circuit, | ||
CloudError, | ||
Cluster, | ||
CommonClusterProperties, | ||
Endpoints, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
ExpressRouteAuthorization, | ||
GlobalReachConnection, | ||
GlobalReachConnectionList, | ||
HcxEnterpriseSite, | ||
IdentitySource, | ||
ManagementCluster, | ||
PrivateCloud, | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
TrackedResource, | ||
WorkloadNetworkDhcp, | ||
WorkloadNetworkDnsService, | ||
WorkloadNetworkDnsZone, | ||
WorkloadNetworkGateway, | ||
WorkloadNetworkPortMirroring, | ||
WorkloadNetworkSegment, | ||
WorkloadNetworkSegmentPortVif, | ||
WorkloadNetworkSegmentSubnet, | ||
WorkloadNetworkVirtualMachine, | ||
WorkloadNetworkVMGroup | ||
} from "../models/mappers"; |
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,27 +1,41 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
Addon, | ||
BaseResource, | ||
Circuit, | ||
CloudError, | ||
Cluster, | ||
ClusterUpdateProperties, | ||
CommonClusterProperties, | ||
Endpoints, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
ExpressRouteAuthorization, | ||
GlobalReachConnection, | ||
HcxEnterpriseSite, | ||
HcxEnterpriseSiteList, | ||
IdentitySource, | ||
ManagementCluster, | ||
PrivateCloud, | ||
ProxyResource, | ||
Resource, | ||
Sku, | ||
TrackedResource | ||
TrackedResource, | ||
WorkloadNetworkDhcp, | ||
WorkloadNetworkDnsService, | ||
WorkloadNetworkDnsZone, | ||
WorkloadNetworkGateway, | ||
WorkloadNetworkPortMirroring, | ||
WorkloadNetworkSegment, | ||
WorkloadNetworkSegmentPortVif, | ||
WorkloadNetworkSegmentSubnet, | ||
WorkloadNetworkVirtualMachine, | ||
WorkloadNetworkVMGroup | ||
} from "../models/mappers"; |
Oops, something went wrong.