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

[AutoPR devtestlabs/resource-manager] typo: Microsoft.DevTestLab #4262

Merged
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 AttachNewDataDiskOptions {
/**
* Create a AttachNewDataDiskOptions.
* @property {number} [diskSizeGiB] Size of the disk to be attached in
* GibiBytes.
* Gibibytes.
* @property {string} [diskName] The name of the disk to be attached.
* @property {string} [diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AttachNewDataDiskOptionsFragment {
/**
* Create a AttachNewDataDiskOptionsFragment.
* @property {number} [diskSizeGiB] Size of the disk to be attached in
* GibiBytes.
* Gibibytes.
* @property {string} [diskName] The name of the disk to be attached.
* @property {string} [diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
Expand Down
2 changes: 1 addition & 1 deletion lib/services/devTestLabs/lib/models/dataDiskProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DataDiskProperties {
* @property {object} [attachNewDataDiskOptions] Specifies options to attach
* a new disk to the virtual machine.
* @property {number} [attachNewDataDiskOptions.diskSizeGiB] Size of the disk
* to be attached in GibiBytes.
* to be attached in Gibibytes.
* @property {string} [attachNewDataDiskOptions.diskName] The name of the
* disk to be attached.
* @property {string} [attachNewDataDiskOptions.diskType] The storage type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DataDiskPropertiesFragment {
* @property {object} [attachNewDataDiskOptions] Specifies options to attach
* a new disk to the virtual machine.
* @property {number} [attachNewDataDiskOptions.diskSizeGiB] Size of the disk
* to be attached in GibiBytes.
* to be attached in Gibibytes.
* @property {string} [attachNewDataDiskOptions.diskName] The name of the
* disk to be attached.
* @property {string} [attachNewDataDiskOptions.diskType] The storage type
Expand Down
2 changes: 1 addition & 1 deletion lib/services/devTestLabs/lib/models/disk.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Disk extends models['Resource'] {
* Create a Disk.
* @property {string} [diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
* @property {number} [diskSizeGiB] The size of the disk in GibiBytes.
* @property {number} [diskSizeGiB] The size of the disk in Gibibytes.
* @property {string} [leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
* @property {string} [diskBlobName] When backed by a blob, the name of the
Expand Down
2 changes: 1 addition & 1 deletion lib/services/devTestLabs/lib/models/diskFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DiskFragment extends models['UpdateResource'] {
* Create a DiskFragment.
* @property {string} [diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
* @property {number} [diskSizeGiB] The size of the disk in GibiBytes.
* @property {number} [diskSizeGiB] The size of the disk in Gibibytes.
* @property {string} [leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
* @property {string} [diskBlobName] When backed by a blob, the name of the
Expand Down
8 changes: 4 additions & 4 deletions lib/services/devTestLabs/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ export interface AttachDiskProperties {
*/
export interface AttachNewDataDiskOptions {
/**
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand All @@ -694,7 +694,7 @@ export interface AttachNewDataDiskOptions {
*/
export interface AttachNewDataDiskOptionsFragment {
/**
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand Down Expand Up @@ -1262,7 +1262,7 @@ export interface Disk extends Resource {
*/
diskType?: string;
/**
* The size of the disk in GibiBytes.
* The size of the disk in Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand Down Expand Up @@ -1309,7 +1309,7 @@ export interface DiskFragment extends UpdateResource {
*/
diskType?: string;
/**
* The size of the disk in GibiBytes.
* The size of the disk in Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand Down
18 changes: 9 additions & 9 deletions lib/services/devTestLabs/lib/operations/disks.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ function _get(resourceGroupName, labName, userName, name, options, callback) {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -564,7 +564,7 @@ function _deleteMethod(resourceGroupName, labName, userName, name, options, call
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -909,7 +909,7 @@ function _detach(resourceGroupName, labName, userName, name, detachDiskPropertie
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -1953,7 +1953,7 @@ class Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -2016,7 +2016,7 @@ class Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -2193,7 +2193,7 @@ class Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -2253,7 +2253,7 @@ class Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -2546,7 +2546,7 @@ class Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -2609,7 +2609,7 @@ class Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down
40 changes: 20 additions & 20 deletions lib/services/devTestLabs/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7719,7 +7719,7 @@ export interface NotificationChannels {


/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -7751,7 +7751,7 @@ export interface NotificationChannels {
listWithHttpOperationResponse(resourceGroupName: string, labName: string, options?: { expand? : string, filter? : string, top? : number, orderby? : string, customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannelList>>;

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -7803,7 +7803,7 @@ export interface NotificationChannels {


/**
* Get notificationchannel.
* Get notification channel.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand All @@ -7828,7 +7828,7 @@ export interface NotificationChannels {
getWithHttpOperationResponse(resourceGroupName: string, labName: string, name: string, options?: { expand? : string, customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannel>>;

/**
* Get notificationchannel.
* Get notification channel.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -7979,7 +7979,7 @@ export interface NotificationChannels {


/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand All @@ -8001,7 +8001,7 @@ export interface NotificationChannels {
deleteMethodWithHttpOperationResponse(resourceGroupName: string, labName: string, name: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<void>>;

/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -8041,7 +8041,7 @@ export interface NotificationChannels {


/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -8083,7 +8083,7 @@ export interface NotificationChannels {
updateWithHttpOperationResponse(resourceGroupName: string, labName: string, name: string, notificationChannel: models.NotificationChannelFragment, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannel>>;

/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -8222,7 +8222,7 @@ export interface NotificationChannels {


/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param {string} nextPageLink The NextLink from the previous successful call
* to List operation.
Expand All @@ -8241,7 +8241,7 @@ export interface NotificationChannels {
listNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannelList>>;

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param {string} nextPageLink The NextLink from the previous successful call
* to List operation.
Expand Down Expand Up @@ -11064,7 +11064,7 @@ export interface Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -11115,7 +11115,7 @@ export interface Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -11250,7 +11250,7 @@ export interface Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -11298,7 +11298,7 @@ export interface Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -11522,7 +11522,7 @@ export interface Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -11573,7 +11573,7 @@ export interface Disks {
* @param {string} [disk.diskType] The storage type for the disk (i.e.
* Standard, Premium). Possible values include: 'Standard', 'Premium'
*
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
*
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
* this disk is leased.
Expand Down Expand Up @@ -15891,7 +15891,7 @@ export interface VirtualMachines {
* options to attach a new disk to the virtual machine.
*
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
* name of the disk to be attached.
Expand Down Expand Up @@ -15937,7 +15937,7 @@ export interface VirtualMachines {
* options to attach a new disk to the virtual machine.
*
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
* name of the disk to be attached.
Expand Down Expand Up @@ -17236,7 +17236,7 @@ export interface VirtualMachines {
* options to attach a new disk to the virtual machine.
*
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
* name of the disk to be attached.
Expand Down Expand Up @@ -17282,7 +17282,7 @@ export interface VirtualMachines {
* options to attach a new disk to the virtual machine.
*
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
* name of the disk to be attached.
Expand Down
Loading