Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
69fad2a
Number lookup ga (#37719)
ericasp16 Jan 29, 2024
460abbe
Merge branch 'main' into ericasp/number-lookup-ga-staging
ericasp16 Feb 2, 2024
5ab2972
update generated code
ericasp16 Feb 15, 2024
2e5bae7
update test recordings
ericasp16 Feb 22, 2024
c6dcf56
update package to beta version
ericasp16 Feb 22, 2024
4742713
update service version
ericasp16 Feb 22, 2024
5486811
fix build issues
ericasp16 Feb 22, 2024
688ed2f
Merge branch 'main' into convert-number-lookup-ga-to-preview
ericasp16 Feb 22, 2024
b0c5ef8
fix linting issue
ericasp16 Feb 22, 2024
fa64221
t statusMerge branch 'convert-number-lookup-ga-to-preview' of https:/…
ericasp16 Feb 22, 2024
6b6674d
update to address comments, restore unintentionally modified tests
ericasp16 Mar 7, 2024
05a84ea
restore unintentionally modified tests
ericasp16 Mar 7, 2024
c3e3c7a
Merge branch 'main' into convert-number-lookup-ga-to-preview
ericasp16 Mar 7, 2024
26fc884
restore unintentionally modified tests
ericasp16 Mar 7, 2024
8168d9f
Merge brt status
ericasp16 Mar 7, 2024
8b796fb
fix version_client
ericasp16 Mar 7, 2024
5b25f95
fix import statements
ericasp16 Mar 11, 2024
69cdcf3
update test files
ericasp16 Mar 11, 2024
fe45ae2
update test files
ericasp16 Mar 11, 2024
99fc1b8
update test files
ericasp16 Mar 11, 2024
7d83d13
update searchOperatorInformation tests to redact phone number
ericasp16 Mar 12, 2024
45aac94
update with latest tests
ericasp16 Mar 12, 2024
4118d60
update tests and recordings
ericasp16 Mar 12, 2024
0d54adc
update test files to redact phoneNumbers in request body for searchOp…
ericasp16 Mar 13, 2024
0c9c76c
remove setters on return type fields
ericasp16 Mar 13, 2024
6c257f3
update based on API view comments
ericasp16 Mar 13, 2024
1027aba
fix build errors
ericasp16 Mar 13, 2024
c2938f9
fix sanitizers, update test recordings
ericasp16 Mar 14, 2024
b8e617e
update based on PR comments
ericasp16 Mar 14, 2024
90982e9
fix errors
ericasp16 Mar 14, 2024
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
Prev Previous commit
Next Next commit
fix build issues
  • Loading branch information
ericasp16 committed Feb 22, 2024
commit 5486811f479c4cb899bd705017f9dff2fcd3369c
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ com.azure:azure-communication-email;1.0.9;1.1.0-beta.1
com.azure:azure-communication-identity;1.5.1;1.6.0-beta.1
com.azure:azure-communication-jobrouter;1.1.0;1.2.0-beta.1
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
com.azure:azure-communication-phonenumbers;1.1.9;1.2.0-beta.1
com.azure:azure-communication-phonenumbers;1.1.9;1.2.0-beta.2
com.azure:azure-communication-rooms;1.0.7;1.1.0-beta.2
com.azure:azure-communication-sms;1.1.20;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.4;1.3.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ public OperatorInformationResult searchOperatorInformation(List<String> phoneNum
* @param phoneNumbers The phone number(s) whose operator information should be searched.
* @param includeAdditionalOperatorDetails Modifies the search to include additional fields in the response.
* Please note: use of this option will affect the cost of the search.
* @param context A {@link Context} representing the request context.
*
* @return A {@link OperatorInformationResult} which contains the results of the search.
*/
Expand Down