Skip to content

Commit

Permalink
Generated from ad42e4a4af5a1ee06523dc1bbfd1035bb6405ac3
Browse files Browse the repository at this point in the history
add AzureFileStorageWriteSettings
  • Loading branch information
SDK Automation committed Aug 8, 2020
1 parent 11a57d5 commit e76dc53
Show file tree
Hide file tree
Showing 5 changed files with 971 additions and 195 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from ._models_py3 import AvroSink
from ._models_py3 import AvroSource
from ._models_py3 import AvroWriteSettings
from ._models_py3 import AzPowerShellSetup
from ._models_py3 import AzureBatchLinkedService
from ._models_py3 import AzureBlobDataset
from ._models_py3 import AzureBlobFSDataset
Expand Down Expand Up @@ -64,6 +65,7 @@
from ._models_py3 import AzureFileStorageLinkedService
from ._models_py3 import AzureFileStorageLocation
from ._models_py3 import AzureFileStorageReadSettings
from ._models_py3 import AzureFileStorageWriteSettings
from ._models_py3 import AzureFunctionActivity
from ._models_py3 import AzureFunctionLinkedService
from ._models_py3 import AzureKeyVaultLinkedService
Expand Down Expand Up @@ -223,6 +225,8 @@
from ._models_py3 import ExecuteSSISPackageActivity
from ._models_py3 import ExecutionActivity
from ._models_py3 import ExportSettings
from ._models_py3 import ExposureControlBatchRequest
from ._models_py3 import ExposureControlBatchResponse
from ._models_py3 import ExposureControlRequest
from ._models_py3 import ExposureControlResponse
from ._models_py3 import Expression
Expand Down Expand Up @@ -443,6 +447,7 @@
from ._models_py3 import ResponsysSource
from ._models_py3 import RestResourceDataset
from ._models_py3 import RestServiceLinkedService
from ._models_py3 import RestSink
from ._models_py3 import RestSource
from ._models_py3 import RetryPolicy
from ._models_py3 import RunFilterParameters
Expand Down Expand Up @@ -631,6 +636,7 @@
from ._models import AvroSink
from ._models import AvroSource
from ._models import AvroWriteSettings
from ._models import AzPowerShellSetup
from ._models import AzureBatchLinkedService
from ._models import AzureBlobDataset
from ._models import AzureBlobFSDataset
Expand Down Expand Up @@ -661,6 +667,7 @@
from ._models import AzureFileStorageLinkedService
from ._models import AzureFileStorageLocation
from ._models import AzureFileStorageReadSettings
from ._models import AzureFileStorageWriteSettings
from ._models import AzureFunctionActivity
from ._models import AzureFunctionLinkedService
from ._models import AzureKeyVaultLinkedService
Expand Down Expand Up @@ -820,6 +827,8 @@
from ._models import ExecuteSSISPackageActivity
from ._models import ExecutionActivity
from ._models import ExportSettings
from ._models import ExposureControlBatchRequest
from ._models import ExposureControlBatchResponse
from ._models import ExposureControlRequest
from ._models import ExposureControlResponse
from ._models import Expression
Expand Down Expand Up @@ -1040,6 +1049,7 @@
from ._models import ResponsysSource
from ._models import RestResourceDataset
from ._models import RestServiceLinkedService
from ._models import RestSink
from ._models import RestSource
from ._models import RetryPolicy
from ._models import RunFilterParameters
Expand Down Expand Up @@ -1318,6 +1328,7 @@
'AvroSink',
'AvroSource',
'AvroWriteSettings',
'AzPowerShellSetup',
'AzureBatchLinkedService',
'AzureBlobDataset',
'AzureBlobFSDataset',
Expand Down Expand Up @@ -1348,6 +1359,7 @@
'AzureFileStorageLinkedService',
'AzureFileStorageLocation',
'AzureFileStorageReadSettings',
'AzureFileStorageWriteSettings',
'AzureFunctionActivity',
'AzureFunctionLinkedService',
'AzureKeyVaultLinkedService',
Expand Down Expand Up @@ -1507,6 +1519,8 @@
'ExecuteSSISPackageActivity',
'ExecutionActivity',
'ExportSettings',
'ExposureControlBatchRequest',
'ExposureControlBatchResponse',
'ExposureControlRequest',
'ExposureControlResponse',
'Expression',
Expand Down Expand Up @@ -1727,6 +1741,7 @@
'ResponsysSource',
'RestResourceDataset',
'RestServiceLinkedService',
'RestSink',
'RestSource',
'RetryPolicy',
'RunFilterParameters',
Expand Down
Loading

0 comments on commit e76dc53

Please sign in to comment.