Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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