Skip to content

Commit 2847624

Browse files
committed
fix pylint errors, update tests
1 parent f8cb3dc commit 2847624

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

sdk/communication/azure-communication-phonenumbers/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/communication/azure-communication-phonenumbers",
5-
"Tag": "python/communication/azure-communication-phonenumbers_6621aed4bd"
5+
"Tag": "python/communication/azure-communication-phonenumbers_75c800bf2f"
66
}

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_phone_numbers_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ def search_operator_information(
442442
443443
:param phone_numbers: The phone number(s) whose operator information should be searched
444444
:type phone_numbers: str or list[str]
445+
:param options: Options to modify the search. Please note: use of options can affect the cost of the search.
446+
:type options: OperatorInformationOptions
445447
:return: A search result containing operator information associated with the requested phone numbers
446448
:rtype: ~azure.communication.phonenumbers.models.OperatorInformationResult
447449
"""

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/aio/_phone_numbers_client_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ def search_operator_information(
439439
440440
:param phone_numbers: The phone number(s) whose operator information should be searched
441441
:type phone_numbers: str or list[str]
442+
:param options: Options to modify the search. Please note: use of options can affect the cost of the search.
443+
:type options: OperatorInformationOptions
442444
:return: A search result containing operator information associated with the requested phone numbers
443445
:rtype: ~azure.communication.phonenumbers.models.OperatorInformationResult
444446
"""

0 commit comments

Comments
 (0)