Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR compute/resource-manager] typo: Microsoft.Compute #4249

Merged
merged 2 commits into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
* <br><br> For more information on Azure planned maintainance, see [Planned
* <br><br> 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)
* <br><br> Currently, a VM can only be added to availability set at creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br> NOTE: The ephemeral disk settings can
* only be specified for managed disk.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/lib/models/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/services/computeManagement2/lib/models/galleryImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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.
* @member {date} [publishingProfile.publishedDate] The timestamp for when
* 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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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.
* @member {date} [publishedDate] The timestamp for when the gallery Image
* 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();
Expand Down
Loading