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 16870 in Azure/azure-rest-api-specs
Merge 060b8c0b612f9682ea4128bbd36a6d1827b1fdbc into b6b834584cb58a3c2cbe887570fa0942b397dfc7
- Loading branch information
SDKAuto
committed
Nov 25, 2021
1 parent
94c7e2f
commit 1f41a3f
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.