Skip to content
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

Add number lookup to communication phonenumbers #31053

Conversation

ericasp16
Copy link
Member

@ericasp16 ericasp16 commented Jul 10, 2023

Description

Adding Number Lookout method to the Phone Numbers client to support public preview of the new feature. See this issue for information about API changes: Azure/azure-rest-api-specs#23060

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@ericasp16 ericasp16 changed the base branch from main to ericasp/number-lookup-preview July 13, 2023 16:34
@ericasp16 ericasp16 changed the base branch from ericasp/number-lookup-preview to main July 13, 2023 16:34
@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-communication-phonenumbers

ericasp16 added a commit to Azure/azure-sdk-for-js that referenced this pull request Jul 20, 2023
### Packages impacted by this PR
communication-phone-numbers

### Issues associated with this PR
Azure/azure-sdk#6321

### Describe the problem that is addressed by this PR
Adding number lookup endpoint to the SDK

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_
Yes

### Provide a list of related PRs _(if any)_
Azure/azure-sdk-for-java#35674
Azure/azure-sdk-for-python#31053

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [X] Added impacted package name to the issue description
- [n/a] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [X] Added a changelog (if necessary)
@ericasp16 ericasp16 changed the base branch from main to ericasp/number-lookup-preview August 4, 2023 01:53
@ericasp16 ericasp16 changed the base branch from ericasp/number-lookup-preview to main August 4, 2023 04:15
@ericasp16 ericasp16 changed the base branch from main to ericasp/number-lookup-preview August 4, 2023 21:48
@ericasp16 ericasp16 merged commit f7f73c4 into Azure:ericasp/number-lookup-preview Aug 4, 2023
ericasp16 added a commit that referenced this pull request Jan 29, 2024
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.

----------

* Add number lookup to communication phonenumbers (#31053)

* update swagger and regenerate using autorest

* update internal operation tests

* regenerate autorest, add and record tests

* Update changelog

* update tests to account for phone number sanitization, update test recordings

* update autorest generation

* updates based on review comments

* udpate tests/recordings

* fix linting error

* fix lint errors and test for async

* update test recordings

* update changelog, minor fixes to tests, and update to the recordings

* update version in changelog to beta version

* update version

* update changelog

* update changelog

* update generated files

* update to GA verison for review

* updated based on SDK review feedback
ericasp16 added a commit that referenced this pull request Mar 27, 2024
* Number lookup ga (#33203)

GA implementation of the number lookup feature,  releasing as a private preview first.  This commit should cover the vast majority of the work needed, and is updated to incorporate feedback from the stewardship board.  
----------

* Add number lookup to communication phonenumbers (#31053)

* update swagger and regenerate using autorest

* update internal operation tests

* regenerate autorest, add and record tests

* Update changelog

* update tests to account for phone number sanitization, update test recordings

* update autorest generation

* updates based on review comments

* udpate tests/recordings

* fix linting error

* fix lint errors and test for async

* update test recordings

* update changelog, minor fixes to tests, and update to the recordings

* update version in changelog to beta version

* update version

* update changelog

* update changelog

* update generated files

* update to GA verison for review

* updated based on SDK review feedback

* update to preview version, regenerate files with autorest

* update test recordings

* fix build issues

* fix pylint errors, update tests

* try fixing up tests

* comment out failing call-automation test

* fix pylint issues

* update test files

* Update setup.py

upgrade the azure.core package

---------

Co-authored-by: guoqing2023 <[email protected]>
sofiar-msft pushed a commit to sofiar-msft/azure-sdk-for-js that referenced this pull request Apr 11, 2024
communication-phone-numbers

Azure/azure-sdk#6321

Adding number lookup endpoint to the SDK

there are more than one possible design, why was the one in this PR
chosen?

Yes

Azure/azure-sdk-for-java#35674
Azure/azure-sdk-for-python#31053

request PRs)_

- [X] Added impacted package name to the issue description
- [n/a] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [X] Added a changelog (if necessary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants