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 16120 in Azure/azure-rest-api-specs
Merge 3d35a755390d5f8935412e2d2807df3f271842ff into fd7603f9a8acb1decf94f7770a0bfe7b78df9b20
- Loading branch information
SDKAuto
committed
Sep 30, 2021
1 parent
af0330b
commit e071f81
Showing
52 changed files
with
8,330 additions
and
2,185 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
95 changes: 95 additions & 0 deletions
95
sdk/databoxedge/arm-databoxedge/src/models/addonsMappers.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,95 @@ | ||
/* | ||
* 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, | ||
Address, | ||
Alert, | ||
AlertErrorDetails, | ||
ArcAddon, | ||
ARMBaseModel, | ||
AsymmetricEncryptedSecret, | ||
Authentication, | ||
AzureContainerInfo, | ||
BandwidthSchedule, | ||
BaseResource, | ||
ClientAccessRight, | ||
CloudEdgeManagementRole, | ||
CloudError, | ||
CniConfig, | ||
ComputeResource, | ||
ContactDetails, | ||
Container, | ||
DataBoxEdgeDevice, | ||
DataBoxEdgeDeviceExtendedInfo, | ||
DataResidency, | ||
DiagnosticProactiveLogCollectionSettings, | ||
DiagnosticRemoteSupportSettings, | ||
EdgeProfile, | ||
EdgeProfileSubscription, | ||
EtcdInfo, | ||
FileEventTrigger, | ||
FileSourceInfo, | ||
ImageRepositoryCredential, | ||
IoTAddon, | ||
IoTDeviceInfo, | ||
IoTEdgeAgentInfo, | ||
IoTRole, | ||
Ipv4Config, | ||
Ipv6Config, | ||
KubernetesClusterInfo, | ||
KubernetesIPConfiguration, | ||
KubernetesRole, | ||
KubernetesRoleCompute, | ||
KubernetesRoleNetwork, | ||
KubernetesRoleResources, | ||
KubernetesRoleStorage, | ||
KubernetesRoleStorageClassInfo, | ||
LoadBalancerConfig, | ||
MECRole, | ||
MetricConfiguration, | ||
MetricCounter, | ||
MetricCounterSet, | ||
MetricDimension, | ||
MonitoringMetricConfiguration, | ||
MountPointMap, | ||
NetworkAdapter, | ||
NetworkAdapterPosition, | ||
NetworkSettings, | ||
Node, | ||
NodeInfo, | ||
Order, | ||
OrderStatus, | ||
PeriodicTimerEventTrigger, | ||
PeriodicTimerSourceInfo, | ||
RefreshDetails, | ||
RemoteSupportSettings, | ||
ResourceIdentity, | ||
ResourceMoveDetails, | ||
Role, | ||
RoleSinkInfo, | ||
Secret, | ||
SecuritySettings, | ||
Share, | ||
ShareAccessRight, | ||
Sku, | ||
StorageAccount, | ||
StorageAccountCredential, | ||
SubscriptionRegisteredFeatures, | ||
SymmetricKey, | ||
SystemData, | ||
TrackingInfo, | ||
Trigger, | ||
TriggerSupportPackageRequest, | ||
UpdateDetails, | ||
UpdateSummary, | ||
User, | ||
UserAccessRight | ||
} from "../models/mappers"; |
42 changes: 40 additions & 2 deletions
42
sdk/databoxedge/arm-databoxedge/src/models/alertsMappers.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
17 changes: 17 additions & 0 deletions
17
sdk/databoxedge/arm-databoxedge/src/models/availableSkusMappers.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,17 @@ | ||
/* | ||
* 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, | ||
CloudError, | ||
DataBoxEdgeSku, | ||
DataBoxEdgeSkuList, | ||
SkuCapability, | ||
SkuCost, | ||
SkuLocationInfo | ||
} from "../models/mappers"; |
Oops, something went wrong.