diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/alertProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/alertProperties.js index c4fbc5a3a9..af4a8966b1 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/alertProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/alertProperties.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The proprties of an alert. + * The properties of an alert. * */ class AlertProperties { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/azureToAzureCreateNetworkMappingInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/azureToAzureCreateNetworkMappingInput.js index bade5332b0..22540957e3 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/azureToAzureCreateNetworkMappingInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/azureToAzureCreateNetworkMappingInput.js @@ -13,8 +13,8 @@ const models = require('./index'); /** - * Create network mappings input properties/behaviour specific to Azure to - * Azure Network mapping. + * Create network mappings input properties/behavior specific to Azure to Azure + * Network mapping. * * @extends models['FabricSpecificCreateNetworkMappingInput'] */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/consistencyCheckTaskDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/consistencyCheckTaskDetails.js index d927d7be78..bbb37caf5e 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/consistencyCheckTaskDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/consistencyCheckTaskDetails.js @@ -14,7 +14,7 @@ const models = require('./index'); /** * This class contains monitoring details of all the inconsistent Protected - * Entites in Vmm. + * Entities in Vmm. * * @extends models['TaskTypeDetails'] */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/currentJobDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/currentJobDetails.js index 9fbd0e0a0c..de55bd1fe9 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/currentJobDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/currentJobDetails.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Current job details of the migraton item. + * Current job details of the migration item. * */ class CurrentJobDetails { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/dataStore.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/dataStore.js index 3f5b0e6aea..12aca3d004 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/dataStore.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/dataStore.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The datastore details of the MT. + * The data store details of the MT. * */ class DataStore { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/diskDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/diskDetails.js index 8735d6a003..cbeb443167 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/diskDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/diskDetails.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Onprem disk details data. + * On-prem disk details data. * */ class DiskDetails { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/event.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/event.js index 173ed734e7..0808c23673 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/event.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/event.js @@ -29,7 +29,7 @@ class Event extends models['Resource'] { * of the source of the event on which it is raised (for example, VM, VMM * etc). * @member {string} [properties.severity] The severity of the event. - * @member {date} [properties.timeOfOccurrence] The time of occurence of the + * @member {date} [properties.timeOfOccurrence] The time of occurrence of the * event. * @member {string} [properties.fabricId] The ARM ID of the fabric. * @member {object} [properties.providerSpecificDetails] The provider diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/eventProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/eventProperties.js index c0364838b0..0f876def60 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/eventProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/eventProperties.js @@ -24,7 +24,7 @@ class EventProperties { * @member {string} [affectedObjectFriendlyName] The friendly name of the * source of the event on which it is raised (for example, VM, VMM etc). * @member {string} [severity] The severity of the event. - * @member {date} [timeOfOccurrence] The time of occurence of the event. + * @member {date} [timeOfOccurrence] The time of occurrence of the event. * @member {string} [fabricId] The ARM ID of the fabric. * @member {object} [providerSpecificDetails] The provider specific settings. * @member {string} [providerSpecificDetails.instanceType] Polymorphic diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageAzureV2ReplicationDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageAzureV2ReplicationDetails.js index 7ae428ef18..484ab11c2b 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageAzureV2ReplicationDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageAzureV2ReplicationDetails.js @@ -77,8 +77,8 @@ class InMageAzureV2ReplicationDetails extends models['ReplicationProviderSpecifi * @member {string} [enableRdpOnTargetOption] The selected option to enable * RDP\SSH on target vm after failover. String value of * {SrsDataContract.EnableRDPOnTargetOption} enum. - * @member {array} [datastores] The datastores of the on-premise machine. - * Value can be list of strings that contain datastore names. + * @member {array} [datastores] The data stores of the on-premise machine. + * Value can be list of strings that contain data store names. * @member {string} [targetVmId] The ARM Id of the target Azure VM. This * value will be null until the VM is failed over. Only after failure it will * be populated with the ARM Id of the Azure VM. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageEnableProtectionInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageEnableProtectionInput.js index e784213da7..40270ee18d 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageEnableProtectionInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageEnableProtectionInput.js @@ -27,7 +27,7 @@ class InMageEnableProtectionInput extends models['EnableProtectionProviderSpecif * @member {string} [runAsAccountId] The CS account Id. * @member {string} multiVmGroupId The multi vm group Id. * @member {string} multiVmGroupName The multi vm group name. - * @member {string} [datastoreName] The target datastore name. + * @member {string} [datastoreName] The target data store name. * @member {object} [diskExclusionInput] The enable disk exclusion input. * @member {array} [diskExclusionInput.volumeOptions] The volume label based * option for disk exclusion. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReplicationDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReplicationDetails.js index 3734fcb840..5d4d04efab 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReplicationDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReplicationDetails.js @@ -79,8 +79,8 @@ class InMageReplicationDetails extends models['ReplicationProviderSpecificSettin * @member {string} [azureStorageAccountId] A value indicating the underlying * Azure storage account. If the VM is not running in Azure, this value shall * be set to null. - * @member {array} [datastores] The datastores of the on-premise machine - * Value can be list of strings that contain datastore names + * @member {array} [datastores] The data stores of the on-premise machine + * Value can be list of strings that contain data store names * @member {array} [validationErrors] The validation errors of the on-premise * machine Value can be list of validation errors * @member {date} [lastRpoCalculatedTime] The last RPO calculated time. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReprotectInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReprotectInput.js index b6dbc11856..50ec7db18b 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReprotectInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/inMageReprotectInput.js @@ -24,7 +24,7 @@ class InMageReprotectInput extends models['ReverseReplicationProviderSpecificInp * @member {string} processServerId The Process Server Id. * @member {string} retentionDrive The retention drive to use on the MT. * @member {string} [runAsAccountId] The CS account Id. - * @member {string} [datastoreName] The target datastore name. + * @member {string} [datastoreName] The target data store name. * @member {object} [diskExclusionInput] The enable disk exclusion input. * @member {array} [diskExclusionInput.volumeOptions] The volume label based * option for disk exclusion. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/index.d.ts b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/index.d.ts index dcb67267ff..4dd6d4db40 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/index.d.ts +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/index.d.ts @@ -583,7 +583,7 @@ export interface A2ARecoveryPointDetails extends ProviderSpecificRecoveryPointDe * @member {string} [recoveryNicIpAddressType] IP allocation type for recovery * VM. * @member {boolean} [enableAcceleratedNetworkingOnRecovery] A value indicating - * whether the NIC has accerated networking enabled. + * whether the NIC has accelerated networking enabled. */ export interface VMNicDetails { nicId?: string; @@ -1118,7 +1118,7 @@ export interface AddVCenterRequest { * @class * Initializes a new instance of the AlertProperties class. * @constructor - * The proprties of an alert. + * The properties of an alert. * * @member {string} [sendToOwners] A value indicating whether to send email to * subscription administrator. @@ -1471,8 +1471,8 @@ export interface FabricSpecificCreateNetworkMappingInput { * @class * Initializes a new instance of the AzureToAzureCreateNetworkMappingInput class. * @constructor - * Create network mappings input properties/behaviour specific to Azure to - * Azure Network mapping. + * Create network mappings input properties/behavior specific to Azure to Azure + * Network mapping. * * @member {string} [primaryNetworkId] The primary azure vnet Id. */ @@ -1641,7 +1641,7 @@ export interface InconsistentVmDetails { * Initializes a new instance of the ConsistencyCheckTaskDetails class. * @constructor * This class contains monitoring details of all the inconsistent Protected - * Entites in Vmm. + * Entities in Vmm. * * @member {array} [vmDetails] The list of inconsistent Vm details. */ @@ -1886,7 +1886,7 @@ export interface CreateRecoveryPlanInput { * @class * Initializes a new instance of the CurrentJobDetails class. * @constructor - * Current job details of the migraton item. + * Current job details of the migration item. * * @member {string} [jobName] The job name. * @member {string} [jobId] The ARM Id of the job being executed. @@ -1918,7 +1918,7 @@ export interface CurrentScenarioDetails { * @class * Initializes a new instance of the DataStore class. * @constructor - * The datastore details of the MT. + * The data store details of the MT. * * @member {string} [symbolicName] The symbolic name of data store. * @member {string} [uuid] The uuid of data store. @@ -2023,7 +2023,7 @@ export interface DiscoverProtectableItemRequest { * @class * Initializes a new instance of the DiskDetails class. * @constructor - * Onprem disk details data. + * On-prem disk details data. * * @member {number} [maxSizeMB] The hard disk max size in MB. * @member {string} [vhdType] The type of the volume. @@ -2303,7 +2303,7 @@ export interface HealthError { * @member {string} [affectedObjectFriendlyName] The friendly name of the * source of the event on which it is raised (for example, VM, VMM etc). * @member {string} [severity] The severity of the event. - * @member {date} [timeOfOccurrence] The time of occurence of the event. + * @member {date} [timeOfOccurrence] The time of occurrence of the event. * @member {string} [fabricId] The ARM ID of the fabric. * @member {object} [providerSpecificDetails] The provider specific settings. * @member {string} [providerSpecificDetails.instanceType] Polymorphic @@ -2341,7 +2341,7 @@ export interface EventProperties { * @member {string} [properties.affectedObjectFriendlyName] The friendly name * of the source of the event on which it is raised (for example, VM, VMM etc). * @member {string} [properties.severity] The severity of the event. - * @member {date} [properties.timeOfOccurrence] The time of occurence of the + * @member {date} [properties.timeOfOccurrence] The time of occurrence of the * event. * @member {string} [properties.fabricId] The ARM ID of the fabric. * @member {object} [properties.providerSpecificDetails] The provider specific @@ -3753,8 +3753,8 @@ export interface InMageAzureV2RecoveryPointDetails extends ProviderSpecificRecov * @member {string} [enableRdpOnTargetOption] The selected option to enable * RDP\SSH on target vm after failover. String value of * {SrsDataContract.EnableRDPOnTargetOption} enum. - * @member {array} [datastores] The datastores of the on-premise machine. Value - * can be list of strings that contain datastore names. + * @member {array} [datastores] The data stores of the on-premise machine. + * Value can be list of strings that contain data store names. * @member {string} [targetVmId] The ARM Id of the target Azure VM. This value * will be null until the VM is failed over. Only after failure it will be * populated with the ARM Id of the Azure VM. @@ -3990,7 +3990,7 @@ export interface InMageDiskExclusionInput { * @member {string} [runAsAccountId] The CS account Id. * @member {string} multiVmGroupId The multi vm group Id. * @member {string} multiVmGroupName The multi vm group name. - * @member {string} [datastoreName] The target datastore name. + * @member {string} [datastoreName] The target data store name. * @member {object} [diskExclusionInput] The enable disk exclusion input. * @member {array} [diskExclusionInput.volumeOptions] The volume label based * option for disk exclusion. @@ -4199,8 +4199,8 @@ export interface OSDiskDetails { * @member {string} [azureStorageAccountId] A value indicating the underlying * Azure storage account. If the VM is not running in Azure, this value shall * be set to null. - * @member {array} [datastores] The datastores of the on-premise machine Value - * can be list of strings that contain datastore names + * @member {array} [datastores] The data stores of the on-premise machine Value + * can be list of strings that contain data store names * @member {array} [validationErrors] The validation errors of the on-premise * machine Value can be list of validation errors * @member {date} [lastRpoCalculatedTime] The last RPO calculated time. @@ -4259,7 +4259,7 @@ export interface InMageReplicationDetails extends ReplicationProviderSpecificSet * @member {string} processServerId The Process Server Id. * @member {string} retentionDrive The retention drive to use on the MT. * @member {string} [runAsAccountId] The CS account Id. - * @member {string} [datastoreName] The target datastore name. + * @member {string} [datastoreName] The target data store name. * @member {object} [diskExclusionInput] The enable disk exclusion input. * @member {array} [diskExclusionInput.volumeOptions] The volume label based * option for disk exclusion. @@ -4372,7 +4372,7 @@ export interface Job extends Resource { * Query parameter to enumerate jobs. * * @member {string} [startTime] Date time to get jobs from. - * @member {string} [endTime] Date time to get jobs upto. + * @member {string} [endTime] Date time to get jobs up to. * @member {string} [fabricId] The Id of the fabric to search jobs under. * @member {string} [affectedObjectTypes] The type of objects. * @member {string} [jobStatus] The states of the job to be filtered can be in. @@ -4885,7 +4885,7 @@ export interface NetworkMappingProperties { * in structure or method signature. Since there were no base Models for * certain fields and methods viz NetworkMappingProperties and Load with * required return type, the class has been introduced in its entirety with - * references to base models to facilitate exensions in subsequent versions. + * references to base models to facilitate extensions in subsequent versions. * * @member {object} [properties] The Network Mapping Properties. * @member {string} [properties.state] The pairing state for network mapping. @@ -5210,7 +5210,7 @@ export interface ProtectedItemsQueryParameter { * @constructor * Base class for fabric specific details of container. * - * @member {string} [instanceType] Gets the class type. Overriden in derived + * @member {string} [instanceType] Gets the class type. Overridden in derived * classes. */ export interface ProtectionContainerFabricSpecificDetails { @@ -5231,7 +5231,7 @@ export interface ProtectionContainerFabricSpecificDetails { * @member {string} [role] The role of this cloud. * @member {object} [fabricSpecificDetails] Fabric specific details. * @member {string} [fabricSpecificDetails.instanceType] Gets the class type. - * Overriden in derived classes. + * Overridden in derived classes. */ export interface ProtectionContainerProperties { fabricFriendlyName?: string; @@ -5259,7 +5259,7 @@ export interface ProtectionContainerProperties { * @member {string} [properties.role] The role of this cloud. * @member {object} [properties.fabricSpecificDetails] Fabric specific details. * @member {string} [properties.fabricSpecificDetails.instanceType] Gets the - * class type. Overriden in derived classes. + * class type. Overridden in derived classes. */ export interface ProtectionContainer extends Resource { properties?: ProtectionContainerProperties; @@ -6202,7 +6202,7 @@ export interface ReplicationProtectedItem extends Resource { * Base class to define the health summary of the resources contained under an * Arm resource. * - * @member {number} [resourceCount] The count of total resources umder the + * @member {number} [resourceCount] The count of total resources under the * container. * @member {array} [issues] The list of summary of health errors across the * resources under the container. @@ -6332,7 +6332,7 @@ export interface StorageClassificationProperties { * @constructor * Storage object definition. * - * @member {object} [properties] Proprties of the storage object. + * @member {object} [properties] Properties of the storage object. * @member {string} [properties.friendlyName] Friendly name of the Storage * classification. */ @@ -6358,7 +6358,7 @@ export interface StorageClassificationMappingProperties { * @constructor * Storage mapping object. * - * @member {object} [properties] Proprties of the storage mappping object. + * @member {object} [properties] Properties of the storage mapping object. * @member {string} [properties.targetStorageClassificationId] Target storage * object Id. */ @@ -6878,7 +6878,7 @@ export interface UpdateProtectionContainerMappingInput { * @class * Initializes a new instance of the UpdateRecoveryPlanInputProperties class. * @constructor - * Recovery plan updation properties. + * Recovery plan update properties. * * @member {array} [groups] The recovery plan groups. */ @@ -6910,7 +6910,7 @@ export interface UpdateRecoveryPlanInput { * @member {string} [replicaNicStaticIPAddress] Replica nic static IP address. * @member {string} [selectionType] Selection type for failover. * @member {boolean} [enableAcceleratedNetworkingOnRecovery] Whether the NIC - * has accerated networking enabled. + * has accelerated networking enabled. */ export interface VMNicInputDetails { nicId?: string; @@ -6998,7 +6998,7 @@ export interface UpdateReplicationProtectedItemInput { * @member {string} [processServerId] The process server Id from where the * update can be orchestrated. * @member {string} [port] The port number for discovery. - * @member {string} [runAsAccountId] The CS account Id which has priviliges to + * @member {string} [runAsAccountId] The CS account Id which has privileges to * update the vCenter. */ export interface UpdateVCenterRequestProperties { @@ -7023,7 +7023,7 @@ export interface UpdateVCenterRequestProperties { * where the update can be orchestrated. * @member {string} [properties.port] The port number for discovery. * @member {string} [properties.runAsAccountId] The CS account Id which has - * priviliges to update the vCenter. + * privileges to update the vCenter. */ export interface UpdateVCenterRequest { properties?: UpdateVCenterRequestProperties; @@ -7039,19 +7039,19 @@ export interface UpdateVCenterRequest { * @member {object} [protectedItemsHealth] The list of the health detail of the * protected items in the vault. * @member {number} [protectedItemsHealth.resourceCount] The count of total - * resources umder the container. + * resources under the container. * @member {array} [protectedItemsHealth.issues] The list of summary of health * errors across the resources under the container. * @member {object} [fabricsHealth] The list of the health detail of the * fabrics in the vault. * @member {number} [fabricsHealth.resourceCount] The count of total resources - * umder the container. + * under the container. * @member {array} [fabricsHealth.issues] The list of summary of health errors * across the resources under the container. * @member {object} [containersHealth] The list of the health detail of the * containers in the vault. * @member {number} [containersHealth.resourceCount] The count of total - * resources umder the container. + * resources under the container. * @member {array} [containersHealth.issues] The list of summary of health * errors across the resources under the container. */ @@ -7073,19 +7073,19 @@ export interface VaultHealthProperties { * @member {object} [properties.protectedItemsHealth] The list of the health * detail of the protected items in the vault. * @member {number} [properties.protectedItemsHealth.resourceCount] The count - * of total resources umder the container. + * of total resources under the container. * @member {array} [properties.protectedItemsHealth.issues] The list of summary * of health errors across the resources under the container. * @member {object} [properties.fabricsHealth] The list of the health detail of * the fabrics in the vault. * @member {number} [properties.fabricsHealth.resourceCount] The count of total - * resources umder the container. + * resources under the container. * @member {array} [properties.fabricsHealth.issues] The list of summary of * health errors across the resources under the container. * @member {object} [properties.containersHealth] The list of the health detail * of the containers in the vault. * @member {number} [properties.containersHealth.resourceCount] The count of - * total resources umder the container. + * total resources under the container. * @member {array} [properties.containersHealth.issues] The list of summary of * health errors across the resources under the container. */ @@ -7101,7 +7101,7 @@ export interface VaultHealthDetails extends Resource { * * @member {string} [friendlyName] Friendly name of the vCenter. * @member {string} [internalId] VCenter internal ID. - * @member {date} [lastHeartbeat] The time when the last heartbeat was reveived + * @member {date} [lastHeartbeat] The time when the last heartbeat was received * by vCenter. * @member {string} [discoveryStatus] The VCenter discovery status. * @member {string} [processServerId] The process server Id. @@ -7138,7 +7138,7 @@ export interface VCenterProperties { * @member {string} [properties.friendlyName] Friendly name of the vCenter. * @member {string} [properties.internalId] VCenter internal ID. * @member {date} [properties.lastHeartbeat] The time when the last heartbeat - * was reveived by vCenter. + * was received by vCenter. * @member {string} [properties.discoveryStatus] The VCenter discovery status. * @member {string} [properties.processServerId] The process server Id. * @member {string} [properties.ipAddress] The IP address of the vCenter. @@ -7194,7 +7194,7 @@ export interface VmmDetails extends FabricSpecificDetails { * @class * Initializes a new instance of the VmmToAzureCreateNetworkMappingInput class. * @constructor - * Create network mappings input properties/behaviour specific to Vmm to Azure + * Create network mappings input properties/behavior specific to Vmm to Azure * Network mapping. * */ @@ -7215,7 +7215,7 @@ export interface VmmToAzureNetworkMappingSettings extends NetworkMappingFabricSp * @class * Initializes a new instance of the VmmToAzureUpdateNetworkMappingInput class. * @constructor - * Update network mappings input properties/behaviour specific to vmm to azure. + * Update network mappings input properties/behavior specific to vmm to azure. * */ export interface VmmToAzureUpdateNetworkMappingInput extends FabricSpecificUpdateNetworkMappingInput { @@ -7225,7 +7225,7 @@ export interface VmmToAzureUpdateNetworkMappingInput extends FabricSpecificUpdat * @class * Initializes a new instance of the VmmToVmmCreateNetworkMappingInput class. * @constructor - * Create network mappings input properties/behaviour specific to vmm to vmm + * Create network mappings input properties/behavior specific to vmm to vmm * Network mapping. * */ @@ -7246,7 +7246,7 @@ export interface VmmToVmmNetworkMappingSettings extends NetworkMappingFabricSpec * @class * Initializes a new instance of the VmmToVmmUpdateNetworkMappingInput class. * @constructor - * Update network mappings input properties/behaviour specific to vmm to vmm. + * Update network mappings input properties/behavior specific to vmm to vmm. * */ export interface VmmToVmmUpdateNetworkMappingInput extends FabricSpecificUpdateNetworkMappingInput { @@ -7372,8 +7372,8 @@ export interface VMwareCbtDiskInput { * @member {array} disksToInclude The disks to include list. * @member {string} [licenseType] License type. Possible values include: * 'NotSpecified', 'NoLicenseType', 'WindowsServer' - * @member {string} dataMoverRunAsAccountId The data mover runas account Id. - * @member {string} snapshotRunAsAccountId The snapshot runas account Id. + * @member {string} dataMoverRunAsAccountId The data mover RunAs account Id. + * @member {string} snapshotRunAsAccountId The snapshot RunAs account Id. * @member {string} [targetVmName] The target VM name. * @member {string} [targetVmSize] The target VM size. * @member {string} targetResourceGroupId The target resource group ARM Id. @@ -7488,8 +7488,8 @@ export interface VMwareCbtNicDetails { * VMware. * @member {string} [osType] The type of the OS on the VM. * @member {string} [licenseType] License Type of the VM to be used. - * @member {string} [dataMoverRunAsAccountId] The data mover runas account Id. - * @member {string} [snapshotRunAsAccountId] The snapshot runas account Id. + * @member {string} [dataMoverRunAsAccountId] The data mover RunAs account Id. + * @member {string} [snapshotRunAsAccountId] The snapshot RunAs account Id. * @member {string} [targetVmName] Target VM name. * @member {string} [targetVmSize] The target VM size. * @member {string} [targetLocation] The target location. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/jobQueryParameter.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/jobQueryParameter.js index 9eccbd9e43..8c404eea3d 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/jobQueryParameter.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/jobQueryParameter.js @@ -18,7 +18,7 @@ class JobQueryParameter { /** * Create a JobQueryParameter. * @member {string} [startTime] Date time to get jobs from. - * @member {string} [endTime] Date time to get jobs upto. + * @member {string} [endTime] Date time to get jobs up to. * @member {string} [fabricId] The Id of the fabric to search jobs under. * @member {string} [affectedObjectTypes] The type of objects. * @member {string} [jobStatus] The states of the job to be filtered can be diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/networkMapping.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/networkMapping.js index 1b8e16e2e8..7b4872a68f 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/networkMapping.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/networkMapping.js @@ -18,7 +18,7 @@ const models = require('./index'); * in structure or method signature. Since there were no base Models for * certain fields and methods viz NetworkMappingProperties and Load with * required return type, the class has been introduced in its entirety with - * references to base models to facilitate exensions in subsequent versions. + * references to base models to facilitate extensions in subsequent versions. * * @extends models['Resource'] */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainer.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainer.js index a1e94556cc..f8b6179c5b 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainer.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainer.js @@ -31,7 +31,7 @@ class ProtectionContainer extends models['Resource'] { * @member {object} [properties.fabricSpecificDetails] Fabric specific * details. * @member {string} [properties.fabricSpecificDetails.instanceType] Gets the - * class type. Overriden in derived classes. + * class type. Overridden in derived classes. */ constructor() { super(); diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerFabricSpecificDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerFabricSpecificDetails.js index 172733dcb9..83769bd3eb 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerFabricSpecificDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerFabricSpecificDetails.js @@ -17,7 +17,7 @@ class ProtectionContainerFabricSpecificDetails { /** * Create a ProtectionContainerFabricSpecificDetails. - * @member {string} [instanceType] Gets the class type. Overriden in derived + * @member {string} [instanceType] Gets the class type. Overridden in derived * classes. */ constructor() { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerProperties.js index 623f2305b5..2db30b572e 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/protectionContainerProperties.js @@ -25,7 +25,7 @@ class ProtectionContainerProperties { * @member {string} [role] The role of this cloud. * @member {object} [fabricSpecificDetails] Fabric specific details. * @member {string} [fabricSpecificDetails.instanceType] Gets the class type. - * Overriden in derived classes. + * Overridden in derived classes. */ constructor() { } diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/resourceHealthSummary.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/resourceHealthSummary.js index a7be47bc44..eb56b0f20d 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/resourceHealthSummary.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/resourceHealthSummary.js @@ -18,7 +18,7 @@ class ResourceHealthSummary { /** * Create a ResourceHealthSummary. - * @member {number} [resourceCount] The count of total resources umder the + * @member {number} [resourceCount] The count of total resources under the * container. * @member {array} [issues] The list of summary of health errors across the * resources under the container. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassification.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassification.js index 97e866a197..7e4a77a5df 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassification.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassification.js @@ -20,7 +20,7 @@ const models = require('./index'); class StorageClassification extends models['Resource'] { /** * Create a StorageClassification. - * @member {object} [properties] Proprties of the storage object. + * @member {object} [properties] Properties of the storage object. * @member {string} [properties.friendlyName] Friendly name of the Storage * classification. */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassificationMapping.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassificationMapping.js index 6790f61714..998dc7636e 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassificationMapping.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/storageClassificationMapping.js @@ -20,7 +20,7 @@ const models = require('./index'); class StorageClassificationMapping extends models['Resource'] { /** * Create a StorageClassificationMapping. - * @member {object} [properties] Proprties of the storage mappping object. + * @member {object} [properties] Properties of the storage mapping object. * @member {string} [properties.targetStorageClassificationId] Target storage * object Id. */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateRecoveryPlanInputProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateRecoveryPlanInputProperties.js index 0ca0a4668f..04033c8857 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateRecoveryPlanInputProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateRecoveryPlanInputProperties.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Recovery plan updation properties. + * Recovery plan update properties. * */ class UpdateRecoveryPlanInputProperties { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequest.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequest.js index 72875dbd88..087f5977c6 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequest.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequest.js @@ -26,7 +26,7 @@ class UpdateVCenterRequest { * where the update can be orchestrated. * @member {string} [properties.port] The port number for discovery. * @member {string} [properties.runAsAccountId] The CS account Id which has - * priviliges to update the vCenter. + * privileges to update the vCenter. */ constructor() { } diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequestProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequestProperties.js index ce8c8160ee..5ff1508fd3 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequestProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/updateVCenterRequestProperties.js @@ -23,7 +23,7 @@ class UpdateVCenterRequestProperties { * @member {string} [processServerId] The process server Id from where the * update can be orchestrated. * @member {string} [port] The port number for discovery. - * @member {string} [runAsAccountId] The CS account Id which has priviliges + * @member {string} [runAsAccountId] The CS account Id which has privileges * to update the vCenter. */ constructor() { diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenter.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenter.js index f2f65658d3..de144c8a03 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenter.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenter.js @@ -24,7 +24,7 @@ class VCenter extends models['Resource'] { * @member {string} [properties.friendlyName] Friendly name of the vCenter. * @member {string} [properties.internalId] VCenter internal ID. * @member {date} [properties.lastHeartbeat] The time when the last heartbeat - * was reveived by vCenter. + * was received by vCenter. * @member {string} [properties.discoveryStatus] The VCenter discovery * status. * @member {string} [properties.processServerId] The process server Id. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenterProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenterProperties.js index 6c74e465cd..f6ad5d2684 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenterProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vCenterProperties.js @@ -20,7 +20,7 @@ class VCenterProperties { * @member {string} [friendlyName] Friendly name of the vCenter. * @member {string} [internalId] VCenter internal ID. * @member {date} [lastHeartbeat] The time when the last heartbeat was - * reveived by vCenter. + * received by vCenter. * @member {string} [discoveryStatus] The VCenter discovery status. * @member {string} [processServerId] The process server Id. * @member {string} [ipAddress] The IP address of the vCenter. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicDetails.js index 89076f6873..2a10230492 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicDetails.js @@ -33,7 +33,7 @@ class VMNicDetails { * @member {string} [recoveryNicIpAddressType] IP allocation type for * recovery VM. * @member {boolean} [enableAcceleratedNetworkingOnRecovery] A value - * indicating whether the NIC has accerated networking enabled. + * indicating whether the NIC has accelerated networking enabled. */ constructor() { } diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicInputDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicInputDetails.js index 45409276dd..bbcecc8a09 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicInputDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMNicInputDetails.js @@ -23,7 +23,7 @@ class VMNicInputDetails { * address. * @member {string} [selectionType] Selection type for failover. * @member {boolean} [enableAcceleratedNetworkingOnRecovery] Whether the NIC - * has accerated networking enabled. + * has accelerated networking enabled. */ constructor() { } diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtEnableMigrationInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtEnableMigrationInput.js index 98b057fc5f..5ef76b7eb3 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtEnableMigrationInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtEnableMigrationInput.js @@ -25,8 +25,8 @@ class VMwareCbtEnableMigrationInput extends models['EnableMigrationProviderSpeci * @member {array} disksToInclude The disks to include list. * @member {string} [licenseType] License type. Possible values include: * 'NotSpecified', 'NoLicenseType', 'WindowsServer' - * @member {string} dataMoverRunAsAccountId The data mover runas account Id. - * @member {string} snapshotRunAsAccountId The snapshot runas account Id. + * @member {string} dataMoverRunAsAccountId The data mover RunAs account Id. + * @member {string} snapshotRunAsAccountId The snapshot RunAs account Id. * @member {string} [targetVmName] The target VM name. * @member {string} [targetVmSize] The target VM size. * @member {string} targetResourceGroupId The target resource group ARM Id. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtMigrationDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtMigrationDetails.js index 62c5d3c8d6..660236a2da 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtMigrationDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vMwareCbtMigrationDetails.js @@ -24,9 +24,9 @@ class VMwareCbtMigrationDetails extends models['MigrationProviderSpecificSetting * VMware. * @member {string} [osType] The type of the OS on the VM. * @member {string} [licenseType] License Type of the VM to be used. - * @member {string} [dataMoverRunAsAccountId] The data mover runas account + * @member {string} [dataMoverRunAsAccountId] The data mover RunAs account * Id. - * @member {string} [snapshotRunAsAccountId] The snapshot runas account Id. + * @member {string} [snapshotRunAsAccountId] The snapshot RunAs account Id. * @member {string} [targetVmName] Target VM name. * @member {string} [targetVmSize] The target VM size. * @member {string} [targetLocation] The target location. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthDetails.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthDetails.js index 4053609ad1..35f37f982d 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthDetails.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthDetails.js @@ -25,19 +25,19 @@ class VaultHealthDetails extends models['Resource'] { * @member {object} [properties.protectedItemsHealth] The list of the health * detail of the protected items in the vault. * @member {number} [properties.protectedItemsHealth.resourceCount] The count - * of total resources umder the container. + * of total resources under the container. * @member {array} [properties.protectedItemsHealth.issues] The list of * summary of health errors across the resources under the container. * @member {object} [properties.fabricsHealth] The list of the health detail * of the fabrics in the vault. * @member {number} [properties.fabricsHealth.resourceCount] The count of - * total resources umder the container. + * total resources under the container. * @member {array} [properties.fabricsHealth.issues] The list of summary of * health errors across the resources under the container. * @member {object} [properties.containersHealth] The list of the health * detail of the containers in the vault. * @member {number} [properties.containersHealth.resourceCount] The count of - * total resources umder the container. + * total resources under the container. * @member {array} [properties.containersHealth.issues] The list of summary * of health errors across the resources under the container. */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthProperties.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthProperties.js index 9c297e28ec..c9488086a6 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthProperties.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vaultHealthProperties.js @@ -21,19 +21,19 @@ class VaultHealthProperties { * @member {object} [protectedItemsHealth] The list of the health detail of * the protected items in the vault. * @member {number} [protectedItemsHealth.resourceCount] The count of total - * resources umder the container. + * resources under the container. * @member {array} [protectedItemsHealth.issues] The list of summary of * health errors across the resources under the container. * @member {object} [fabricsHealth] The list of the health detail of the * fabrics in the vault. * @member {number} [fabricsHealth.resourceCount] The count of total - * resources umder the container. + * resources under the container. * @member {array} [fabricsHealth.issues] The list of summary of health * errors across the resources under the container. * @member {object} [containersHealth] The list of the health detail of the * containers in the vault. * @member {number} [containersHealth.resourceCount] The count of total - * resources umder the container. + * resources under the container. * @member {array} [containersHealth.issues] The list of summary of health * errors across the resources under the container. */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureCreateNetworkMappingInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureCreateNetworkMappingInput.js index 5a52809c71..474febe089 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureCreateNetworkMappingInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureCreateNetworkMappingInput.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Create network mappings input properties/behaviour specific to Vmm to Azure + * Create network mappings input properties/behavior specific to Vmm to Azure * Network mapping. * * @extends models['FabricSpecificCreateNetworkMappingInput'] diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureUpdateNetworkMappingInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureUpdateNetworkMappingInput.js index e00fb05d07..9d5fb8481f 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureUpdateNetworkMappingInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToAzureUpdateNetworkMappingInput.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Update network mappings input properties/behaviour specific to vmm to azure. + * Update network mappings input properties/behavior specific to vmm to azure. * * @extends models['FabricSpecificUpdateNetworkMappingInput'] */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmCreateNetworkMappingInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmCreateNetworkMappingInput.js index 2acafb8b34..6ec51dbbbc 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmCreateNetworkMappingInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmCreateNetworkMappingInput.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Create network mappings input properties/behaviour specific to vmm to vmm + * Create network mappings input properties/behavior specific to vmm to vmm * Network mapping. * * @extends models['FabricSpecificCreateNetworkMappingInput'] diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmUpdateNetworkMappingInput.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmUpdateNetworkMappingInput.js index 5bdf28976c..078ee6733f 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmUpdateNetworkMappingInput.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/models/vmmToVmmUpdateNetworkMappingInput.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Update network mappings input properties/behaviour specific to vmm to vmm. + * Update network mappings input properties/behavior specific to vmm to vmm. * * @extends models['FabricSpecificUpdateNetworkMappingInput'] */ diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/index.d.ts b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/index.d.ts index 3fa2e3723d..cb73cc862f 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/index.d.ts +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/index.d.ts @@ -11402,7 +11402,7 @@ export interface ReplicationStorageClassificationMappings { * * @param {string} fabricName Fabric name. * - * @param {string} storageClassificationName Storage classfication name. + * @param {string} storageClassificationName Storage classification name. * * @param {object} [options] Optional Parameters. * @@ -11425,7 +11425,7 @@ export interface ReplicationStorageClassificationMappings { * * @param {string} fabricName Fabric name. * - * @param {string} storageClassificationName Storage classfication name. + * @param {string} storageClassificationName Storage classification name. * * @param {object} [options] Optional Parameters. * @@ -12325,7 +12325,7 @@ export interface ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -12346,7 +12346,7 @@ export interface ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -12368,7 +12368,7 @@ export interface ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -12389,7 +12389,7 @@ export interface ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -12652,7 +12652,7 @@ export interface ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -12673,7 +12673,7 @@ export interface ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -12695,7 +12695,7 @@ export interface ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -12716,7 +12716,7 @@ export interface ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -13004,7 +13004,7 @@ export interface ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -13024,7 +13024,7 @@ export interface ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -13198,7 +13198,7 @@ export interface ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -13231,7 +13231,7 @@ export interface ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -13278,7 +13278,7 @@ export interface ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -13298,7 +13298,7 @@ export interface ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -13472,7 +13472,7 @@ export interface ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -13505,7 +13505,7 @@ export interface ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationJobs.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationJobs.js index 94f8876423..2191fbb722 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationJobs.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationJobs.js @@ -321,7 +321,7 @@ function _get(jobName, options, callback) { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -566,7 +566,7 @@ function _resume(jobName, resumeJobParams, options, callback) { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -651,7 +651,7 @@ function _exportMethod(jobQueryParameter, options, callback) { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -1126,7 +1126,7 @@ function _beginResume(jobName, resumeJobParams, options, callback) { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -1618,7 +1618,7 @@ class ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -1650,7 +1650,7 @@ class ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -1893,7 +1893,7 @@ class ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -1938,7 +1938,7 @@ class ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -2000,7 +2000,7 @@ class ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -2032,7 +2032,7 @@ class ReplicationJobs { * * The operation to cancel an Azure Site Recovery job. * - * @param {string} jobName Job indentifier. + * @param {string} jobName Job identifier. * * @param {object} [options] Optional Parameters. * @@ -2275,7 +2275,7 @@ class ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. @@ -2320,7 +2320,7 @@ class ReplicationJobs { * * @param {string} [jobQueryParameter.startTime] Date time to get jobs from. * - * @param {string} [jobQueryParameter.endTime] Date time to get jobs upto. + * @param {string} [jobQueryParameter.endTime] Date time to get jobs up to. * * @param {string} [jobQueryParameter.fabricId] The Id of the fabric to search * jobs under. diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationStorageClassificationMappings.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationStorageClassificationMappings.js index d137dce1b0..5fe652affb 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationStorageClassificationMappings.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationStorageClassificationMappings.js @@ -22,7 +22,7 @@ const WebResource = msRest.WebResource; * * @param {string} fabricName Fabric name. * - * @param {string} storageClassificationName Storage classfication name. + * @param {string} storageClassificationName Storage classification name. * * @param {object} [options] Optional Parameters. * @@ -1258,7 +1258,7 @@ class ReplicationStorageClassificationMappings { * * @param {string} fabricName Fabric name. * - * @param {string} storageClassificationName Storage classfication name. + * @param {string} storageClassificationName Storage classification name. * * @param {object} [options] Optional Parameters. * @@ -1293,7 +1293,7 @@ class ReplicationStorageClassificationMappings { * * @param {string} fabricName Fabric name. * - * @param {string} storageClassificationName Storage classfication name. + * @param {string} storageClassificationName Storage classification name. * * @param {object} [options] Optional Parameters. * diff --git a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationvCenters.js b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationvCenters.js index 3ae6f7d6ce..fdfc14676f 100644 --- a/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationvCenters.js +++ b/lib/services/recoveryServicesSiteRecoveryManagement/lib/operations/replicationvCenters.js @@ -492,7 +492,7 @@ function _deleteMethod(fabricName, vCenterName, options, callback) { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -513,7 +513,7 @@ function _deleteMethod(fabricName, vCenterName, options, callback) { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -1065,7 +1065,7 @@ function _beginDeleteMethod(fabricName, vCenterName, options, callback) { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -1086,7 +1086,7 @@ function _beginDeleteMethod(fabricName, vCenterName, options, callback) { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -1934,7 +1934,7 @@ class ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -1955,7 +1955,7 @@ class ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -1989,7 +1989,7 @@ class ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -2010,7 +2010,7 @@ class ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -2369,7 +2369,7 @@ class ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -2390,7 +2390,7 @@ class ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. * @@ -2424,7 +2424,7 @@ class ReplicationvCenters { * * @param {string} fabricName Fabric name. * - * @param {string} vCenterName vCeneter name + * @param {string} vCenterName vCenter name * * @param {object} updateVCenterRequest The input to the update vCenter * operation. @@ -2445,7 +2445,7 @@ class ReplicationvCenters { * discovery. * * @param {string} [updateVCenterRequest.properties.runAsAccountId] The CS - * account Id which has priviliges to update the vCenter. + * account Id which has privileges to update the vCenter. * * @param {object} [options] Optional Parameters. *