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

Update the Number Lookup preview to include Number Format features #38885

Merged
merged 30 commits into from
Mar 14, 2024

Conversation

ericasp16
Copy link
Member

Description

Update the Number Lookup public preview to include the Number Format features we've been preparing for GA.

Azure/azure-rest-api-specs#27799

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

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 and others added 6 commits January 29, 2024 15:01
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 (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

* update changelog

* update date format for changelog

* Increment package versions for communication releases (Azure#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 <53356347+azure-sdk@users.noreply.github.com>
@azure-sdk
Copy link
Collaborator

API change check

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

com.azure:azure-communication-phonenumbers

@ericasp16 ericasp16 merged commit 568540a into Azure:main Mar 14, 2024
19 checks passed
ericasp16 added a commit to Azure/azure-sdk-for-js that referenced this pull request Mar 14, 2024
### Packages impacted by this PR
@azure/communication-phone-numbers

### Issues associated with this PR


### Describe the problem that is addressed by this PR
Update the Number Lookup public preview to include the Number Format
features we've been preparing for GA.

Azure/azure-rest-api-specs#27799

### 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?
This design has been reviewed by the stewardship board

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

### Provide a list of related PRs _(if any)_
Azure/azure-rest-api-specs#27799
Azure/azure-sdk-for-java#38885
.NET _pending_
Python _pending_

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

### Checklists
- [x] Added impacted package name to the issue description
- [x] 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)
drielenr pushed a commit that referenced this pull request Apr 2, 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 <53356347+azure-sdk@users.noreply.github.com>

* 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 <53356347+azure-sdk@users.noreply.github.com>
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.

4 participants