Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
2 changes: 1 addition & 1 deletion lib/services/computeManagement2/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft
Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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,15 +11,15 @@
'use strict';

/**
* Describes the parameters of differencing disk settings that can be be
* specified for operating system disk. <br><br> NOTE: The differencing disk
* settings can only be specified for managed disk.
* 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.
*
*/
class DiffDiskSettings {
/**
* Create a DiffDiskSettings.
* @member {string} [option] Specifies the differencing disk settings for
* @member {string} [option] Specifies the ephemeral disk settings for
* operating system disk. Possible values include: 'Local'
*/
constructor() {
Expand Down
8 changes: 6 additions & 2 deletions lib/services/computeManagement2/lib/models/disk.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ class Disk extends models['Resource'] {
* @member {string} [provisioningState] The disk provisioning state.
* @member {number} [diskIOPSReadWrite] The number of IOPS allowed for this
* disk; only settable for UltraSSD disks. One operation can transfer between
* 4k and 256k bytes.
* 4k and 256k bytes. For a description of the range of values you can set,
* see [Ultra SSD Managed Disk
* Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings).
* @member {number} [diskMBpsReadWrite] The bandwidth allowed for this disk;
* only settable for UltraSSD disks. MBps means millions of bytes per second
* - MB here uses the ISO notation, of powers of 10.
* - MB here uses the ISO notation, of powers of 10. For a description of the
* range of values you can set, see [Ultra SSD Managed Disk
* Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings).
*/
constructor() {
super();
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