Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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
8 changes: 4 additions & 4 deletions packages/@azure/arm-devtestlabs/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ export interface AttachDiskProperties {
export interface AttachNewDataDiskOptions {
/**
* @member {number} [diskSizeGiB] Size of the disk to be attached in
* GibiBytes.
* Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand All @@ -908,7 +908,7 @@ export interface AttachNewDataDiskOptions {
export interface AttachNewDataDiskOptionsFragment {
/**
* @member {number} [diskSizeGiB] Size of the disk to be attached in
* GibiBytes.
* Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand Down Expand Up @@ -1631,7 +1631,7 @@ export interface Disk extends Resource {
*/
diskType?: StorageType;
/**
* @member {number} [diskSizeGiB] The size of the disk in GibiBytes.
* @member {number} [diskSizeGiB] The size of the disk in Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand Down Expand Up @@ -1695,7 +1695,7 @@ export interface DiskFragment extends UpdateResource {
*/
diskType?: StorageType;
/**
* @member {number} [diskSizeGiB] The size of the disk in GibiBytes.
* @member {number} [diskSizeGiB] The size of the disk in Gibibytes.
*/
diskSizeGiB?: number;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class NotificationChannels {
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
* @param [options] The optional parameters
Expand Down Expand Up @@ -59,7 +59,7 @@ export class NotificationChannels {
}

/**
* Get notificationchannel.
* Get notification channel.
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
* @param name The name of the notificationChannel.
Expand Down Expand Up @@ -135,7 +135,7 @@ export class NotificationChannels {
}

/**
* Delete notificationchannel.
* Delete notification channel.
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
* @param name The name of the notificationChannel.
Expand Down Expand Up @@ -171,7 +171,7 @@ export class NotificationChannels {
}

/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
* @param name The name of the notificationChannel.
Expand Down Expand Up @@ -251,7 +251,7 @@ export class NotificationChannels {
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param [options] The optional parameters
* @returns Promise<Models.NotificationChannelsListNextResponse>
Expand Down