Skip to content

Commit

Permalink
Generated from 64d9912a89570d7e419c816684747912ec618b10 (#651)
Browse files Browse the repository at this point in the history
typo: Microsoft.DevTestLab

- Reponse -> Response
- notificationchannels -> notification channels
- GibiBytes -> Gibibytes
  • Loading branch information
AutorestCI authored Dec 3, 2018
1 parent f70f2db commit 45655c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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

0 comments on commit 45655c7

Please sign in to comment.