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 715ad8152fc6a2970d4f7c712eda3000b49b326f
- Loading branch information
SDKAuto
committed
Jan 13, 2021
1 parent
0836431
commit 6872c60
Showing
28 changed files
with
7,309 additions
and
368 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.