You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_phone_numbers_client.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -99,15 +99,15 @@ def from_connection_string(
99
99
defbegin_purchase_phone_numbers(
100
100
self,
101
101
search_id, # type: str
102
-
consent_to_not_resell_numbers=False, # type: bool
102
+
consentdnr=False, # type: bool
103
103
**kwargs# type: Any
104
104
):
105
105
# type: (...) -> LROPoller[None]
106
106
"""Purchases phone numbers.
107
107
108
108
:param search_id: The search id.
109
109
:type search_id: str
110
-
:param consent_to_not_resell_numbers: The consent Provided To Not Resell Phone Numbers.
110
+
:param consent_to_not_resell_numbers/consentdnr: The consent Provided To Not Resell Phone Numbers.
111
111
:type consent_to_not_resell_numbers: bool
112
112
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
113
113
:keyword polling: Pass in True if you'd like the LROBasePolling polling method,
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/aio/_phone_numbers_client_async.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -99,15 +99,15 @@ def from_connection_string(
99
99
asyncdefbegin_purchase_phone_numbers(
100
100
self,
101
101
search_id, # type: str
102
-
consent_to_not_resell_numbers=False, # type: bool
102
+
consentdnr=False, # type: bool
103
103
**kwargs# type: Any
104
104
):
105
105
# type: (...) -> AsyncLROPoller[None]
106
106
"""Purchases phone numbers.
107
107
108
108
:param search_id: The search id.
109
109
:type search_id: str
110
-
:param consent_to_not_resell_numbers: The consent Provided To Not Resell Phone Numbers.
110
+
:param consent_to_not_resell_numbers/consentdnr: The consent Provided To Not Resell Phone Numbers.
111
111
:type consent_to_not_resell_numbers: bool
112
112
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
113
113
:keyword polling: Pass in True if you'd like the LROBasePolling polling method,
0 commit comments