-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Number lookup ga #37719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ericasp16
merged 16 commits into
Azure:ericasp/number-lookup-ga-staging
from
ericasp16:number-lookup-ga
Jan 29, 2024
Merged
Number lookup ga #37719
ericasp16
merged 16 commits into
Azure:ericasp/number-lookup-ga-staging
from
ericasp16:number-lookup-ga
Jan 29, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…cation-phonenumbers (Azure#35674) * implementation of number lookup in java SDK * fix readme to remove debug logging * fix autorest generation swagger mismatch issue * update autorest generation and yaml directives * update service version * fix public/private type generation, update changelog * fix checkstyle issues * update test recordings * update test base to redact phonenumbers in operatorInformation response, update test recordings
Member
Author
|
/azp run java - communication - ci |
|
No pipelines are associated with this pull request. |
Member
Author
|
/azp run java-pr - communication - ci |
|
No pipelines are associated with this pull request. |
Collaborator
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
ericasp16
added a commit
that referenced
this pull request
Mar 14, 2024
…38885) * Number lookup ga (#37719) GA implementation of the number lookup feature. This commit should cover the vast majority of the work needed, and is updated to incorporate feedback from the stewardship board. These changes are going into a branch to wait until we're ready to do our final bug bashing and eventually merging and shipping the feature. ---------- * Implementation of Number Lookup feature for public preview in communication-phonenumbers (#35674) * implementation of number lookup in java SDK * fix readme to remove debug logging * fix autorest generation swagger mismatch issue * update autorest generation and yaml directives * update service version * fix public/private type generation, update changelog * fix checkstyle issues * update test recordings * update test base to redact phonenumbers in operatorInformation response, update test recordings * update changelog * update date format for changelog * Increment package versions for communication releases (#36670) * fix imports in test file * update auto-generated files * implement ga updates * removing edits to version_client.txt * fix build errors * attempt to fix versioning issue * update based on SDK review --------- Co-authored-by: Azure SDK Bot <[email protected]> * update generated code * update test recordings * update package to beta version * update service version * fix build issues * fix linting issue * update to address comments, restore unintentionally modified tests * restore unintentionally modified tests * restore unintentionally modified tests * fix version_client * fix import statements * update test files * update test files * update test files * update searchOperatorInformation tests to redact phone number * update with latest tests * update tests and recordings * update test files to redact phoneNumbers in request body for searchOperatorInformation tests * remove setters on return type fields * update based on API view comments * fix build errors * fix sanitizers, update test recordings * update based on PR comments * fix errors --------- Co-authored-by: Azure SDK Bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update azure-communication-phonenumbers SDK to support GA for number lookup feature
Swagger updates: Azure/azure-rest-api-specs#26294
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines