diff --git a/management/azure_mgmt_cognitive_services/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_accounts.rb b/management/azure_mgmt_cognitive_services/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_accounts.rb index 04e8ace931..ad60f0bcbf 100644 --- a/management/azure_mgmt_cognitive_services/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_accounts.rb +++ b/management/azure_mgmt_cognitive_services/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_accounts.rb @@ -665,7 +665,7 @@ def list_async(custom_headers = nil) # @param resource_group_name [String] The name of the resource group within the # user's subscription. # @param account_name [String] The name of the cognitive services account - # within the specified resource group. Congitive Services account names must be + # within the specified resource group. Cognitive Services account names must be # between 3 and 24 characters in length and use numbers and lower-case letters # only. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -684,7 +684,7 @@ def list_keys(resource_group_name, account_name, custom_headers = nil) # @param resource_group_name [String] The name of the resource group within the # user's subscription. # @param account_name [String] The name of the cognitive services account - # within the specified resource group. Congitive Services account names must be + # within the specified resource group. Cognitive Services account names must be # between 3 and 24 characters in length and use numbers and lower-case letters # only. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -702,7 +702,7 @@ def list_keys_with_http_info(resource_group_name, account_name, custom_headers = # @param resource_group_name [String] The name of the resource group within the # user's subscription. # @param account_name [String] The name of the cognitive services account - # within the specified resource group. Congitive Services account names must be + # within the specified resource group. Cognitive Services account names must be # between 3 and 24 characters in length and use numbers and lower-case letters # only. # @param [Hash{String => String}] A hash of custom headers that will be added