diff --git a/lib/services/computeManagement2/lib/models/apiEntityReference.js b/lib/services/computeManagement2/lib/models/apiEntityReference.js
index c2886a79e4..6a34ab7b5a 100644
--- a/lib/services/computeManagement2/lib/models/apiEntityReference.js
+++ b/lib/services/computeManagement2/lib/models/apiEntityReference.js
@@ -18,7 +18,7 @@ class ApiEntityReference {
/**
* Create a ApiEntityReference.
* @member {string} [id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*/
constructor() {
}
diff --git a/lib/services/computeManagement2/lib/models/availabilitySet.js b/lib/services/computeManagement2/lib/models/availabilitySet.js
index dbe8ef6d2c..a9ab8e4076 100644
--- a/lib/services/computeManagement2/lib/models/availabilitySet.js
+++ b/lib/services/computeManagement2/lib/models/availabilitySet.js
@@ -18,7 +18,7 @@ const models = require('./index');
* set are allocated to different nodes to maximize availability. For more
* information about availability sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
diff --git a/lib/services/computeManagement2/lib/models/containerService.js b/lib/services/computeManagement2/lib/models/containerService.js
index e033d40316..9e34310c10 100644
--- a/lib/services/computeManagement2/lib/models/containerService.js
+++ b/lib/services/computeManagement2/lib/models/containerService.js
@@ -42,7 +42,7 @@ class ContainerService extends models['Resource'] {
* value is 1.
* @member {string} [masterProfile.dnsPrefix] DNS prefix to be used to create
* the FQDN for master.
- * @member {string} [masterProfile.fqdn] FDQN for the master.
+ * @member {string} [masterProfile.fqdn] FQDN for the master.
* @member {array} agentPoolProfiles Properties of the agent pool.
* @member {object} [windowsProfile] Properties of Windows VMs.
* @member {string} [windowsProfile.adminUsername] The administrator username
diff --git a/lib/services/computeManagement2/lib/models/containerServiceAgentPoolProfile.js b/lib/services/computeManagement2/lib/models/containerServiceAgentPoolProfile.js
index 89c1404dc9..b30764b8b3 100644
--- a/lib/services/computeManagement2/lib/models/containerServiceAgentPoolProfile.js
+++ b/lib/services/computeManagement2/lib/models/containerServiceAgentPoolProfile.js
@@ -37,7 +37,7 @@ class ContainerServiceAgentPoolProfile {
* 'Standard_GS5'
* @member {string} dnsPrefix DNS prefix to be used to create the FQDN for
* the agent pool.
- * @member {string} [fqdn] FDQN for the agent pool.
+ * @member {string} [fqdn] FQDN for the agent pool.
*/
constructor() {
}
diff --git a/lib/services/computeManagement2/lib/models/containerServiceMasterProfile.js b/lib/services/computeManagement2/lib/models/containerServiceMasterProfile.js
index 5816e6dbb6..2d528c6ef7 100644
--- a/lib/services/computeManagement2/lib/models/containerServiceMasterProfile.js
+++ b/lib/services/computeManagement2/lib/models/containerServiceMasterProfile.js
@@ -22,7 +22,7 @@ class ContainerServiceMasterProfile {
* value: 1 .
* @member {string} dnsPrefix DNS prefix to be used to create the FQDN for
* master.
- * @member {string} [fqdn] FDQN for the master.
+ * @member {string} [fqdn] FQDN for the master.
*/
constructor() {
}
diff --git a/lib/services/computeManagement2/lib/models/diffDiskSettings.js b/lib/services/computeManagement2/lib/models/diffDiskSettings.js
index d84a8d6ccf..a9aa75e572 100644
--- a/lib/services/computeManagement2/lib/models/diffDiskSettings.js
+++ b/lib/services/computeManagement2/lib/models/diffDiskSettings.js
@@ -11,7 +11,7 @@
'use strict';
/**
- * Describes the parameters of ephemeral disk settings that can be be specified
+ * Describes the parameters of ephemeral disk settings that can be specified
* for operating system disk.
NOTE: The ephemeral disk settings can
* only be specified for managed disk.
*
diff --git a/lib/services/computeManagement2/lib/models/gallery.js b/lib/services/computeManagement2/lib/models/gallery.js
index 2a046e2784..656974a622 100644
--- a/lib/services/computeManagement2/lib/models/gallery.js
+++ b/lib/services/computeManagement2/lib/models/gallery.js
@@ -22,7 +22,7 @@ class Gallery extends models['Resource'] {
/**
* Create a Gallery.
* @member {string} [description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
* @member {object} [identifier]
* @member {string} [identifier.uniqueName] The unique name of the Shared
* Image Gallery. This name is generated automatically by Azure.
diff --git a/lib/services/computeManagement2/lib/models/galleryArtifactPublishingProfileBase.js b/lib/services/computeManagement2/lib/models/galleryArtifactPublishingProfileBase.js
index 31822f68b5..4b9bfc63f1 100644
--- a/lib/services/computeManagement2/lib/models/galleryArtifactPublishingProfileBase.js
+++ b/lib/services/computeManagement2/lib/models/galleryArtifactPublishingProfileBase.js
@@ -18,7 +18,7 @@ class GalleryArtifactPublishingProfileBase {
/**
* Create a GalleryArtifactPublishingProfileBase.
* @member {array} [targetRegions] The target regions where the Image Version
- * is going to be replicated to. This property is updateable.
+ * is going to be replicated to. This property is updatable.
* @member {object} source
* @member {object} [source.managedImage]
* @member {string} [source.managedImage.id] The managed artifact id.
diff --git a/lib/services/computeManagement2/lib/models/galleryImage.js b/lib/services/computeManagement2/lib/models/galleryImage.js
index f1ebd775ab..d9ca56914e 100644
--- a/lib/services/computeManagement2/lib/models/galleryImage.js
+++ b/lib/services/computeManagement2/lib/models/galleryImage.js
@@ -22,7 +22,7 @@ class GalleryImage extends models['Resource'] {
/**
* Create a GalleryImage.
* @member {string} [description] The description of this gallery Image
- * Definition resource. This property is updateable.
+ * Definition resource. This property is updatable.
* @member {string} [eula] The Eula agreement for the gallery Image
* Definition.
* @member {string} [privacyStatementUri] The privacy statement uri.
@@ -35,7 +35,7 @@ class GalleryImage extends models['Resource'] {
* 'Generalized'. Possible values include: 'Generalized', 'Specialized'
* @member {date} [endOfLifeDate] The end of life date of the gallery Image
* Definition. This property can be used for decommissioning purposes. This
- * property is updateable.
+ * property is updatable.
* @member {object} identifier
* @member {string} [identifier.publisher] The name of the gallery Image
* Definition publisher.
diff --git a/lib/services/computeManagement2/lib/models/galleryImageVersion.js b/lib/services/computeManagement2/lib/models/galleryImageVersion.js
index bf7d6e7a72..8278e57596 100644
--- a/lib/services/computeManagement2/lib/models/galleryImageVersion.js
+++ b/lib/services/computeManagement2/lib/models/galleryImageVersion.js
@@ -25,7 +25,7 @@ class GalleryImageVersion extends models['Resource'] {
* @member {number} [publishingProfile.replicaCount] The number of replicas
* of the Image Version to be created per region. This property would take
* effect for a region when regionalReplicaCount is not specified. This
- * property is updateable.
+ * property is updatable.
* @member {boolean} [publishingProfile.excludeFromLatest] If set to true,
* Virtual Machines deployed from the latest version of the Image Definition
* won't use this Image Version.
@@ -33,7 +33,7 @@ class GalleryImageVersion extends models['Resource'] {
* the gallery Image Version is published.
* @member {date} [publishingProfile.endOfLifeDate] The end of life date of
* the gallery Image Version. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
* @member {string} [provisioningState] The current state of the gallery
* Image Version. The provisioning state, which only appears in the response.
* Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded',
diff --git a/lib/services/computeManagement2/lib/models/galleryImageVersionPublishingProfile.js b/lib/services/computeManagement2/lib/models/galleryImageVersionPublishingProfile.js
index 0db9f2a40b..bbb6b16ddf 100644
--- a/lib/services/computeManagement2/lib/models/galleryImageVersionPublishingProfile.js
+++ b/lib/services/computeManagement2/lib/models/galleryImageVersionPublishingProfile.js
@@ -23,7 +23,7 @@ class GalleryImageVersionPublishingProfile extends models['GalleryArtifactPublis
* @member {number} [replicaCount] The number of replicas of the Image
* Version to be created per region. This property would take effect for a
* region when regionalReplicaCount is not specified. This property is
- * updateable.
+ * updatable.
* @member {boolean} [excludeFromLatest] If set to true, Virtual Machines
* deployed from the latest version of the Image Definition won't use this
* Image Version.
@@ -31,7 +31,7 @@ class GalleryImageVersionPublishingProfile extends models['GalleryArtifactPublis
* Version is published.
* @member {date} [endOfLifeDate] The end of life date of the gallery Image
* Version. This property can be used for decommissioning purposes. This
- * property is updateable.
+ * property is updatable.
*/
constructor() {
super();
diff --git a/lib/services/computeManagement2/lib/models/index.d.ts b/lib/services/computeManagement2/lib/models/index.d.ts
index f0a3ec3aa8..6f0cbdded6 100644
--- a/lib/services/computeManagement2/lib/models/index.d.ts
+++ b/lib/services/computeManagement2/lib/models/index.d.ts
@@ -119,7 +119,7 @@ export interface Resource extends BaseResource {
* set are allocated to different nodes to maximize availability. For more
* information about availability sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -496,7 +496,7 @@ export interface Usage {
* @class
* Initializes a new instance of the VirtualMachineReimageParameters class.
* @constructor
- * Paramaters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will
+ * Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will
* always be reimaged
*
* @member {boolean} [tempDisk] Specifies whether to reimage temp disk. Default
@@ -739,7 +739,7 @@ export interface VirtualHardDisk {
* @class
* Initializes a new instance of the DiffDiskSettings class.
* @constructor
- * Describes the parameters of ephemeral disk settings that can be be specified
+ * Describes the parameters of ephemeral disk settings that can be specified
* for operating system disk.
NOTE: The ephemeral disk settings can
* only be specified for managed disk.
*
@@ -1190,7 +1190,7 @@ export interface LinuxConfiguration {
* added. The specified certificate store is implicitly in the LocalMachine
* account.
For Linux VMs, the certificate file is placed under the
* /var/lib/waagent directory, with the file name .crt for
- * the X509 certificate file and .prv for private key.
+ * the X509 certificate file and .prv for private key.
* Both of these files are .pem formatted.
*/
export interface VaultCertificate {
@@ -1911,7 +1911,7 @@ export interface VirtualMachineInstanceView {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -2332,7 +2332,7 @@ export interface VirtualMachine extends Resource {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -3249,7 +3249,7 @@ export interface VirtualMachineScaleSetUpdateStorageProfile {
* The API entity reference.
*
* @member {string} [id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*/
export interface ApiEntityReference {
id?: string;
@@ -3345,7 +3345,7 @@ export interface VirtualMachineScaleSetUpdatePublicIPAddressConfiguration {
* @member {string} name The IP configuration name.
* @member {object} [subnet] Specifies the identifier of the subnet.
* @member {string} [subnet.id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {boolean} [primary] Specifies the primary network interface in case
* the virtual machine has more than 1 network interface.
* @member {object} [publicIPAddressConfiguration] The
@@ -3406,7 +3406,7 @@ export interface VirtualMachineScaleSetIPConfiguration extends SubResource {
* @member {string} [name] The IP configuration name.
* @member {object} [subnet] The subnet.
* @member {string} [subnet.id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {boolean} [primary] Specifies the primary IP Configuration in case
* the network interface has more than one IP Configuration.
* @member {object} [publicIPAddressConfiguration] The
@@ -3534,7 +3534,7 @@ export interface VirtualMachineScaleSetUpdateNetworkConfiguration extends SubRes
* reference will be in the form:
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
* @member {string} [healthProbe.id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {array} [networkInterfaceConfigurations] The list of network
* configurations.
*/
@@ -3794,7 +3794,7 @@ export interface VirtualMachineScaleSetExtensionProfile {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
* @member {string} [networkProfile.healthProbe.id] The ARM resource id in the
* form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {array} [networkProfile.networkInterfaceConfigurations] The list of
* network configurations.
* @member {object} [diagnosticsProfile] Specifies the boot diagnostic settings
@@ -4222,7 +4222,7 @@ export interface VirtualMachineScaleSetUpdateVMProfile {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
* @member {string} [virtualMachineProfile.networkProfile.healthProbe.id] The
* ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {array}
* [virtualMachineProfile.networkProfile.networkInterfaceConfigurations] The
* list of network configurations.
@@ -4269,7 +4269,7 @@ export interface VirtualMachineScaleSetUpdateVMProfile {
* Virtual Machine Scale Set.
* @member {boolean} [singlePlacementGroup] When true this limits the scale set
* to a single placement group, of max size 100 virtual machines.
- * @member {boolean} [zoneBalance] Whether to force stictly even Virtual
+ * @member {boolean} [zoneBalance] Whether to force strictly even Virtual
* Machine distribution cross x-zones in case there is zone outage.
* @member {number} [platformFaultDomainCount] Fault Domain count for each
* placement group.
@@ -4822,7 +4822,7 @@ export interface RollingUpgradeProgressInfo {
* 'Completed', 'Faulted'
* @member {date} [runningStatus.startTime] Start time of the upgrade.
* @member {date} [runningStatus.endTime] End time of the upgrade.
- * @member {object} [progress] Counts of the VM's in each state.
+ * @member {object} [progress] Counts of the VMs in each state.
* @member {number} [progress.successfulInstanceCount] The number of instances
* that have been successfully upgraded.
* @member {number} [progress.failedInstanceCount] The number of instances that
@@ -4897,7 +4897,7 @@ export interface UpgradeOperationHistoricalStatusInfoProperties {
* @member {date} [properties.runningStatus.startTime] Start time of the
* upgrade.
* @member {date} [properties.runningStatus.endTime] End time of the upgrade.
- * @member {object} [properties.progress] Counts of the VM's in each state.
+ * @member {object} [properties.progress] Counts of the VMs in each state.
* @member {number} [properties.progress.successfulInstanceCount] The number of
* instances that have been successfully upgraded.
* @member {number} [properties.progress.failedInstanceCount] The number of
@@ -5440,7 +5440,7 @@ export interface VirtualMachineScaleSetVMInstanceView {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -5608,7 +5608,7 @@ export interface RecoveryWalkResponse {
* @member {date} toTime To time of the query
* @member {boolean} [groupByThrottlePolicy] Group query result by Throttle
* Policy applied.
- * @member {boolean} [groupByOperationName] Group query result by by Operation
+ * @member {boolean} [groupByOperationName] Group query result by Operation
* Name.
* @member {boolean} [groupByResourceName] Group query result by Resource Name.
*/
@@ -5806,7 +5806,7 @@ export interface ResourceSkuCosts {
* @class
* Initializes a new instance of the ResourceSkuCapabilities class.
* @constructor
- * Describes The SKU capabilites object.
+ * Describes The SKU capabilities object.
*
* @member {string} [name] An invariant to describe the feature.
* @member {string} [value] An invariant if the feature is measured by
@@ -5985,7 +5985,7 @@ export interface CreationData {
* @class
* Initializes a new instance of the SourceVault class.
* @constructor
- * The vault id is an Azure Resource Manager Resoure id in the form
+ * The vault id is an Azure Resource Manager Resource id in the form
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}
*
* @member {string} [id] Resource Id
@@ -6389,7 +6389,7 @@ export interface GalleryIdentifier {
* or update.
*
* @member {string} [description] The description of this Shared Image Gallery
- * resource. This property is updateable.
+ * resource. This property is updatable.
* @member {object} [identifier]
* @member {string} [identifier.uniqueName] The unique name of the Shared Image
* Gallery. This name is generated automatically by Azure.
@@ -6440,7 +6440,7 @@ export interface ResourceRange {
* Initializes a new instance of the RecommendedMachineConfiguration class.
* @constructor
* The properties describe the recommended machine configuration for this Image
- * Definition. These properties are updateable.
+ * Definition. These properties are updatable.
*
* @member {object} [vCPUs]
* @member {number} [vCPUs.min] The minimum number of the resource.
@@ -6491,7 +6491,7 @@ export interface ImagePurchasePlan {
* create or update.
*
* @member {string} [description] The description of this gallery Image
- * Definition resource. This property is updateable.
+ * Definition resource. This property is updatable.
* @member {string} [eula] The Eula agreement for the gallery Image Definition.
* @member {string} [privacyStatementUri] The privacy statement uri.
* @member {string} [releaseNoteUri] The release note uri.
@@ -6503,7 +6503,7 @@ export interface ImagePurchasePlan {
* Possible values include: 'Generalized', 'Specialized'
* @member {date} [endOfLifeDate] The end of life date of the gallery Image
* Definition. This property can be used for decommissioning purposes. This
- * property is updateable.
+ * property is updatable.
* @member {object} identifier
* @member {string} [identifier.publisher] The name of the gallery Image
* Definition publisher.
@@ -6553,7 +6553,7 @@ export interface GalleryImage extends Resource {
* Describes the basic gallery artifact publishing profile.
*
* @member {array} [targetRegions] The target regions where the Image Version
- * is going to be replicated to. This property is updateable.
+ * is going to be replicated to. This property is updatable.
* @member {object} source
* @member {object} [source.managedImage]
* @member {string} [source.managedImage.id] The managed artifact id.
@@ -6571,7 +6571,7 @@ export interface GalleryArtifactPublishingProfileBase {
*
* @member {number} [replicaCount] The number of replicas of the Image Version
* to be created per region. This property would take effect for a region when
- * regionalReplicaCount is not specified. This property is updateable.
+ * regionalReplicaCount is not specified. This property is updatable.
* @member {boolean} [excludeFromLatest] If set to true, Virtual Machines
* deployed from the latest version of the Image Definition won't use this
* Image Version.
@@ -6579,7 +6579,7 @@ export interface GalleryArtifactPublishingProfileBase {
* Version is published.
* @member {date} [endOfLifeDate] The end of life date of the gallery Image
* Version. This property can be used for decommissioning purposes. This
- * property is updateable.
+ * property is updatable.
*/
export interface GalleryImageVersionPublishingProfile extends GalleryArtifactPublishingProfileBase {
replicaCount?: number;
@@ -6692,7 +6692,7 @@ export interface ReplicationStatus {
* @member {number} [publishingProfile.replicaCount] The number of replicas of
* the Image Version to be created per region. This property would take effect
* for a region when regionalReplicaCount is not specified. This property is
- * updateable.
+ * updatable.
* @member {boolean} [publishingProfile.excludeFromLatest] If set to true,
* Virtual Machines deployed from the latest version of the Image Definition
* won't use this Image Version.
@@ -6700,7 +6700,7 @@ export interface ReplicationStatus {
* gallery Image Version is published.
* @member {date} [publishingProfile.endOfLifeDate] The end of life date of the
* gallery Image Version. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
* @member {string} [provisioningState] The current state of the gallery Image
* Version. The provisioning state, which only appears in the response.
* Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded',
@@ -6730,7 +6730,7 @@ export interface GalleryImageVersion extends Resource {
*
* @member {string} name The name of the region.
* @member {number} [regionalReplicaCount] The number of replicas of the Image
- * Version to be created per region. This property is updateable.
+ * Version to be created per region. This property is updatable.
*/
export interface TargetRegion {
name: string;
@@ -6815,7 +6815,7 @@ export interface ContainerServiceOrchestratorProfile {
* value: 1 .
* @member {string} dnsPrefix DNS prefix to be used to create the FQDN for
* master.
- * @member {string} [fqdn] FDQN for the master.
+ * @member {string} [fqdn] FQDN for the master.
*/
export interface ContainerServiceMasterProfile {
count?: number;
@@ -6848,7 +6848,7 @@ export interface ContainerServiceMasterProfile {
* 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'
* @member {string} dnsPrefix DNS prefix to be used to create the FQDN for the
* agent pool.
- * @member {string} [fqdn] FDQN for the agent pool.
+ * @member {string} [fqdn] FQDN for the agent pool.
*/
export interface ContainerServiceAgentPoolProfile {
name: string;
@@ -6977,7 +6977,7 @@ export interface ContainerServiceDiagnosticsProfile {
* is 1.
* @member {string} [masterProfile.dnsPrefix] DNS prefix to be used to create
* the FQDN for master.
- * @member {string} [masterProfile.fqdn] FDQN for the master.
+ * @member {string} [masterProfile.fqdn] FQDN for the master.
* @member {array} agentPoolProfiles Properties of the agent pool.
* @member {object} [windowsProfile] Properties of Windows VMs.
* @member {string} [windowsProfile.adminUsername] The administrator username
diff --git a/lib/services/computeManagement2/lib/models/logAnalyticsInputBase.js b/lib/services/computeManagement2/lib/models/logAnalyticsInputBase.js
index 83958ab6b1..f4d7579019 100644
--- a/lib/services/computeManagement2/lib/models/logAnalyticsInputBase.js
+++ b/lib/services/computeManagement2/lib/models/logAnalyticsInputBase.js
@@ -23,8 +23,8 @@ class LogAnalyticsInputBase {
* @member {date} toTime To time of the query
* @member {boolean} [groupByThrottlePolicy] Group query result by Throttle
* Policy applied.
- * @member {boolean} [groupByOperationName] Group query result by by
- * Operation Name.
+ * @member {boolean} [groupByOperationName] Group query result by Operation
+ * Name.
* @member {boolean} [groupByResourceName] Group query result by Resource
* Name.
*/
diff --git a/lib/services/computeManagement2/lib/models/recommendedMachineConfiguration.js b/lib/services/computeManagement2/lib/models/recommendedMachineConfiguration.js
index d6ee2375a8..a1171771b6 100644
--- a/lib/services/computeManagement2/lib/models/recommendedMachineConfiguration.js
+++ b/lib/services/computeManagement2/lib/models/recommendedMachineConfiguration.js
@@ -12,7 +12,7 @@
/**
* The properties describe the recommended machine configuration for this Image
- * Definition. These properties are updateable.
+ * Definition. These properties are updatable.
*
*/
class RecommendedMachineConfiguration {
diff --git a/lib/services/computeManagement2/lib/models/resourceSkuCapabilities.js b/lib/services/computeManagement2/lib/models/resourceSkuCapabilities.js
index 77ae0d4489..b112bba167 100644
--- a/lib/services/computeManagement2/lib/models/resourceSkuCapabilities.js
+++ b/lib/services/computeManagement2/lib/models/resourceSkuCapabilities.js
@@ -11,7 +11,7 @@
'use strict';
/**
- * Describes The SKU capabilites object.
+ * Describes The SKU capabilities object.
*
*/
class ResourceSkuCapabilities {
diff --git a/lib/services/computeManagement2/lib/models/sourceVault.js b/lib/services/computeManagement2/lib/models/sourceVault.js
index 67e5d06c45..7c221912e3 100644
--- a/lib/services/computeManagement2/lib/models/sourceVault.js
+++ b/lib/services/computeManagement2/lib/models/sourceVault.js
@@ -11,7 +11,7 @@
'use strict';
/**
- * The vault id is an Azure Resource Manager Resoure id in the form
+ * The vault id is an Azure Resource Manager Resource id in the form
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}
*
*/
diff --git a/lib/services/computeManagement2/lib/models/targetRegion.js b/lib/services/computeManagement2/lib/models/targetRegion.js
index 1236907427..a382c92b75 100644
--- a/lib/services/computeManagement2/lib/models/targetRegion.js
+++ b/lib/services/computeManagement2/lib/models/targetRegion.js
@@ -19,7 +19,7 @@ class TargetRegion {
* Create a TargetRegion.
* @member {string} name The name of the region.
* @member {number} [regionalReplicaCount] The number of replicas of the
- * Image Version to be created per region. This property is updateable.
+ * Image Version to be created per region. This property is updatable.
*/
constructor() {
}
diff --git a/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfo.js b/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfo.js
index cc5a4f043b..58dc193758 100644
--- a/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfo.js
+++ b/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfo.js
@@ -27,7 +27,7 @@ class UpgradeOperationHistoricalStatusInfo {
* @member {date} [properties.runningStatus.startTime] Start time of the
* upgrade.
* @member {date} [properties.runningStatus.endTime] End time of the upgrade.
- * @member {object} [properties.progress] Counts of the VM's in each state.
+ * @member {object} [properties.progress] Counts of the VMs in each state.
* @member {number} [properties.progress.successfulInstanceCount] The number
* of instances that have been successfully upgraded.
* @member {number} [properties.progress.failedInstanceCount] The number of
diff --git a/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfoProperties.js b/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfoProperties.js
index 2b6ff23fa5..237bb78f76 100644
--- a/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfoProperties.js
+++ b/lib/services/computeManagement2/lib/models/upgradeOperationHistoricalStatusInfoProperties.js
@@ -24,7 +24,7 @@ class UpgradeOperationHistoricalStatusInfoProperties {
* 'Completed', 'Faulted'
* @member {date} [runningStatus.startTime] Start time of the upgrade.
* @member {date} [runningStatus.endTime] End time of the upgrade.
- * @member {object} [progress] Counts of the VM's in each state.
+ * @member {object} [progress] Counts of the VMs in each state.
* @member {number} [progress.successfulInstanceCount] The number of
* instances that have been successfully upgraded.
* @member {number} [progress.failedInstanceCount] The number of instances
diff --git a/lib/services/computeManagement2/lib/models/vaultCertificate.js b/lib/services/computeManagement2/lib/models/vaultCertificate.js
index 81a1fa70ec..f71b456d6a 100644
--- a/lib/services/computeManagement2/lib/models/vaultCertificate.js
+++ b/lib/services/computeManagement2/lib/models/vaultCertificate.js
@@ -32,7 +32,7 @@ class VaultCertificate {
* LocalMachine account.
For Linux VMs, the certificate file is
* placed under the /var/lib/waagent directory, with the file name
* .crt for the X509 certificate file and
- * .prv for private key. Both of these files are .pem
+ * .prv for private key. Both of these files are .pem
* formatted.
*/
constructor() {
diff --git a/lib/services/computeManagement2/lib/models/virtualMachine.js b/lib/services/computeManagement2/lib/models/virtualMachine.js
index d472154d75..31eedd01be 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachine.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachine.js
@@ -319,7 +319,7 @@ class VirtualMachine extends models['Resource'] {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineReimageParameters.js b/lib/services/computeManagement2/lib/models/virtualMachineReimageParameters.js
index 402a0964f1..a52daf55be 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineReimageParameters.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineReimageParameters.js
@@ -11,7 +11,7 @@
'use strict';
/**
- * Paramaters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will
+ * Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will
* always be reimaged
*
*/
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineScaleSet.js b/lib/services/computeManagement2/lib/models/virtualMachineScaleSet.js
index e022144d1e..82febc680b 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineScaleSet.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineScaleSet.js
@@ -291,7 +291,7 @@ class VirtualMachineScaleSet extends models['Resource'] {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
* @member {string} [virtualMachineProfile.networkProfile.healthProbe.id] The
* ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {array}
* [virtualMachineProfile.networkProfile.networkInterfaceConfigurations] The
* list of network configurations.
@@ -340,7 +340,7 @@ class VirtualMachineScaleSet extends models['Resource'] {
* Virtual Machine Scale Set.
* @member {boolean} [singlePlacementGroup] When true this limits the scale
* set to a single placement group, of max size 100 virtual machines.
- * @member {boolean} [zoneBalance] Whether to force stictly even Virtual
+ * @member {boolean} [zoneBalance] Whether to force strictly even Virtual
* Machine distribution cross x-zones in case there is zone outage.
* @member {number} [platformFaultDomainCount] Fault Domain count for each
* placement group.
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetIPConfiguration.js b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetIPConfiguration.js
index 35be769b56..f3115ee3af 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetIPConfiguration.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetIPConfiguration.js
@@ -23,7 +23,7 @@ class VirtualMachineScaleSetIPConfiguration extends models['SubResource'] {
* @member {string} name The IP configuration name.
* @member {object} [subnet] Specifies the identifier of the subnet.
* @member {string} [subnet.id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {boolean} [primary] Specifies the primary network interface in
* case the virtual machine has more than 1 network interface.
* @member {object} [publicIPAddressConfiguration] The
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetNetworkProfile.js b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetNetworkProfile.js
index 6b069ffceb..210a36eca9 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetNetworkProfile.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetNetworkProfile.js
@@ -22,7 +22,7 @@ class VirtualMachineScaleSetNetworkProfile {
* The reference will be in the form:
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
* @member {string} [healthProbe.id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {array} [networkInterfaceConfigurations] The list of network
* configurations.
*/
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetUpdateIPConfiguration.js b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetUpdateIPConfiguration.js
index 602dae90fc..05f924f4c2 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetUpdateIPConfiguration.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetUpdateIPConfiguration.js
@@ -23,7 +23,7 @@ class VirtualMachineScaleSetUpdateIPConfiguration extends models['SubResource']
* @member {string} [name] The IP configuration name.
* @member {object} [subnet] The subnet.
* @member {string} [subnet.id] The ARM resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {boolean} [primary] Specifies the primary IP Configuration in case
* the network interface has more than one IP Configuration.
* @member {object} [publicIPAddressConfiguration] The
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVM.js b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVM.js
index 0ca34635b0..9bfb761e3f 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVM.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVM.js
@@ -397,7 +397,7 @@ class VirtualMachineScaleSetVM extends models['Resource'] {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVMProfile.js b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVMProfile.js
index 2177fedbe7..cc73914d5a 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVMProfile.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineScaleSetVMProfile.js
@@ -192,7 +192,7 @@ class VirtualMachineScaleSetVMProfile {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
* @member {string} [networkProfile.healthProbe.id] The ARM resource id in
* the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
* @member {array} [networkProfile.networkInterfaceConfigurations] The list
* of network configurations.
* @member {object} [diagnosticsProfile] Specifies the boot diagnostic
diff --git a/lib/services/computeManagement2/lib/models/virtualMachineUpdate.js b/lib/services/computeManagement2/lib/models/virtualMachineUpdate.js
index 87ea61247d..c7b364a468 100644
--- a/lib/services/computeManagement2/lib/models/virtualMachineUpdate.js
+++ b/lib/services/computeManagement2/lib/models/virtualMachineUpdate.js
@@ -319,7 +319,7 @@ class VirtualMachineUpdate extends models['UpdateResource'] {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
diff --git a/lib/services/computeManagement2/lib/operations/galleries.js b/lib/services/computeManagement2/lib/operations/galleries.js
index f06a95e924..5159871c59 100644
--- a/lib/services/computeManagement2/lib/operations/galleries.js
+++ b/lib/services/computeManagement2/lib/operations/galleries.js
@@ -28,7 +28,7 @@ const WebResource = msRest.WebResource;
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -594,7 +594,7 @@ function _list(options, callback) {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -1201,7 +1201,7 @@ class Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -1247,7 +1247,7 @@ class Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -1648,7 +1648,7 @@ class Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -1694,7 +1694,7 @@ class Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
diff --git a/lib/services/computeManagement2/lib/operations/galleryImageVersions.js b/lib/services/computeManagement2/lib/operations/galleryImageVersions.js
index d38aff799c..23bace3111 100644
--- a/lib/services/computeManagement2/lib/operations/galleryImageVersions.js
+++ b/lib/services/computeManagement2/lib/operations/galleryImageVersions.js
@@ -39,7 +39,7 @@ const WebResource = msRest.WebResource;
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -47,11 +47,11 @@ const WebResource = msRest.WebResource;
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -548,7 +548,7 @@ function _listByGalleryImage(resourceGroupName, galleryName, galleryImageName, o
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -556,11 +556,11 @@ function _listByGalleryImage(resourceGroupName, galleryName, galleryImageName, o
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -1077,7 +1077,7 @@ class GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -1085,11 +1085,11 @@ class GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -1151,7 +1151,7 @@ class GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -1159,11 +1159,11 @@ class GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -1547,7 +1547,7 @@ class GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -1555,11 +1555,11 @@ class GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -1621,7 +1621,7 @@ class GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -1629,11 +1629,11 @@ class GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
diff --git a/lib/services/computeManagement2/lib/operations/galleryImages.js b/lib/services/computeManagement2/lib/operations/galleryImages.js
index 2fe4846efb..8327785ed8 100644
--- a/lib/services/computeManagement2/lib/operations/galleryImages.js
+++ b/lib/services/computeManagement2/lib/operations/galleryImages.js
@@ -32,7 +32,7 @@ const WebResource = msRest.WebResource;
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -52,7 +52,7 @@ const WebResource = msRest.WebResource;
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -542,7 +542,7 @@ function _listByGallery(resourceGroupName, galleryName, options, callback) {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -562,7 +562,7 @@ function _listByGallery(resourceGroupName, galleryName, options, callback) {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -1088,7 +1088,7 @@ class GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -1108,7 +1108,7 @@ class GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -1191,7 +1191,7 @@ class GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -1211,7 +1211,7 @@ class GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -1591,7 +1591,7 @@ class GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -1611,7 +1611,7 @@ class GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -1694,7 +1694,7 @@ class GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -1714,7 +1714,7 @@ class GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
diff --git a/lib/services/computeManagement2/lib/operations/index.d.ts b/lib/services/computeManagement2/lib/operations/index.d.ts
index a132df7da4..711d327ff3 100644
--- a/lib/services/computeManagement2/lib/operations/index.d.ts
+++ b/lib/services/computeManagement2/lib/operations/index.d.ts
@@ -2772,7 +2772,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -3197,7 +3197,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -3641,7 +3641,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -4064,7 +4064,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -5568,7 +5568,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -5993,7 +5993,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -6437,7 +6437,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -6860,7 +6860,7 @@ export interface VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -9313,7 +9313,7 @@ export interface VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -9373,7 +9373,7 @@ export interface VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -9772,7 +9772,7 @@ export interface VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -9832,7 +9832,7 @@ export interface VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -12068,7 +12068,7 @@ export interface VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -12128,7 +12128,7 @@ export interface VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -12527,7 +12527,7 @@ export interface VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -12587,7 +12587,7 @@ export interface VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -15866,7 +15866,7 @@ export interface VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -16279,7 +16279,7 @@ export interface VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -17575,7 +17575,7 @@ export interface VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -17988,7 +17988,7 @@ export interface VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -18608,7 +18608,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18651,7 +18651,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18710,7 +18710,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18749,7 +18749,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18812,7 +18812,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18855,7 +18855,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18914,7 +18914,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -18953,7 +18953,7 @@ export interface LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -22358,7 +22358,7 @@ export interface Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -22392,7 +22392,7 @@ export interface Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -22670,7 +22670,7 @@ export interface Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -22704,7 +22704,7 @@ export interface Galleries {
* Image Gallery operation.
*
* @param {string} [gallery.description] The description of this Shared Image
- * Gallery resource. This property is updateable.
+ * Gallery resource. This property is updatable.
*
* @param {object} [gallery.identifier]
*
@@ -22944,7 +22944,7 @@ export interface GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -22964,7 +22964,7 @@ export interface GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -23035,7 +23035,7 @@ export interface GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -23055,7 +23055,7 @@ export interface GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -23339,7 +23339,7 @@ export interface GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -23359,7 +23359,7 @@ export interface GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -23430,7 +23430,7 @@ export interface GalleryImages {
* gallery image operation.
*
* @param {string} [galleryImage.description] The description of this gallery
- * Image Definition resource. This property is updateable.
+ * Image Definition resource. This property is updatable.
*
* @param {string} [galleryImage.eula] The Eula agreement for the gallery Image
* Definition.
@@ -23450,7 +23450,7 @@ export interface GalleryImages {
*
* @param {date} [galleryImage.endOfLifeDate] The end of life date of the
* gallery Image Definition. This property can be used for decommissioning
- * purposes. This property is updateable.
+ * purposes. This property is updatable.
*
* @param {object} galleryImage.identifier
*
@@ -23679,7 +23679,7 @@ export interface GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -23687,11 +23687,11 @@ export interface GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -23741,7 +23741,7 @@ export interface GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -23749,11 +23749,11 @@ export interface GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -24041,7 +24041,7 @@ export interface GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -24049,11 +24049,11 @@ export interface GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
@@ -24103,7 +24103,7 @@ export interface GalleryImageVersions {
* @param {number} [galleryImageVersion.publishingProfile.replicaCount] The
* number of replicas of the Image Version to be created per region. This
* property would take effect for a region when regionalReplicaCount is not
- * specified. This property is updateable.
+ * specified. This property is updatable.
*
* @param {boolean} [galleryImageVersion.publishingProfile.excludeFromLatest]
* If set to true, Virtual Machines deployed from the latest version of the
@@ -24111,11 +24111,11 @@ export interface GalleryImageVersions {
*
* @param {date} [galleryImageVersion.publishingProfile.endOfLifeDate] The end
* of life date of the gallery Image Version. This property can be used for
- * decommissioning purposes. This property is updateable.
+ * decommissioning purposes. This property is updatable.
*
* @param {array} [galleryImageVersion.publishingProfile.targetRegions] The
* target regions where the Image Version is going to be replicated to. This
- * property is updateable.
+ * property is updatable.
*
* @param {object} galleryImageVersion.publishingProfile.source
*
diff --git a/lib/services/computeManagement2/lib/operations/logAnalytics.js b/lib/services/computeManagement2/lib/operations/logAnalytics.js
index 73ce657a69..b350dda704 100644
--- a/lib/services/computeManagement2/lib/operations/logAnalytics.js
+++ b/lib/services/computeManagement2/lib/operations/logAnalytics.js
@@ -36,7 +36,7 @@ const WebResource = msRest.WebResource;
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -134,7 +134,7 @@ function _exportRequestRateByInterval(parameters, location, options, callback) {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -235,7 +235,7 @@ function _exportThrottledRequests(parameters, location, options, callback) {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -417,7 +417,7 @@ function _beginExportRequestRateByInterval(parameters, location, options, callba
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -614,7 +614,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -669,7 +669,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -743,7 +743,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -794,7 +794,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -872,7 +872,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -927,7 +927,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -1001,7 +1001,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
@@ -1052,7 +1052,7 @@ class LogAnalytics {
* @param {boolean} [parameters.groupByThrottlePolicy] Group query result by
* Throttle Policy applied.
*
- * @param {boolean} [parameters.groupByOperationName] Group query result by by
+ * @param {boolean} [parameters.groupByOperationName] Group query result by
* Operation Name.
*
* @param {boolean} [parameters.groupByResourceName] Group query result by
diff --git a/lib/services/computeManagement2/lib/operations/virtualMachineScaleSetVMs.js b/lib/services/computeManagement2/lib/operations/virtualMachineScaleSetVMs.js
index 8a10239a42..6688b1543e 100644
--- a/lib/services/computeManagement2/lib/operations/virtualMachineScaleSetVMs.js
+++ b/lib/services/computeManagement2/lib/operations/virtualMachineScaleSetVMs.js
@@ -578,7 +578,7 @@ function _deallocate(resourceGroupName, vmScaleSetName, instanceId, options, cal
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -2427,7 +2427,7 @@ function _beginDeallocate(resourceGroupName, vmScaleSetName, instanceId, options
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -4413,7 +4413,7 @@ class VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -4838,7 +4838,7 @@ class VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -6500,7 +6500,7 @@ class VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -6925,7 +6925,7 @@ class VirtualMachineScaleSetVMs {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
diff --git a/lib/services/computeManagement2/lib/operations/virtualMachineScaleSets.js b/lib/services/computeManagement2/lib/operations/virtualMachineScaleSets.js
index 57665e7627..8fae72f2e6 100644
--- a/lib/services/computeManagement2/lib/operations/virtualMachineScaleSets.js
+++ b/lib/services/computeManagement2/lib/operations/virtualMachineScaleSets.js
@@ -374,7 +374,7 @@ const WebResource = msRest.WebResource;
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -434,7 +434,7 @@ const WebResource = msRest.WebResource;
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -3012,7 +3012,7 @@ function _forceRecoveryServiceFabricPlatformUpdateDomainWalk(resourceGroupName,
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -3072,7 +3072,7 @@ function _forceRecoveryServiceFabricPlatformUpdateDomainWalk(resourceGroupName,
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -6334,7 +6334,7 @@ class VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -6394,7 +6394,7 @@ class VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -6805,7 +6805,7 @@ class VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -6865,7 +6865,7 @@ class VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -9629,7 +9629,7 @@ class VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -9689,7 +9689,7 @@ class VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
@@ -10100,7 +10100,7 @@ class VirtualMachineScaleSets {
* @param {string}
* [parameters.virtualMachineProfile.networkProfile.healthProbe.id] The ARM
* resource id in the form of
- * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/...
+ * /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*
* @param {array}
* [parameters.virtualMachineProfile.networkProfile.networkInterfaceConfigurations]
@@ -10160,7 +10160,7 @@ class VirtualMachineScaleSets {
* @param {boolean} [parameters.singlePlacementGroup] When true this limits the
* scale set to a single placement group, of max size 100 virtual machines.
*
- * @param {boolean} [parameters.zoneBalance] Whether to force stictly even
+ * @param {boolean} [parameters.zoneBalance] Whether to force strictly even
* Virtual Machine distribution cross x-zones in case there is zone outage.
*
* @param {number} [parameters.platformFaultDomainCount] Fault Domain count for
diff --git a/lib/services/computeManagement2/lib/operations/virtualMachines.js b/lib/services/computeManagement2/lib/operations/virtualMachines.js
index 8eb5cdd271..a6061a6a7d 100644
--- a/lib/services/computeManagement2/lib/operations/virtualMachines.js
+++ b/lib/services/computeManagement2/lib/operations/virtualMachines.js
@@ -626,7 +626,7 @@ function _capture(resourceGroupName, vmName, parameters, options, callback) {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -1109,7 +1109,7 @@ function _createOrUpdate(resourceGroupName, vmName, parameters, options, callbac
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -3269,7 +3269,7 @@ function _beginCapture(resourceGroupName, vmName, parameters, options, callback)
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -3851,7 +3851,7 @@ function _beginCreateOrUpdate(resourceGroupName, vmName, parameters, options, ca
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -6390,7 +6390,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -6827,7 +6827,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -7286,7 +7286,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -7721,7 +7721,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -9699,7 +9699,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -10136,7 +10136,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -10595,7 +10595,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation
@@ -11030,7 +11030,7 @@ class VirtualMachines {
* nodes to maximize availability. For more information about availability
* sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
- *
For more information on Azure planned maintainance, see [Planned
+ *
For more information on Azure planned maintenance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
*
Currently, a VM can only be added to availability set at creation