Skip to content
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 @@ -15,7 +15,7 @@
import com.microsoft.rest.serializer.JsonFlatten;

/**
* Trigger that runs everytime a Blob event occurs.
* Trigger that runs every time a Blob event occurs.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("BlobEventsTrigger")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import com.microsoft.rest.serializer.JsonFlatten;

/**
* Trigger that runs everytime the selected Blob container changes.
* Trigger that runs every time the selected Blob container changes.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("BlobTrigger")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Concur Serivce dataset.
* Concur Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ConcurObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Concur Serivce source.
* A copy activity Concur Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ConcurSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class CopyActivity extends ExecutionActivity {
private CopySink sink;

/**
* Copy activity translator. If not specificed, tabular translator is used.
* Copy activity translator. If not specified, tabular translator is used.
*/
@JsonProperty(value = "typeProperties.translator")
private CopyTranslator translator;
Expand Down Expand Up @@ -135,7 +135,7 @@ public CopyActivity withSink(CopySink sink) {
}

/**
* Get copy activity translator. If not specificed, tabular translator is used.
* Get copy activity translator. If not specified, tabular translator is used.
*
* @return the translator value
*/
Expand All @@ -144,7 +144,7 @@ public CopyTranslator translator() {
}

/**
* Set copy activity translator. If not specificed, tabular translator is used.
* Set copy activity translator. If not specified, tabular translator is used.
*
* @param translator the translator value to set
* @return the CopyActivity object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Hubspot Serivce dataset.
* Hubspot Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("HubspotObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Hubspot Serivce source.
* A copy activity Hubspot Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("HubspotSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public interface IntegrationRuntimes extends SupportsCreating<IntegrationRuntime
Observable<IntegrationRuntimeMonitoringData> getMonitoringDataAsync(String resourceGroupName, String factoryName, String integrationRuntimeName);

/**
* Upgrade self-hosted integration runtime to latest version if availably.
* Upgrade self-hosted integration runtime to latest version if availability.
*
* @param resourceGroupName The resource group name.
* @param factoryName The factory name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Jira Serivce dataset.
* Jira Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("JiraObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Jira Serivce source.
* A copy activity Jira Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("JiraSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Paypal Serivce dataset.
* Paypal Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("PaypalObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Paypal Serivce source.
* A copy activity Paypal Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("PaypalSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The recurrence schedule occurence.
* The recurrence schedule occurrence.
*/
public class RecurrenceScheduleOccurrence {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Shopify Serivce dataset.
* Shopify Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ShopifyObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Shopify Serivce source.
* A copy activity Shopify Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ShopifySource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Square Serivce dataset.
* Square Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("SquareObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Square Serivce source.
* A copy activity Square Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("SquareSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.datafactoryv2.v2017_09_01_preview.implementation.DatasetInner;

/**
* Xero Serivce dataset.
* Xero Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("XeroObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Xero Serivce source.
* A copy activity Xero Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("XeroSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ private ServiceResponse<IntegrationRuntimeMonitoringDataInner> getMonitoringData
}

/**
* Upgrade self-hosted integration runtime to latest version if availably.
* Upgrade self-hosted integration runtime to latest version if availability.
*
* @param resourceGroupName The resource group name.
* @param factoryName The factory name.
Expand All @@ -1861,7 +1861,7 @@ public void upgrade(String resourceGroupName, String factoryName, String integra
}

/**
* Upgrade self-hosted integration runtime to latest version if availably.
* Upgrade self-hosted integration runtime to latest version if availability.
*
* @param resourceGroupName The resource group name.
* @param factoryName The factory name.
Expand All @@ -1875,7 +1875,7 @@ public ServiceFuture<Void> upgradeAsync(String resourceGroupName, String factory
}

/**
* Upgrade self-hosted integration runtime to latest version if availably.
* Upgrade self-hosted integration runtime to latest version if availability.
*
* @param resourceGroupName The resource group name.
* @param factoryName The factory name.
Expand All @@ -1893,7 +1893,7 @@ public Void call(ServiceResponse<Void> response) {
}

/**
* Upgrade self-hosted integration runtime to latest version if availably.
* Upgrade self-hosted integration runtime to latest version if availability.
*
* @param resourceGroupName The resource group name.
* @param factoryName The factory name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.microsoft.rest.serializer.JsonFlatten;

/**
* Trigger that runs everytime a Blob event occurs.
* Trigger that runs every time a Blob event occurs.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("BlobEventsTrigger")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import com.microsoft.rest.serializer.JsonFlatten;

/**
* Trigger that runs everytime the selected Blob container changes.
* Trigger that runs every time the selected Blob container changes.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("BlobTrigger")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.microsoft.azure.management.datafactoryv2.v2018_06_01.implementation.DatasetInner;

/**
* Concur Serivce dataset.
* Concur Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ConcurObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Concur Serivce source.
* A copy activity Concur Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ConcurSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class CopyActivity extends ExecutionActivity {
private CopySink sink;

/**
* Copy activity translator. If not specificed, tabular translator is used.
* Copy activity translator. If not specified, tabular translator is used.
*/
@JsonProperty(value = "typeProperties.translator")
private CopyTranslator translator;
Expand Down Expand Up @@ -135,7 +135,7 @@ public CopyActivity withSink(CopySink sink) {
}

/**
* Get copy activity translator. If not specificed, tabular translator is used.
* Get copy activity translator. If not specified, tabular translator is used.
*
* @return the translator value
*/
Expand All @@ -144,7 +144,7 @@ public CopyTranslator translator() {
}

/**
* Set copy activity translator. If not specificed, tabular translator is used.
* Set copy activity translator. If not specified, tabular translator is used.
*
* @param translator the translator value to set
* @return the CopyActivity object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class FactoryRepoConfiguration {
private String accountName;

/**
* Rrepository name.
* Repository name.
*/
@JsonProperty(value = "repositoryName", required = true)
private String repositoryName;
Expand Down Expand Up @@ -74,7 +74,7 @@ public FactoryRepoConfiguration withAccountName(String accountName) {
}

/**
* Get rrepository name.
* Get repository name.
*
* @return the repositoryName value
*/
Expand All @@ -83,7 +83,7 @@ public String repositoryName() {
}

/**
* Set rrepository name.
* Set repository name.
*
* @param repositoryName the repositoryName value to set
* @return the FactoryRepoConfiguration object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.microsoft.azure.management.datafactoryv2.v2018_06_01.implementation.DatasetInner;

/**
* Hubspot Serivce dataset.
* Hubspot Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("HubspotObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Hubspot Serivce source.
* A copy activity Hubspot Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("HubspotSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public interface IntegrationRuntimes extends SupportsCreating<IntegrationRuntime
Observable<IntegrationRuntimeMonitoringData> getMonitoringDataAsync(String resourceGroupName, String factoryName, String integrationRuntimeName);

/**
* Upgrade self-hosted integration runtime to latest version if availably.
* Upgrade self-hosted integration runtime to latest version if availability.
*
* @param resourceGroupName The resource group name.
* @param factoryName The factory name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.microsoft.azure.management.datafactoryv2.v2018_06_01.implementation.DatasetInner;

/**
* Jira Serivce dataset.
* Jira Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("JiraObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Jira Serivce source.
* A copy activity Jira Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("JiraSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.microsoft.azure.management.datafactoryv2.v2018_06_01.implementation.DatasetInner;

/**
* Paypal Serivce dataset.
* Paypal Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("PaypalObject")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonTypeName;

/**
* A copy activity Paypal Serivce source.
* A copy activity Paypal Service source.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("PaypalSource")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The recurrence schedule occurence.
* The recurrence schedule occurrence.
*/
public class RecurrenceScheduleOccurrence {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.microsoft.azure.management.datafactoryv2.v2018_06_01.implementation.DatasetInner;

/**
* Shopify Serivce dataset.
* Shopify Service dataset.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
@JsonTypeName("ShopifyObject")
Expand Down
Loading