diff --git a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb index 698db70493..726d0c606e 100644 --- a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb +++ b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb @@ -12,7 +12,7 @@ class AttachNewDataDiskOptions include MsRestAzure - # @return [Integer] Size of the disk to be attached in GibiBytes. + # @return [Integer] Size of the disk to be attached in Gibibytes. attr_accessor :disk_size_gi_b # @return [String] The name of the disk to be attached. diff --git a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/disk.rb b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/disk.rb index 5e5fe989e8..8c3977f8da 100644 --- a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/disk.rb +++ b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/disk.rb @@ -16,7 +16,7 @@ class Disk < Resource # Premium). Possible values include: 'Standard', 'Premium' attr_accessor :disk_type - # @return [Integer] The size of the disk in GibiBytes. + # @return [Integer] The size of the disk in Gibibytes. attr_accessor :disk_size_gi_b # @return [String] The resource ID of the VM to which this disk is diff --git a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb index 9831938bb1..10569f4def 100644 --- a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb +++ b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb @@ -6,7 +6,7 @@ module Azure::DevTestLabs::Mgmt::V2016_05_15 module Models # - # Reponse body for generating an upload URI. + # Response body for generating an upload URI. # class GenerateUploadUriResponse diff --git a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb index 7508316e26..f423c1df82 100644 --- a/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +++ b/management/azure_mgmt_devtestlabs/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -44,7 +44,7 @@ def list(resource_group_name, lab_name, expand = nil, filter = nil, top = nil, o end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -65,7 +65,7 @@ def list_with_http_info(resource_group_name, lab_name, expand = nil, filter = ni end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -134,7 +134,7 @@ def list_async(resource_group_name, lab_name, expand = nil, filter = nil, top = end # - # Get notificationchannel. + # Get notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -152,7 +152,7 @@ def get(resource_group_name, lab_name, name, expand = nil, custom_headers = nil) end # - # Get notificationchannel. + # Get notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -169,7 +169,7 @@ def get_with_http_info(resource_group_name, lab_name, name, expand = nil, custom end # - # Get notificationchannel. + # Get notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -353,7 +353,7 @@ def create_or_update_async(resource_group_name, lab_name, name, notification_cha end # - # Delete notificationchannel. + # Delete notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -368,7 +368,7 @@ def delete(resource_group_name, lab_name, name, custom_headers = nil) end # - # Delete notificationchannel. + # Delete notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -383,7 +383,7 @@ def delete_with_http_info(resource_group_name, lab_name, name, custom_headers = end # - # Delete notificationchannel. + # Delete notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -437,7 +437,7 @@ def delete_async(resource_group_name, lab_name, name, custom_headers = nil) end # - # Modify properties of notificationchannels. + # Modify properties of notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -454,7 +454,7 @@ def update(resource_group_name, lab_name, name, notification_channel, custom_hea end # - # Modify properties of notificationchannels. + # Modify properties of notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -470,7 +470,7 @@ def update_with_http_info(resource_group_name, lab_name, name, notification_chan end # - # Modify properties of notificationchannels. + # Modify properties of notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -645,7 +645,7 @@ def notify_async(resource_group_name, lab_name, name, notify_parameters, custom_ end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -660,7 +660,7 @@ def list_next(next_page_link, custom_headers = nil) end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -674,7 +674,7 @@ def list_next_with_http_info(next_page_link, custom_headers = nil) end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -732,7 +732,7 @@ def list_next_async(next_page_link, custom_headers = nil) end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. diff --git a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb index 408dc2d383..1ec97dc0aa 100644 --- a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb +++ b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb @@ -12,7 +12,7 @@ class AttachNewDataDiskOptions include MsRestAzure - # @return [Integer] Size of the disk to be attached in GibiBytes. + # @return [Integer] Size of the disk to be attached in Gibibytes. attr_accessor :disk_size_gi_b # @return [String] The name of the disk to be attached. diff --git a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb index 9db5a8c20b..6bb00f8067 100644 --- a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb +++ b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb @@ -12,7 +12,7 @@ class AttachNewDataDiskOptionsFragment include MsRestAzure - # @return [Integer] Size of the disk to be attached in GibiBytes. + # @return [Integer] Size of the disk to be attached in Gibibytes. attr_accessor :disk_size_gi_b # @return [String] The name of the disk to be attached. diff --git a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb index de5249d455..8081303061 100644 --- a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb +++ b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb @@ -16,7 +16,7 @@ class Disk < Resource # Premium). Possible values include: 'Standard', 'Premium' attr_accessor :disk_type - # @return [Integer] The size of the disk in GibiBytes. + # @return [Integer] The size of the disk in Gibibytes. attr_accessor :disk_size_gi_b # @return [String] The resource ID of the VM to which this disk is diff --git a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb index a28c778fe5..fa158e87b8 100644 --- a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb +++ b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb @@ -16,7 +16,7 @@ class DiskFragment < UpdateResource # Premium). Possible values include: 'Standard', 'Premium' attr_accessor :disk_type - # @return [Integer] The size of the disk in GibiBytes. + # @return [Integer] The size of the disk in Gibibytes. attr_accessor :disk_size_gi_b # @return [String] The resource ID of the VM to which this disk is diff --git a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb index 32ccfa0d73..ed9b734a74 100644 --- a/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +++ b/management/azure_mgmt_devtestlabs/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -45,7 +45,7 @@ def list(resource_group_name, lab_name, expand = nil, filter = nil, top = nil, o end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -67,7 +67,7 @@ def list_with_http_info(resource_group_name, lab_name, expand = nil, filter = ni end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -137,7 +137,7 @@ def list_async(resource_group_name, lab_name, expand = nil, filter = nil, top = end # - # Get notificationchannel. + # Get notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -155,7 +155,7 @@ def get(resource_group_name, lab_name, name, expand = nil, custom_headers = nil) end # - # Get notificationchannel. + # Get notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -172,7 +172,7 @@ def get_with_http_info(resource_group_name, lab_name, name, expand = nil, custom end # - # Get notificationchannel. + # Get notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -356,7 +356,7 @@ def create_or_update_async(resource_group_name, lab_name, name, notification_cha end # - # Delete notificationchannel. + # Delete notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -371,7 +371,7 @@ def delete(resource_group_name, lab_name, name, custom_headers = nil) end # - # Delete notificationchannel. + # Delete notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -386,7 +386,7 @@ def delete_with_http_info(resource_group_name, lab_name, name, custom_headers = end # - # Delete notificationchannel. + # Delete notification channel. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -440,7 +440,7 @@ def delete_async(resource_group_name, lab_name, name, custom_headers = nil) end # - # Modify properties of notificationchannels. + # Modify properties of notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -457,7 +457,7 @@ def update(resource_group_name, lab_name, name, notification_channel, custom_hea end # - # Modify properties of notificationchannels. + # Modify properties of notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -473,7 +473,7 @@ def update_with_http_info(resource_group_name, lab_name, name, notification_chan end # - # Modify properties of notificationchannels. + # Modify properties of notification channels. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab. @@ -648,7 +648,7 @@ def notify_async(resource_group_name, lab_name, name, notify_parameters, custom_ end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -663,7 +663,7 @@ def list_next(next_page_link, custom_headers = nil) end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -677,7 +677,7 @@ def list_next_with_http_info(next_page_link, custom_headers = nil) end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -735,7 +735,7 @@ def list_next_async(next_page_link, custom_headers = nil) end # - # List notificationchannels in a given lab. + # List notification channels in a given lab. # # @param resource_group_name [String] The name of the resource group. # @param lab_name [String] The name of the lab.