|
268 | 268 | from ._models_py3 import ExposureControlRequest
|
269 | 269 | from ._models_py3 import ExposureControlResponse
|
270 | 270 | from ._models_py3 import Expression
|
| 271 | +from ._models_py3 import ExpressionV2 |
271 | 272 | from ._models_py3 import Factory
|
272 | 273 | from ._models_py3 import FactoryGitHubConfiguration
|
273 | 274 | from ._models_py3 import FactoryIdentity
|
|
307 | 308 | from ._models_py3 import GoogleBigQueryLinkedService
|
308 | 309 | from ._models_py3 import GoogleBigQueryObjectDataset
|
309 | 310 | from ._models_py3 import GoogleBigQuerySource
|
| 311 | +from ._models_py3 import GoogleBigQueryV2LinkedService |
| 312 | +from ._models_py3 import GoogleBigQueryV2ObjectDataset |
| 313 | +from ._models_py3 import GoogleBigQueryV2Source |
310 | 314 | from ._models_py3 import GoogleCloudStorageLinkedService
|
311 | 315 | from ._models_py3 import GoogleCloudStorageLocation
|
312 | 316 | from ._models_py3 import GoogleCloudStorageReadSettings
|
|
530 | 534 | from ._models_py3 import PostgreSqlLinkedService
|
531 | 535 | from ._models_py3 import PostgreSqlSource
|
532 | 536 | from ._models_py3 import PostgreSqlTableDataset
|
| 537 | +from ._models_py3 import PostgreSqlV2LinkedService |
| 538 | +from ._models_py3 import PostgreSqlV2Source |
| 539 | +from ._models_py3 import PostgreSqlV2TableDataset |
533 | 540 | from ._models_py3 import PowerQuerySink
|
534 | 541 | from ._models_py3 import PowerQuerySinkMapping
|
535 | 542 | from ._models_py3 import PowerQuerySource
|
|
638 | 645 | from ._models_py3 import ServiceNowLinkedService
|
639 | 646 | from ._models_py3 import ServiceNowObjectDataset
|
640 | 647 | from ._models_py3 import ServiceNowSource
|
| 648 | +from ._models_py3 import ServiceNowV2LinkedService |
| 649 | +from ._models_py3 import ServiceNowV2ObjectDataset |
| 650 | +from ._models_py3 import ServiceNowV2Source |
641 | 651 | from ._models_py3 import ServicePrincipalCredential
|
642 | 652 | from ._models_py3 import SetVariableActivity
|
643 | 653 | from ._models_py3 import SftpLocation
|
|
803 | 813 | from ._data_factory_management_client_enums import DynamicsSinkWriteBehavior
|
804 | 814 | from ._data_factory_management_client_enums import EventSubscriptionStatus
|
805 | 815 | from ._data_factory_management_client_enums import ExpressionType
|
| 816 | +from ._data_factory_management_client_enums import ExpressionV2Type |
806 | 817 | from ._data_factory_management_client_enums import FactoryIdentityType
|
807 | 818 | from ._data_factory_management_client_enums import FrequencyType
|
808 | 819 | from ._data_factory_management_client_enums import FtpAuthenticationType
|
809 | 820 | from ._data_factory_management_client_enums import GlobalParameterType
|
810 | 821 | from ._data_factory_management_client_enums import GoogleAdWordsAuthenticationType
|
811 | 822 | from ._data_factory_management_client_enums import GoogleBigQueryAuthenticationType
|
| 823 | +from ._data_factory_management_client_enums import GoogleBigQueryV2AuthenticationType |
812 | 824 | from ._data_factory_management_client_enums import HBaseAuthenticationType
|
813 | 825 | from ._data_factory_management_client_enums import HDInsightActivityDebugInfoOption
|
814 | 826 | from ._data_factory_management_client_enums import HdiNodeTypes
|
|
866 | 878 | from ._data_factory_management_client_enums import ScriptType
|
867 | 879 | from ._data_factory_management_client_enums import SelfHostedIntegrationRuntimeNodeStatus
|
868 | 880 | from ._data_factory_management_client_enums import ServiceNowAuthenticationType
|
| 881 | +from ._data_factory_management_client_enums import ServiceNowV2AuthenticationType |
869 | 882 | from ._data_factory_management_client_enums import ServicePrincipalCredentialType
|
870 | 883 | from ._data_factory_management_client_enums import SftpAuthenticationType
|
871 | 884 | from ._data_factory_management_client_enums import SnowflakeAuthenticationType
|
|
1163 | 1176 | "ExposureControlRequest",
|
1164 | 1177 | "ExposureControlResponse",
|
1165 | 1178 | "Expression",
|
| 1179 | + "ExpressionV2", |
1166 | 1180 | "Factory",
|
1167 | 1181 | "FactoryGitHubConfiguration",
|
1168 | 1182 | "FactoryIdentity",
|
|
1202 | 1216 | "GoogleBigQueryLinkedService",
|
1203 | 1217 | "GoogleBigQueryObjectDataset",
|
1204 | 1218 | "GoogleBigQuerySource",
|
| 1219 | + "GoogleBigQueryV2LinkedService", |
| 1220 | + "GoogleBigQueryV2ObjectDataset", |
| 1221 | + "GoogleBigQueryV2Source", |
1205 | 1222 | "GoogleCloudStorageLinkedService",
|
1206 | 1223 | "GoogleCloudStorageLocation",
|
1207 | 1224 | "GoogleCloudStorageReadSettings",
|
|
1425 | 1442 | "PostgreSqlLinkedService",
|
1426 | 1443 | "PostgreSqlSource",
|
1427 | 1444 | "PostgreSqlTableDataset",
|
| 1445 | + "PostgreSqlV2LinkedService", |
| 1446 | + "PostgreSqlV2Source", |
| 1447 | + "PostgreSqlV2TableDataset", |
1428 | 1448 | "PowerQuerySink",
|
1429 | 1449 | "PowerQuerySinkMapping",
|
1430 | 1450 | "PowerQuerySource",
|
|
1533 | 1553 | "ServiceNowLinkedService",
|
1534 | 1554 | "ServiceNowObjectDataset",
|
1535 | 1555 | "ServiceNowSource",
|
| 1556 | + "ServiceNowV2LinkedService", |
| 1557 | + "ServiceNowV2ObjectDataset", |
| 1558 | + "ServiceNowV2Source", |
1536 | 1559 | "ServicePrincipalCredential",
|
1537 | 1560 | "SetVariableActivity",
|
1538 | 1561 | "SftpLocation",
|
|
1697 | 1720 | "DynamicsSinkWriteBehavior",
|
1698 | 1721 | "EventSubscriptionStatus",
|
1699 | 1722 | "ExpressionType",
|
| 1723 | + "ExpressionV2Type", |
1700 | 1724 | "FactoryIdentityType",
|
1701 | 1725 | "FrequencyType",
|
1702 | 1726 | "FtpAuthenticationType",
|
1703 | 1727 | "GlobalParameterType",
|
1704 | 1728 | "GoogleAdWordsAuthenticationType",
|
1705 | 1729 | "GoogleBigQueryAuthenticationType",
|
| 1730 | + "GoogleBigQueryV2AuthenticationType", |
1706 | 1731 | "HBaseAuthenticationType",
|
1707 | 1732 | "HDInsightActivityDebugInfoOption",
|
1708 | 1733 | "HdiNodeTypes",
|
|
1760 | 1785 | "ScriptType",
|
1761 | 1786 | "SelfHostedIntegrationRuntimeNodeStatus",
|
1762 | 1787 | "ServiceNowAuthenticationType",
|
| 1788 | + "ServiceNowV2AuthenticationType", |
1763 | 1789 | "ServicePrincipalCredentialType",
|
1764 | 1790 | "SftpAuthenticationType",
|
1765 | 1791 | "SnowflakeAuthenticationType",
|
|
0 commit comments