diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_base_parameters.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_base_parameters.rb index d32119577a..845bb9728c 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_base_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_base_parameters.rb @@ -75,7 +75,7 @@ class ApiManagementServiceBaseParameters # Management service, like disabling TLS 1.0. attr_accessor :custom_properties - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb index 8273be76d5..4fa39948c5 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb @@ -31,7 +31,7 @@ class ApiManagementServiceManageDeploymentsParameters # @return [VirtualNetworkConfiguration] Virtual network configuration. attr_accessor :vpn_configuration - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/group_contract.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/group_contract.rb index d710ce72f8..872af10bf8 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/group_contract.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/group_contract.rb @@ -14,7 +14,7 @@ class GroupContract # @return [String] Uniquely identifies the group within the current API # Management service instance. The value is a valid relative URL in the - # format of /groups/{groupid} where {groupid} is a group identifier. + # format of /groups/{groupId} where {groupId} is a group identifier. attr_accessor :id # @return [String] Group name. diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/report_record_contract.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/report_record_contract.rb index 8c03802925..83017c7f91 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/report_record_contract.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/report_record_contract.rb @@ -22,7 +22,7 @@ class ReportRecordContract # attr_accessor :timestamp - # @return [Integer] Length of agregation period. + # @return [Integer] Length of aggregation period. attr_accessor :interval # @return [String] Country to which this record data is related. @@ -54,7 +54,7 @@ class ReportRecordContract # /subscriptions/{subscriptionId} attr_accessor :subscription_id - # @return [Integer] Number of succesful calls. + # @return [Integer] Number of successful calls. attr_accessor :call_count_success # @return [Integer] Number of calls blocked due to invalid credentials. diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_collection.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_collection.rb index 5dcf209acb..0708e18151 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_collection.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_collection.rb @@ -6,7 +6,7 @@ module Azure::ApiManagement::Mgmt::V2016_07_07 module Models # - # Paged Subsctions list representation. + # Paged Subscriptions list representation. # class SubscriptionCollection diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb index 2ae2242c2c..82eb328fc0 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb @@ -17,7 +17,7 @@ class SubscriptionCreateParameters attr_accessor :user_id # @return [String] Product (product id path) for which subscription is - # being created in form /products/{productid} + # being created in form /products/{productId} attr_accessor :product_id # @return [String] Subscription name. diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/virtual_network_configuration.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/virtual_network_configuration.rb index 7e46ded548..6bf7e48dd0 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/virtual_network_configuration.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/models/virtual_network_configuration.rb @@ -21,7 +21,7 @@ class VirtualNetworkConfiguration attr_accessor :subnetname # @return [String] The name of the subnet Resource ID. This has format - # /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/{virtual + # /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/{virtual # network name}/subnets/{subnet name}. attr_accessor :subnet_resource_id diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/property.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/property.rb index c49daeeea6..40b3dc7260 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/property.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/property.rb @@ -440,7 +440,7 @@ def update_async(resource_group_name, service_name, prop_id, parameters, if_matc end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -459,7 +459,7 @@ def delete(resource_group_name, service_name, prop_id, if_match, custom_headers end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -477,7 +477,7 @@ def delete_with_http_info(resource_group_name, service_name, prop_id, if_match, end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/reports.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/reports.rb index 7356f53bd0..873220d640 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/reports.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/reports.rb @@ -37,7 +37,7 @@ def initialize(client) # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -64,7 +64,7 @@ def list_by_service(resource_group_name, service_name, aggregation, filter = nil # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -90,7 +90,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, aggregatio # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -252,7 +252,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # diff --git a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/subscriptions.rb b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/subscriptions.rb index 03defef9cb..dde42d1539 100644 --- a/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/subscriptions.rb +++ b/management/azure_mgmt_api_management/lib/2016-07-07/generated/azure_mgmt_api_management/subscriptions.rb @@ -359,7 +359,7 @@ def create_or_update_async(resource_group_name, service_name, sid, parameters, c end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -378,7 +378,7 @@ def update(resource_group_name, service_name, sid, parameters, if_match, custom_ end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -397,7 +397,7 @@ def update_with_http_info(resource_group_name, service_name, sid, parameters, if end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb index 22cae317f6..08f2fcf3f2 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_manage_deployments_parameters.rb @@ -31,7 +31,7 @@ class ApiManagementServiceManageDeploymentsParameters # @return [VirtualNetworkConfiguration] Virtual network configuration. attr_accessor :vpn_configuration - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_resource.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_resource.rb index 0f3fca2156..e0bd9f3833 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_resource.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_resource.rb @@ -69,7 +69,7 @@ class ApiManagementServiceResource < Resource # Management service, like disabling TLS 1.0. attr_accessor :custom_properties - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb index 4efe27864f..7579e5be3c 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb @@ -69,7 +69,7 @@ class ApiManagementServiceUpdateParameters # Management service, like disabling TLS 1.0. attr_accessor :custom_properties - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/group_contract.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/group_contract.rb index 265fb99ea7..745bbacafa 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/group_contract.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/group_contract.rb @@ -14,7 +14,7 @@ class GroupContract # @return [String] Uniquely identifies the group within the current API # Management service instance. The value is a valid relative URL in the - # format of /groups/{groupid} where {groupid} is a group identifier. + # format of /groups/{groupId} where {groupId} is a group identifier. attr_accessor :id # @return [String] Group name. diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/report_record_contract.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/report_record_contract.rb index 29eae9ab96..cbcc506d95 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/report_record_contract.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/report_record_contract.rb @@ -22,7 +22,7 @@ class ReportRecordContract # attr_accessor :timestamp - # @return [Integer] Length of agregation period. + # @return [Integer] Length of aggregation period. attr_accessor :interval # @return [String] Country to which this record data is related. @@ -54,13 +54,13 @@ class ReportRecordContract # /subscriptions/{subscriptionId} attr_accessor :subscription_id - # @return [Integer] Number of succesful calls. This includes calls + # @return [Integer] Number of successful calls. This includes calls # returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and # HttpStatusCode.TemporaryRedirect attr_accessor :call_count_success # @return [Integer] Number of calls blocked due to invalid credentials. - # This includes calls returning HttpStatusCode.Unauthorize and + # This includes calls returning HttpStatusCode.Unauthorized and # HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests attr_accessor :call_count_blocked diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb index 51725fff82..bb57c28884 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb @@ -17,7 +17,7 @@ class SubscriptionCreateParameters attr_accessor :user_id # @return [String] Product (product id path) for which subscription is - # being created in form /products/{productid} + # being created in form /products/{productId} attr_accessor :product_id # @return [String] Subscription name. diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/property.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/property.rb index 478e47b4de..3156c387a7 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/property.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/property.rb @@ -322,7 +322,7 @@ def update_async(resource_group_name, service_name, prop_id, parameters, if_matc end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -341,7 +341,7 @@ def delete(resource_group_name, service_name, prop_id, if_match, custom_headers end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -359,7 +359,7 @@ def delete_with_http_info(resource_group_name, service_name, prop_id, if_match, end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/reports.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/reports.rb index 74fe4af141..4b4c89a151 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/reports.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/reports.rb @@ -37,7 +37,7 @@ def initialize(client) # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -64,7 +64,7 @@ def list_by_service(resource_group_name, service_name, aggregation, filter = nil # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -90,7 +90,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, aggregatio # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -252,7 +252,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) # zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # diff --git a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/subscriptions.rb b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/subscriptions.rb index d1ad3f9055..c4857629e3 100644 --- a/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/subscriptions.rb +++ b/management/azure_mgmt_api_management/lib/2016-10-10/generated/azure_mgmt_api_management/subscriptions.rb @@ -365,7 +365,7 @@ def create_or_update_async(resource_group_name, service_name, sid, parameters, c end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -385,7 +385,7 @@ def update(resource_group_name, service_name, sid, parameters, if_match, custom_ end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -405,7 +405,7 @@ def update_with_http_info(resource_group_name, service_name, sid, parameters, if end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_diagnostic_logger.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_diagnostic_logger.rb index edc4bd094b..211cf8d973 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_diagnostic_logger.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_diagnostic_logger.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -48,7 +48,7 @@ def list_by_service(resource_group_name, service_name, api_id, diagnostic_id, fi end # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -73,7 +73,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, api_id, di end # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -254,7 +254,7 @@ def check_entity_exists_async(resource_group_name, service_name, api_id, diagnos end # - # Attaches a logger to a dignostic for an API. + # Attaches a logger to a diagnostic for an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -275,7 +275,7 @@ def create_or_update(resource_group_name, service_name, api_id, diagnostic_id, l end # - # Attaches a logger to a dignostic for an API. + # Attaches a logger to a diagnostic for an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -295,7 +295,7 @@ def create_or_update_with_http_info(resource_group_name, service_name, api_id, d end # - # Attaches a logger to a dignostic for an API. + # Attaches a logger to a diagnostic for an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -477,7 +477,7 @@ def delete_async(resource_group_name, service_name, api_id, diagnostic_id, logge end # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -492,7 +492,7 @@ def list_by_service_next(next_page_link, custom_headers = nil) end # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -506,7 +506,7 @@ def list_by_service_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -564,7 +564,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) end # - # Lists all loggers assosiated with the specified Diagnostic of an API. + # Lists all loggers associated with the specified Diagnostic of an API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue.rb index 57e5006e2f..cf2c066aaf 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -48,7 +48,7 @@ def list_by_service(resource_group_name, service_name, api_id, filter = nil, top end # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -73,7 +73,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, api_id, fi end # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -709,7 +709,7 @@ def delete_async(resource_group_name, service_name, api_id, issue_id, if_match, end # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -724,7 +724,7 @@ def list_by_service_next(next_page_link, custom_headers = nil) end # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -738,7 +738,7 @@ def list_by_service_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -796,7 +796,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) end # - # Lists all issues assosiated with the specified API. + # Lists all issues associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_attachment.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_attachment.rb index 4fdcf56969..d89003dcf6 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_attachment.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_attachment.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -49,7 +49,7 @@ def list_by_service(resource_group_name, service_name, api_id, issue_id, filter end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -75,7 +75,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, api_id, is end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -627,7 +627,7 @@ def delete_async(resource_group_name, service_name, api_id, issue_id, attachment end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -642,7 +642,7 @@ def list_by_service_next(next_page_link, custom_headers = nil) end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -656,7 +656,7 @@ def list_by_service_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -714,7 +714,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_comment.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_comment.rb index aee3b4cbc7..fe25587b16 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_comment.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_issue_comment.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -49,7 +49,7 @@ def list_by_service(resource_group_name, service_name, api_id, issue_id, filter end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -75,7 +75,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, api_id, is end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -624,7 +624,7 @@ def delete_async(resource_group_name, service_name, api_id, issue_id, comment_id end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -639,7 +639,7 @@ def list_by_service_next(next_page_link, custom_headers = nil) end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -653,7 +653,7 @@ def list_by_service_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -711,7 +711,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) end # - # Lists all comments for the Issue assosiated with the specified API. + # Lists all comments for the Issue associated with the specified API. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/diagnostic_logger.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/diagnostic_logger.rb index 1c24a1cec8..61d95f77a9 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/diagnostic_logger.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/diagnostic_logger.rb @@ -22,7 +22,7 @@ def initialize(client) attr_reader :client # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param resource_group_name [String] The name of the resource group. @@ -47,7 +47,7 @@ def list_by_service(resource_group_name, service_name, diagnostic_id, filter = n end # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param resource_group_name [String] The name of the resource group. @@ -71,7 +71,7 @@ def list_by_service_with_http_info(resource_group_name, service_name, diagnostic end # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param resource_group_name [String] The name of the resource group. @@ -243,7 +243,7 @@ def check_entity_exists_async(resource_group_name, service_name, diagnostic_id, end # - # Attaches a logger to a dignostic. + # Attaches a logger to a diagnostic. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -262,7 +262,7 @@ def create_or_update(resource_group_name, service_name, diagnostic_id, loggerid, end # - # Attaches a logger to a dignostic. + # Attaches a logger to a diagnostic. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -280,7 +280,7 @@ def create_or_update_with_http_info(resource_group_name, service_name, diagnosti end # - # Attaches a logger to a dignostic. + # Attaches a logger to a diagnostic. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -452,7 +452,7 @@ def delete_async(resource_group_name, service_name, diagnostic_id, loggerid, cus end # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param next_page_link [String] The NextLink from the previous successful call @@ -468,7 +468,7 @@ def list_by_service_next(next_page_link, custom_headers = nil) end # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param next_page_link [String] The NextLink from the previous successful call @@ -483,7 +483,7 @@ def list_by_service_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param next_page_link [String] The NextLink from the previous successful call @@ -542,7 +542,7 @@ def list_by_service_next_async(next_page_link, custom_headers = nil) end # - # Lists all loggers assosiated with the specified Diagnostic of the API + # Lists all loggers associated with the specified Diagnostic of the API # Management service instance. # # @param resource_group_name [String] The name of the resource group. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_base_properties.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_base_properties.rb index bbe0b6279c..24ec380996 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_base_properties.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_base_properties.rb @@ -87,7 +87,7 @@ class ApiManagementServiceBaseProperties # certificates that can be installed is 10. attr_accessor :certificates - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_resource.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_resource.rb index 9808e7fb3a..cbd88fcea0 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_resource.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_resource.rb @@ -87,7 +87,7 @@ class ApiManagementServiceResource < ApimResource # certificates that can be installed is 10. attr_accessor :certificates - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb index 1bd0565464..e1d83c3cf3 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb @@ -87,7 +87,7 @@ class ApiManagementServiceUpdateParameters < ApimResource # certificates that can be installed is 10. attr_accessor :certificates - # @return [VirtualNetworkType] The type of VPN in which API Managemet + # @return [VirtualNetworkType] The type of VPN in which API Management # service needs to be configured in. None (Default Value) means the API # Management service is not part of any Virtual Network, External means # the API Management deployment is set up inside a Virtual Network having diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/backend_reconnect_contract.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/backend_reconnect_contract.rb index 5e513038e4..c1747db127 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/backend_reconnect_contract.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/backend_reconnect_contract.rb @@ -13,7 +13,7 @@ class BackendReconnectContract < Resource include MsRestAzure # @return [Duration] Duration in ISO8601 format after which reconnect - # will be initiated. Minimum duration of the Reconect is PT2M. + # will be initiated. Minimum duration of the Reconnect is PT2M. attr_accessor :after diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/certificate_configuration.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/certificate_configuration.rb index 4647f78cce..7932c0c461 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/certificate_configuration.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/certificate_configuration.rb @@ -20,7 +20,7 @@ class CertificateConfiguration attr_accessor :certificate_password # @return [Enum] The - # System.Security.Cryptography.x509certificates.Storename certificate + # System.Security.Cryptography.x509certificates.StoreName certificate # store location. Only Root and CertificateAuthority are valid locations. # Possible values include: 'CertificateAuthority', 'Root' attr_accessor :store_name diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/report_record_contract.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/report_record_contract.rb index da598516ff..21ab2da0d7 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/report_record_contract.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/report_record_contract.rb @@ -22,7 +22,7 @@ class ReportRecordContract # attr_accessor :timestamp - # @return [String] Length of agregation period. Interval must be + # @return [String] Length of aggregation period. Interval must be # multiple of 15 minutes and may not be zero. The value should be in ISO # 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations). attr_accessor :interval @@ -56,13 +56,13 @@ class ReportRecordContract # /subscriptions/{subscriptionId} attr_accessor :subscription_id - # @return [Integer] Number of succesful calls. This includes calls + # @return [Integer] Number of successful calls. This includes calls # returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and # HttpStatusCode.TemporaryRedirect attr_accessor :call_count_success # @return [Integer] Number of calls blocked due to invalid credentials. - # This includes calls returning HttpStatusCode.Unauthorize and + # This includes calls returning HttpStatusCode.Unauthorized and # HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests attr_accessor :call_count_blocked diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/request_report_record_contract.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/request_report_record_contract.rb index 7447d7cfe6..044b16f529 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/request_report_record_contract.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/request_report_record_contract.rb @@ -51,7 +51,7 @@ class RequestReportRecordContract # @return [String] Specifies if response cache was involved in generating # the response. If the value is none, the cache was not used. If the # value is hit, cached response was returned. If the value is miss, the - # cache was used but lookup resulted in a miss and request was fullfilled + # cache was used but lookup resulted in a miss and request was fulfilled # by the backend. attr_accessor :cache diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb index 9560f58d49..e429a043d5 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/models/subscription_create_parameters.rb @@ -17,7 +17,7 @@ class SubscriptionCreateParameters attr_accessor :user_id # @return [String] Product (product id path) for which subscription is - # being created in form /products/{productid} + # being created in form /products/{productId} attr_accessor :product_id # @return [String] Subscription name. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/property.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/property.rb index 882e883091..2c46656871 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/property.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/property.rb @@ -555,7 +555,7 @@ def update_async(resource_group_name, service_name, prop_id, parameters, if_matc end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -573,7 +573,7 @@ def delete(resource_group_name, service_name, prop_id, if_match, custom_headers end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -591,7 +591,7 @@ def delete_with_http_info(resource_group_name, service_name, prop_id, if_match, end # - # Deletes specific property from the the API Management service instance. + # Deletes specific property from the API Management service instance. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/reports.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/reports.rb index d5a2c52abb..4088a37a3a 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/reports.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/reports.rb @@ -426,7 +426,7 @@ def list_by_product_async(resource_group_name, service_name, filter, top = nil, end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -444,7 +444,7 @@ def list_by_geo(resource_group_name, service_name, filter = nil, top = nil, skip end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -461,7 +461,7 @@ def list_by_geo_with_http_info(resource_group_name, service_name, filter = nil, end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -634,7 +634,7 @@ def list_by_subscription_async(resource_group_name, service_name, filter = nil, # minutes and may not be zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimeSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param filter [String] The filter to apply on the operation. # @param top [Integer] Number of records to return. # @param skip [Integer] Number of records to skip. @@ -657,7 +657,7 @@ def list_by_time(resource_group_name, service_name, interval, filter = nil, top # minutes and may not be zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimeSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param filter [String] The filter to apply on the operation. # @param top [Integer] Number of records to return. # @param skip [Integer] Number of records to skip. @@ -679,7 +679,7 @@ def list_by_time_with_http_info(resource_group_name, service_name, interval, fil # minutes and may not be zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimeSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param filter [String] The filter to apply on the operation. # @param top [Integer] Number of records to return. # @param skip [Integer] Number of records to skip. @@ -1191,7 +1191,7 @@ def list_by_product_next_async(next_page_link, custom_headers = nil) end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -1206,7 +1206,7 @@ def list_by_geo_next(next_page_link, custom_headers = nil) end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -1220,7 +1220,7 @@ def list_by_geo_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -1552,7 +1552,7 @@ def list_by_product_as_lazy(resource_group_name, service_name, filter, top = nil end # - # Lists report records by GeoGraphy. + # Lists report records by geography. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -1610,7 +1610,7 @@ def list_by_subscription_as_lazy(resource_group_name, service_name, filter = nil # minutes and may not be zero. The value should be in ISO 8601 format # (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to # convert TimeSpan to a valid interval string: XmlConvert.ToString(new - # TimeSpan(hours, minutes, secconds)) + # TimeSpan(hours, minutes, seconds)) # @param filter [String] The filter to apply on the operation. # @param top [Integer] Number of records to return. # @param skip [Integer] Number of records to skip. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/subscription.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/subscription.rb index 5da9eeb3f6..f6f73c3ca9 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/subscription.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/subscription.rb @@ -495,7 +495,7 @@ def create_or_update_async(resource_group_name, service_name, sid, parameters, n end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -519,7 +519,7 @@ def update(resource_group_name, service_name, sid, parameters, if_match, notify end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -543,7 +543,7 @@ def update_with_http_info(resource_group_name, service_name, sid, parameters, if end # - # Updates the details of a subscription specificied by its identifier. + # Updates the details of a subscription specified by its identifier. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. diff --git a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/tag_description.rb b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/tag_description.rb index 1bb72e0029..ece04aa2d5 100644 --- a/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/tag_description.rb +++ b/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/tag_description.rb @@ -361,7 +361,7 @@ def get_async(resource_group_name, service_name, api_id, tag_id, custom_headers end # - # Create/Update tag fescription in scope of the Api. + # Create/Update tag description in scope of the Api. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -384,7 +384,7 @@ def create_or_update(resource_group_name, service_name, api_id, tag_id, paramete end # - # Create/Update tag fescription in scope of the Api. + # Create/Update tag description in scope of the Api. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service. @@ -406,7 +406,7 @@ def create_or_update_with_http_info(resource_group_name, service_name, api_id, t end # - # Create/Update tag fescription in scope of the Api. + # Create/Update tag description in scope of the Api. # # @param resource_group_name [String] The name of the resource group. # @param service_name [String] The name of the API Management service.