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');

/**
* Copy log details for a storage account for Databox heavy
* Copy log details for a storage account for DataBoxHeavy
*
* @extends models['CopyLogDetails']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Databox Heavy Device Job Details
* DataBoxHeavy Device Job Details
*
* @extends models['JobDetails']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
const models = require('./index');

/**
* The secrets related to a databox heavy job.
* The secrets related to a DataBoxHeavy job.
*
* @extends models['JobSecrets']
*/
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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* The secrets related to a databox heavy.
* The secrets related to a DataBoxHeavy.
*
*/
class DataBoxHeavySecret {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const models = require('./index');

/**
* Databox Job Details
* DataBox Job Details
*
* @extends models['JobDetails']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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']
*/
Expand Down
18 changes: 9 additions & 9 deletions lib/services/databoxManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
*/
Expand All @@ -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
Expand All @@ -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[];
Expand All @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/databoxManagement/lib/models/jobDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/databoxManagement/lib/models/jobResource.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 8 additions & 8 deletions lib/services/databoxManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
24 changes: 12 additions & 12 deletions lib/services/databoxManagement/lib/operations/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down