Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Generated from bf0c3237f44a2bab067bfdbdcb5e1f2140df7236 (#1991)
Browse files Browse the repository at this point in the history
typo: Microsoft.CognitiveServices

- Serices -> Services
- Congitive -> Cognitive
- proprties -> properties
  • Loading branch information
AutorestCI authored Dec 4, 2018
1 parent 112f709 commit a8d98c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a8d98c7

Please sign in to comment.