diff --git a/lib/services/databoxManagement/lib/models/dataBoxHeavyAccountCopyLogDetails.js b/lib/services/databoxManagement/lib/models/dataBoxHeavyAccountCopyLogDetails.js index 3ef2c7939a..9c79a05cb8 100644 --- a/lib/services/databoxManagement/lib/models/dataBoxHeavyAccountCopyLogDetails.js +++ b/lib/services/databoxManagement/lib/models/dataBoxHeavyAccountCopyLogDetails.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Copy log details for a storage account for Databox heavy + * Copy log details for a storage account for DataBoxHeavy * * @extends models['CopyLogDetails'] */ diff --git a/lib/services/databoxManagement/lib/models/dataBoxHeavyJobDetails.js b/lib/services/databoxManagement/lib/models/dataBoxHeavyJobDetails.js index 3c1e29eb7a..62722231e3 100644 --- a/lib/services/databoxManagement/lib/models/dataBoxHeavyJobDetails.js +++ b/lib/services/databoxManagement/lib/models/dataBoxHeavyJobDetails.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Databox Heavy Device Job Details + * DataBoxHeavy Device Job Details * * @extends models['JobDetails'] */ diff --git a/lib/services/databoxManagement/lib/models/dataBoxHeavyJobSecrets.js b/lib/services/databoxManagement/lib/models/dataBoxHeavyJobSecrets.js index c91acbcf35..fe687b3946 100644 --- a/lib/services/databoxManagement/lib/models/dataBoxHeavyJobSecrets.js +++ b/lib/services/databoxManagement/lib/models/dataBoxHeavyJobSecrets.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * The secrets related to a databox heavy job. + * The secrets related to a DataBoxHeavy job. * * @extends models['JobSecrets'] */ @@ -21,7 +21,7 @@ class DataBoxHeavyJobSecrets extends models['JobSecrets'] { /** * Create a DataBoxHeavyJobSecrets. * @member {array} [cabinetPodSecrets] Contains the list of secret objects - * for a databox heavy job. + * for a DataBoxHeavy job. */ constructor() { super(); diff --git a/lib/services/databoxManagement/lib/models/dataBoxHeavySecret.js b/lib/services/databoxManagement/lib/models/dataBoxHeavySecret.js index 8b3e78c591..3b14b7dd3a 100644 --- a/lib/services/databoxManagement/lib/models/dataBoxHeavySecret.js +++ b/lib/services/databoxManagement/lib/models/dataBoxHeavySecret.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The secrets related to a databox heavy. + * The secrets related to a DataBoxHeavy. * */ class DataBoxHeavySecret { diff --git a/lib/services/databoxManagement/lib/models/dataBoxJobDetails.js b/lib/services/databoxManagement/lib/models/dataBoxJobDetails.js index 55df59c89d..e4cd406253 100644 --- a/lib/services/databoxManagement/lib/models/dataBoxJobDetails.js +++ b/lib/services/databoxManagement/lib/models/dataBoxJobDetails.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Databox Job Details + * DataBox Job Details * * @extends models['JobDetails'] */ diff --git a/lib/services/databoxManagement/lib/models/databoxJobSecrets.js b/lib/services/databoxManagement/lib/models/databoxJobSecrets.js index 7abd8401c6..b297d77363 100644 --- a/lib/services/databoxManagement/lib/models/databoxJobSecrets.js +++ b/lib/services/databoxManagement/lib/models/databoxJobSecrets.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * The secrets related to a databox job. + * The secrets related to a DataBox job. * * @extends models['JobSecrets'] */ diff --git a/lib/services/databoxManagement/lib/models/index.d.ts b/lib/services/databoxManagement/lib/models/index.d.ts index bb3eb8ec56..2ba810c0c6 100644 --- a/lib/services/databoxManagement/lib/models/index.d.ts +++ b/lib/services/databoxManagement/lib/models/index.d.ts @@ -399,7 +399,7 @@ export interface DataBoxDiskCopyProgress { * Job details. * * @member {number} [expectedDataSizeInTeraBytes] The expected size of the - * data, which needs to be transfered in this job, in tera bytes. + * data, which needs to be transferred in this job, in terabytes. * @member {array} [jobStages] List of stages that run in the job. * @member {object} contactDetails Contact details for notification and * shipping. @@ -535,7 +535,7 @@ export interface DataBoxDiskJobSecrets extends JobSecrets { * @class * Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class. * @constructor - * Copy log details for a storage account for Databox heavy + * Copy log details for a storage account for DataBoxHeavy * * @member {string} [accountName] Destination account name. * @member {array} [copyLogLink] Link for copy logs. @@ -549,7 +549,7 @@ export interface DataBoxHeavyAccountCopyLogDetails extends CopyLogDetails { * @class * Initializes a new instance of the DataBoxHeavyJobDetails class. * @constructor - * Databox Heavy Device Job Details + * DataBoxHeavy Device Job Details * * @member {array} [copyProgress] Copy progress per account. */ @@ -561,7 +561,7 @@ export interface DataBoxHeavyJobDetails extends JobDetails { * @class * Initializes a new instance of the DataBoxHeavySecret class. * @constructor - * The secrets related to a databox heavy. + * The secrets related to a DataBoxHeavy. * * @member {string} [deviceSerialNumber] Serial number of the assigned device. * @member {string} [devicePassword] Password for out of the box experience on @@ -585,10 +585,10 @@ export interface DataBoxHeavySecret { * @class * Initializes a new instance of the DataBoxHeavyJobSecrets class. * @constructor - * The secrets related to a databox heavy job. + * The secrets related to a DataBoxHeavy job. * * @member {array} [cabinetPodSecrets] Contains the list of secret objects for - * a databox heavy job. + * a DataBoxHeavy job. */ export interface DataBoxHeavyJobSecrets extends JobSecrets { readonly cabinetPodSecrets?: DataBoxHeavySecret[]; @@ -598,7 +598,7 @@ export interface DataBoxHeavyJobSecrets extends JobSecrets { * @class * Initializes a new instance of the DataBoxJobDetails class. * @constructor - * Databox Job Details + * DataBox Job Details * * @member {array} [copyProgress] Copy progress per storage account. */ @@ -634,7 +634,7 @@ export interface DataBoxSecret { * @class * Initializes a new instance of the DataboxJobSecrets class. * @constructor - * The secrets related to a databox job. + * The secrets related to a DataBox job. * * @member {array} [podSecrets] Contains the list of secret objects for a job. */ @@ -827,7 +827,7 @@ export interface Resource extends BaseResource { * @member {object} [details] Details of a job run. This field will only be * sent for expand details filter. * @member {number} [details.expectedDataSizeInTeraBytes] The expected size of - * the data, which needs to be transfered in this job, in tera bytes. + * the data, which needs to be transferred in this job, in terabytes. * @member {array} [details.jobStages] List of stages that run in the job. * @member {object} [details.contactDetails] Contact details for notification * and shipping. diff --git a/lib/services/databoxManagement/lib/models/jobDetails.js b/lib/services/databoxManagement/lib/models/jobDetails.js index 10adaa1616..ab1536ecf1 100644 --- a/lib/services/databoxManagement/lib/models/jobDetails.js +++ b/lib/services/databoxManagement/lib/models/jobDetails.js @@ -18,7 +18,7 @@ class JobDetails { /** * Create a JobDetails. * @member {number} [expectedDataSizeInTeraBytes] The expected size of the - * data, which needs to be transfered in this job, in tera bytes. + * data, which needs to be transferred in this job, in terabytes. * @member {array} [jobStages] List of stages that run in the job. * @member {object} contactDetails Contact details for notification and * shipping. diff --git a/lib/services/databoxManagement/lib/models/jobResource.js b/lib/services/databoxManagement/lib/models/jobResource.js index adcad744a6..968578e78b 100644 --- a/lib/services/databoxManagement/lib/models/jobResource.js +++ b/lib/services/databoxManagement/lib/models/jobResource.js @@ -41,7 +41,7 @@ class JobResource extends models['Resource'] { * @member {object} [details] Details of a job run. This field will only be * sent for expand details filter. * @member {number} [details.expectedDataSizeInTeraBytes] The expected size - * of the data, which needs to be transfered in this job, in tera bytes. + * of the data, which needs to be transferred in this job, in terabytes. * @member {array} [details.jobStages] List of stages that run in the job. * @member {object} [details.contactDetails] Contact details for notification * and shipping. diff --git a/lib/services/databoxManagement/lib/operations/index.d.ts b/lib/services/databoxManagement/lib/operations/index.d.ts index 0b42beddd0..78c1ef13b2 100644 --- a/lib/services/databoxManagement/lib/operations/index.d.ts +++ b/lib/services/databoxManagement/lib/operations/index.d.ts @@ -341,8 +341,8 @@ export interface Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -453,8 +453,8 @@ export interface Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -1087,8 +1087,8 @@ export interface Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -1199,8 +1199,8 @@ export interface Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. diff --git a/lib/services/databoxManagement/lib/operations/jobs.js b/lib/services/databoxManagement/lib/operations/jobs.js index cd6408a4fa..27625aa9b3 100644 --- a/lib/services/databoxManagement/lib/operations/jobs.js +++ b/lib/services/databoxManagement/lib/operations/jobs.js @@ -494,8 +494,8 @@ function _get(resourceGroupName, jobName, options, callback) { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -1408,8 +1408,8 @@ function _listCredentials(resourceGroupName, jobName, options, callback) { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -2631,8 +2631,8 @@ class Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -2755,8 +2755,8 @@ class Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -3539,8 +3539,8 @@ class Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping. @@ -3663,8 +3663,8 @@ class Jobs { * only be sent for expand details filter. * * @param {number} [jobResource.details.expectedDataSizeInTeraBytes] The - * expected size of the data, which needs to be transfered in this job, in tera - * bytes. + * expected size of the data, which needs to be transferred in this job, in + * terabytes. * * @param {object} jobResource.details.contactDetails Contact details for * notification and shipping.