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 14814 in Azure/azure-rest-api-specs
Merge 8aa3e02c41fc785fa6c1059523ceeca32422f77e into a68e908bd8fed1386b3225731822128cedcd2139
- Loading branch information
SDKAuto
committed
Jun 29, 2021
1 parent
c8126be
commit 96b20b9
Showing
76 changed files
with
11,700 additions
and
2,492 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
132 changes: 132 additions & 0 deletions
132
sdk/synapse/arm-synapse/src/models/attachedDatabaseConfigurationsMappers.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,132 @@ | ||
/* | ||
* 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, | ||
AttachedDatabaseConfiguration, | ||
AttachedDatabaseConfigurationListResult, | ||
AutoPauseProperties, | ||
AutoScaleProperties, | ||
AzureEntityResource, | ||
AzureSku, | ||
BaseResource, | ||
BigDataPoolResourceInfo, | ||
ClusterPrincipalAssignment, | ||
CmdkeySetup, | ||
ComponentSetup, | ||
CspWorkspaceAdminProperties, | ||
CustomerManagedKeyDetails, | ||
CustomSetupBase, | ||
Database, | ||
DatabasePrincipalAssignment, | ||
DatabaseStatistics, | ||
DataConnection, | ||
DataLakeStorageAccountDetails, | ||
DataMaskingPolicy, | ||
DataMaskingRule, | ||
DataWarehouseUserActivities, | ||
DynamicExecutorAllocation, | ||
EncryptionDetails, | ||
EncryptionProtector, | ||
EntityReference, | ||
EnvironmentVariableSetup, | ||
ErrorAdditionalInfo, | ||
ErrorDetail, | ||
ErrorResponse, | ||
EventGridDataConnection, | ||
EventHubDataConnection, | ||
ExtendedServerBlobAuditingPolicy, | ||
ExtendedSqlPoolBlobAuditingPolicy, | ||
GeoBackupPolicy, | ||
IntegrationRuntime, | ||
IntegrationRuntimeComputeProperties, | ||
IntegrationRuntimeCustomSetupScriptProperties, | ||
IntegrationRuntimeDataFlowProperties, | ||
IntegrationRuntimeDataProxyProperties, | ||
IntegrationRuntimeResource, | ||
IntegrationRuntimeSsisCatalogInfo, | ||
IntegrationRuntimeSsisProperties, | ||
IntegrationRuntimeVNetProperties, | ||
IotHubDataConnection, | ||
IpFirewallRuleInfo, | ||
KekIdentityProperties, | ||
Key, | ||
KustoPool, | ||
KustoPoolUpdate, | ||
LanguageExtension, | ||
LanguageExtensionsList, | ||
LibraryInfo, | ||
LibraryRequirements, | ||
LibraryResource, | ||
LinkedIntegrationRuntimeKeyAuthorization, | ||
LinkedIntegrationRuntimeRbacAuthorization, | ||
LinkedIntegrationRuntimeType, | ||
MaintenanceWindowOptions, | ||
MaintenanceWindows, | ||
MaintenanceWindowTimeRange, | ||
ManagedIdentity, | ||
ManagedIdentitySqlControlSettingsModel, | ||
ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity, | ||
ManagedIntegrationRuntime, | ||
ManagedVirtualNetworkSettings, | ||
MetadataSyncConfig, | ||
OptimizedAutoscale, | ||
PrivateEndpoint, | ||
PrivateEndpointConnection, | ||
PrivateEndpointConnectionForPrivateLinkHub, | ||
PrivateEndpointConnectionForPrivateLinkHubBasic, | ||
PrivateLinkHub, | ||
PrivateLinkResource, | ||
PrivateLinkResourceProperties, | ||
PrivateLinkServiceConnectionState, | ||
ProxyResource, | ||
PurviewConfiguration, | ||
ReadWriteDatabase, | ||
RecommendedSensitivityLabelUpdate, | ||
RecoverableSqlPool, | ||
ReplicationLink, | ||
Resource, | ||
RestorableDroppedSqlPool, | ||
RestorePoint, | ||
SecretBase, | ||
SecureString, | ||
SelfHostedIntegrationRuntime, | ||
SensitivityLabel, | ||
SensitivityLabelUpdate, | ||
ServerBlobAuditingPolicy, | ||
ServerSecurityAlertPolicy, | ||
ServerVulnerabilityAssessment, | ||
Sku, | ||
SqlPool, | ||
SqlPoolBlobAuditingPolicy, | ||
SqlPoolColumn, | ||
SqlPoolConnectionPolicy, | ||
SqlPoolOperation, | ||
SqlPoolSchema, | ||
SqlPoolSecurityAlertPolicy, | ||
SqlPoolTable, | ||
SqlPoolVulnerabilityAssessment, | ||
SqlPoolVulnerabilityAssessmentRuleBaseline, | ||
SqlPoolVulnerabilityAssessmentRuleBaselineItem, | ||
SqlPoolVulnerabilityAssessmentScansExport, | ||
SubResource, | ||
SystemData, | ||
TableLevelSharingProperties, | ||
TrackedResource, | ||
TransparentDataEncryption, | ||
VirtualNetworkProfile, | ||
VulnerabilityAssessmentRecurringScansProperties, | ||
VulnerabilityAssessmentScanError, | ||
VulnerabilityAssessmentScanRecord, | ||
WorkloadClassifier, | ||
WorkloadGroup, | ||
Workspace, | ||
WorkspaceAadAdminInfo, | ||
WorkspaceKeyDetails, | ||
WorkspaceRepositoryConfiguration | ||
} 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
Oops, something went wrong.