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 a5147a2fa0e3c316de13a19f2d9aec10777a5aeb into b4b5fa5ee23f8cce9e1ade4a82076b4c34b25651
- Loading branch information
SDKAuto
committed
Jun 20, 2021
1 parent
d023204
commit 2b48d37
Showing
72 changed files
with
10,709 additions
and
2,461 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
129 changes: 129 additions & 0 deletions
129
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,129 @@ | ||
/* | ||
* 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, | ||
LibraryInfo, | ||
LibraryRequirements, | ||
LibraryResource, | ||
LinkedIntegrationRuntimeKeyAuthorization, | ||
LinkedIntegrationRuntimeRbacAuthorization, | ||
LinkedIntegrationRuntimeType, | ||
MaintenanceWindowOptions, | ||
MaintenanceWindows, | ||
MaintenanceWindowTimeRange, | ||
ManagedIdentity, | ||
ManagedIdentitySqlControlSettingsModel, | ||
ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity, | ||
ManagedIntegrationRuntime, | ||
ManagedVirtualNetworkSettings, | ||
MetadataSyncConfig, | ||
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.