Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datafactory/resource-manager] typo: datafactory/resource-manager/Microsoft.DataFactory #3878

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class BlobEventsTrigger(MultiplePipelineTrigger):
"""Trigger that runs everytime a Blob event occurs.
"""Trigger that runs every time a Blob event occurs.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class BlobEventsTrigger(MultiplePipelineTrigger):
"""Trigger that runs everytime a Blob event occurs.
"""Trigger that runs every time a Blob event occurs.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class BlobTrigger(MultiplePipelineTrigger):
"""Trigger that runs everytime the selected Blob container changes.
"""Trigger that runs every time the selected Blob container changes.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class BlobTrigger(MultiplePipelineTrigger):
"""Trigger that runs everytime the selected Blob container changes.
"""Trigger that runs every time the selected Blob container changes.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConcurObjectDataset(Dataset):
"""Concur Serivce dataset.
"""Concur Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConcurObjectDataset(Dataset):
"""Concur Serivce dataset.
"""Concur Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConcurSource(CopySource):
"""A copy activity Concur Serivce source.
"""A copy activity Concur Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ConcurSource(CopySource):
"""A copy activity Concur Serivce source.
"""A copy activity Concur Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CopyActivity(ExecutionActivity):
:type source: ~azure.mgmt.datafactory.models.CopySource
:param sink: Required. Copy activity sink.
:type sink: ~azure.mgmt.datafactory.models.CopySink
:param translator: Copy activity translator. If not specificed, tabular
:param translator: Copy activity translator. If not specified, tabular
translator is used.
:type translator: ~azure.mgmt.datafactory.models.CopyTranslator
:param enable_staging: Specifies whether to copy data via an interim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CopyActivity(ExecutionActivity):
:type source: ~azure.mgmt.datafactory.models.CopySource
:param sink: Required. Copy activity sink.
:type sink: ~azure.mgmt.datafactory.models.CopySink
:param translator: Copy activity translator. If not specificed, tabular
:param translator: Copy activity translator. If not specified, tabular
translator is used.
:type translator: ~azure.mgmt.datafactory.models.CopyTranslator
:param enable_staging: Specifies whether to copy data via an interim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FactoryGitHubConfiguration(FactoryRepoConfiguration):

:param account_name: Required. Account name.
:type account_name: str
:param repository_name: Required. Rrepository name.
:param repository_name: Required. Repository name.
:type repository_name: str
:param collaboration_branch: Required. Collaboration branch.
:type collaboration_branch: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FactoryGitHubConfiguration(FactoryRepoConfiguration):

:param account_name: Required. Account name.
:type account_name: str
:param repository_name: Required. Rrepository name.
:param repository_name: Required. Repository name.
:type repository_name: str
:param collaboration_branch: Required. Collaboration branch.
:type collaboration_branch: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FactoryRepoConfiguration(Model):

:param account_name: Required. Account name.
:type account_name: str
:param repository_name: Required. Rrepository name.
:param repository_name: Required. Repository name.
:type repository_name: str
:param collaboration_branch: Required. Collaboration branch.
:type collaboration_branch: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FactoryRepoConfiguration(Model):

:param account_name: Required. Account name.
:type account_name: str
:param repository_name: Required. Rrepository name.
:param repository_name: Required. Repository name.
:type repository_name: str
:param collaboration_branch: Required. Collaboration branch.
:type collaboration_branch: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FactoryVSTSConfiguration(FactoryRepoConfiguration):

:param account_name: Required. Account name.
:type account_name: str
:param repository_name: Required. Rrepository name.
:param repository_name: Required. Repository name.
:type repository_name: str
:param collaboration_branch: Required. Collaboration branch.
:type collaboration_branch: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FactoryVSTSConfiguration(FactoryRepoConfiguration):

:param account_name: Required. Account name.
:type account_name: str
:param repository_name: Required. Rrepository name.
:param repository_name: Required. Repository name.
:type repository_name: str
:param collaboration_branch: Required. Collaboration branch.
:type collaboration_branch: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class HubspotObjectDataset(Dataset):
"""Hubspot Serivce dataset.
"""Hubspot Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class HubspotObjectDataset(Dataset):
"""Hubspot Serivce dataset.
"""Hubspot Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class HubspotSource(CopySource):
"""A copy activity Hubspot Serivce source.
"""A copy activity Hubspot Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class HubspotSource(CopySource):
"""A copy activity Hubspot Serivce source.
"""A copy activity Hubspot Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class JiraObjectDataset(Dataset):
"""Jira Serivce dataset.
"""Jira Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class JiraObjectDataset(Dataset):
"""Jira Serivce dataset.
"""Jira Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class JiraSource(CopySource):
"""A copy activity Jira Serivce source.
"""A copy activity Jira Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class JiraSource(CopySource):
"""A copy activity Jira Serivce source.
"""A copy activity Jira Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class PaypalObjectDataset(Dataset):
"""Paypal Serivce dataset.
"""Paypal Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class PaypalObjectDataset(Dataset):
"""Paypal Serivce dataset.
"""Paypal Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class PaypalSource(CopySource):
"""A copy activity Paypal Serivce source.
"""A copy activity Paypal Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class PaypalSource(CopySource):
"""A copy activity Paypal Serivce source.
"""A copy activity Paypal Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class RecurrenceScheduleOccurrence(Model):
"""The recurrence schedule occurence.
"""The recurrence schedule occurrence.

:param additional_properties: Unmatched properties from the message are
deserialized this collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class RecurrenceScheduleOccurrence(Model):
"""The recurrence schedule occurence.
"""The recurrence schedule occurrence.

:param additional_properties: Unmatched properties from the message are
deserialized this collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ShopifyObjectDataset(Dataset):
"""Shopify Serivce dataset.
"""Shopify Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ShopifyObjectDataset(Dataset):
"""Shopify Serivce dataset.
"""Shopify Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ShopifySource(CopySource):
"""A copy activity Shopify Serivce source.
"""A copy activity Shopify Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ShopifySource(CopySource):
"""A copy activity Shopify Serivce source.
"""A copy activity Shopify Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SquareObjectDataset(Dataset):
"""Square Serivce dataset.
"""Square Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SquareObjectDataset(Dataset):
"""Square Serivce dataset.
"""Square Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SquareSource(CopySource):
"""A copy activity Square Serivce source.
"""A copy activity Square Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SquareSource(CopySource):
"""A copy activity Square Serivce source.
"""A copy activity Square Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class UserProperty(Model):

All required parameters must be populated in order to send to Azure.

:param name: Required. User proprety name.
:param name: Required. User property name.
:type name: str
:param value: Required. User proprety value. Type: string (or Expression
:param value: Required. User property value. Type: string (or Expression
with resultType string).
:type value: object
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class UserProperty(Model):

All required parameters must be populated in order to send to Azure.

:param name: Required. User proprety name.
:param name: Required. User property name.
:type name: str
:param value: Required. User proprety value. Type: string (or Expression
:param value: Required. User property value. Type: string (or Expression
with resultType string).
:type value: object
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class XeroObjectDataset(Dataset):
"""Xero Serivce dataset.
"""Xero Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class XeroObjectDataset(Dataset):
"""Xero Serivce dataset.
"""Xero Service dataset.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class XeroSource(CopySource):
"""A copy activity Xero Serivce source.
"""A copy activity Xero Service source.

All required parameters must be populated in order to send to Azure.

Expand Down
Loading