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 15566 in Azure/azure-rest-api-specs
Merge 075493b6955de7880fb7a69eef437f8e20c4b6ec into 7384176da46425e7899708f263e0598b851358c2
- Loading branch information
SDKAuto
committed
Aug 9, 2021
1 parent
3b51a6e
commit 868603d
Showing
52 changed files
with
8,207 additions
and
2,147 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.