Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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 @@
const models = require('./index');

/**
* Trigger that runs everytime a Blob event occurs.
* Trigger that runs every time a Blob event occurs.
*
* @extends models['MultiplePipelineTrigger']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Trigger that runs everytime the selected Blob container changes.
* Trigger that runs every time the selected Blob container changes.
*
* @extends models['MultiplePipelineTrigger']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Concur Serivce dataset.
* Concur Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Concur Serivce source.
* A copy activity Concur Service source.
*
* @extends models['CopySource']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CopyActivity extends models['ExecutionActivity'] {
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
* @property {string} [sink.type] Polymorphic Discriminator
* @property {object} [translator] Copy activity translator. If not
* specificed, tabular translator is used.
* specified, tabular translator is used.
* @property {string} [translator.type] Polymorphic Discriminator
* @property {object} [enableStaging] Specifies whether to copy data via an
* interim staging. Default value is false. Type: boolean (or Expression with
Expand Down
2 changes: 1 addition & 1 deletion lib/services/datafactoryManagement/lib/models/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Factory extends models['Resource'] {
* @property {object} [repoConfiguration] Git repo information of the
* factory.
* @property {string} [repoConfiguration.accountName] Account name.
* @property {string} [repoConfiguration.repositoryName] Rrepository name.
* @property {string} [repoConfiguration.repositoryName] Repository name.
* @property {string} [repoConfiguration.collaborationBranch] Collaboration
* branch.
* @property {string} [repoConfiguration.rootFolder] Root folder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FactoryRepoConfiguration {
/**
* Create a FactoryRepoConfiguration.
* @property {string} accountName Account name.
* @property {string} repositoryName Rrepository name.
* @property {string} repositoryName Repository name.
* @property {string} collaborationBranch Collaboration branch.
* @property {string} rootFolder Root folder.
* @property {string} [lastCommitId] Last commit id.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FactoryRepoUpdate {
* @property {object} [repoConfiguration] Git repo information of the
* factory.
* @property {string} [repoConfiguration.accountName] Account name.
* @property {string} [repoConfiguration.repositoryName] Rrepository name.
* @property {string} [repoConfiguration.repositoryName] Repository name.
* @property {string} [repoConfiguration.collaborationBranch] Collaboration
* branch.
* @property {string} [repoConfiguration.rootFolder] Root folder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Hubspot Serivce dataset.
* Hubspot Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Hubspot Serivce source.
* A copy activity Hubspot Service source.
*
* @extends models['CopySource']
*/
Expand Down
42 changes: 21 additions & 21 deletions lib/services/datafactoryManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export interface FactoryRepoConfiguration {
*/
accountName: string;
/**
* Rrepository name.
* Repository name.
*/
repositoryName: string;
/**
Expand Down Expand Up @@ -497,11 +497,11 @@ export interface ActivityDependency {
*/
export interface UserProperty {
/**
* User proprety name.
* User property name.
*/
name: string;
/**
* User proprety value. Type: string (or Expression with resultType string).
* User property value. Type: string (or Expression with resultType string).
*/
value: any;
}
Expand Down Expand Up @@ -1440,7 +1440,7 @@ export interface MultiplePipelineTrigger extends Trigger {
}

/**
* Trigger that runs everytime a Blob event occurs.
* Trigger that runs every time a Blob event occurs.
*/
export interface BlobEventsTrigger extends MultiplePipelineTrigger {
/**
Expand All @@ -1467,7 +1467,7 @@ export interface BlobEventsTrigger extends MultiplePipelineTrigger {
}

/**
* Trigger that runs everytime the selected Blob container changes.
* Trigger that runs every time the selected Blob container changes.
*/
export interface BlobTrigger extends MultiplePipelineTrigger {
/**
Expand All @@ -1485,7 +1485,7 @@ export interface BlobTrigger extends MultiplePipelineTrigger {
}

/**
* The recurrence schedule occurence.
* The recurrence schedule occurrence.
*/
export interface RecurrenceScheduleOccurrence {
/**
Expand Down Expand Up @@ -4383,7 +4383,7 @@ export interface ZohoObjectDataset extends Dataset {
}

/**
* Xero Serivce dataset.
* Xero Service dataset.
*/
export interface XeroObjectDataset extends Dataset {
/**
Expand All @@ -4393,7 +4393,7 @@ export interface XeroObjectDataset extends Dataset {
}

/**
* Square Serivce dataset.
* Square Service dataset.
*/
export interface SquareObjectDataset extends Dataset {
/**
Expand All @@ -4413,7 +4413,7 @@ export interface SparkObjectDataset extends Dataset {
}

/**
* Shopify Serivce dataset.
* Shopify Service dataset.
*/
export interface ShopifyObjectDataset extends Dataset {
/**
Expand Down Expand Up @@ -4463,7 +4463,7 @@ export interface PhoenixObjectDataset extends Dataset {
}

/**
* Paypal Serivce dataset.
* Paypal Service dataset.
*/
export interface PaypalObjectDataset extends Dataset {
/**
Expand Down Expand Up @@ -4503,7 +4503,7 @@ export interface MagentoObjectDataset extends Dataset {
}

/**
* Jira Serivce dataset.
* Jira Service dataset.
*/
export interface JiraObjectDataset extends Dataset {
/**
Expand All @@ -4523,7 +4523,7 @@ export interface ImpalaObjectDataset extends Dataset {
}

/**
* Hubspot Serivce dataset.
* Hubspot Service dataset.
*/
export interface HubspotObjectDataset extends Dataset {
/**
Expand Down Expand Up @@ -4603,7 +4603,7 @@ export interface CouchbaseTableDataset extends Dataset {
}

/**
* Concur Serivce dataset.
* Concur Service dataset.
*/
export interface ConcurObjectDataset extends Dataset {
/**
Expand Down Expand Up @@ -5539,7 +5539,7 @@ export interface ZohoSource extends CopySource {
}

/**
* A copy activity Xero Serivce source.
* A copy activity Xero Service source.
*/
export interface XeroSource extends CopySource {
/**
Expand All @@ -5549,7 +5549,7 @@ export interface XeroSource extends CopySource {
}

/**
* A copy activity Square Serivce source.
* A copy activity Square Service source.
*/
export interface SquareSource extends CopySource {
/**
Expand All @@ -5569,7 +5569,7 @@ export interface SparkSource extends CopySource {
}

/**
* A copy activity Shopify Serivce source.
* A copy activity Shopify Service source.
*/
export interface ShopifySource extends CopySource {
/**
Expand Down Expand Up @@ -5619,7 +5619,7 @@ export interface PhoenixSource extends CopySource {
}

/**
* A copy activity Paypal Serivce source.
* A copy activity Paypal Service source.
*/
export interface PaypalSource extends CopySource {
/**
Expand Down Expand Up @@ -5659,7 +5659,7 @@ export interface MagentoSource extends CopySource {
}

/**
* A copy activity Jira Serivce source.
* A copy activity Jira Service source.
*/
export interface JiraSource extends CopySource {
/**
Expand All @@ -5679,7 +5679,7 @@ export interface ImpalaSource extends CopySource {
}

/**
* A copy activity Hubspot Serivce source.
* A copy activity Hubspot Service source.
*/
export interface HubspotSource extends CopySource {
/**
Expand Down Expand Up @@ -5759,7 +5759,7 @@ export interface CouchbaseSource extends CopySource {
}

/**
* A copy activity Concur Serivce source.
* A copy activity Concur Service source.
*/
export interface ConcurSource extends CopySource {
/**
Expand Down Expand Up @@ -6804,7 +6804,7 @@ export interface CopyActivity extends ExecutionActivity {
*/
sink: CopySink;
/**
* Copy activity translator. If not specificed, tabular translator is used.
* Copy activity translator. If not specified, tabular translator is used.
*/
translator?: CopyTranslator;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Jira Serivce dataset.
* Jira Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Jira Serivce source.
* A copy activity Jira Service source.
*
* @extends models['CopySource']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Paypal Serivce dataset.
* Paypal Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Paypal Serivce source.
* A copy activity Paypal Service source.
*
* @extends models['CopySource']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* The recurrence schedule occurence.
* The recurrence schedule occurrence.
*
*/
class RecurrenceScheduleOccurrence {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Shopify Serivce dataset.
* Shopify Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Shopify Serivce source.
* A copy activity Shopify Service source.
*
* @extends models['CopySource']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Square Serivce dataset.
* Square Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Square Serivce source.
* A copy activity Square Service source.
*
* @extends models['CopySource']
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/services/datafactoryManagement/lib/models/userProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
class UserProperty {
/**
* Create a UserProperty.
* @property {string} name User proprety name.
* @property {object} value User proprety value. Type: string (or Expression
* @property {string} name User property name.
* @property {object} value User property value. Type: string (or Expression
* with resultType string).
*/
constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Xero Serivce dataset.
* Xero Service dataset.
*
* @extends models['Dataset']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* A copy activity Xero Serivce source.
* A copy activity Xero Service source.
*
* @extends models['CopySource']
*/
Expand Down
Loading