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

Eg remove extra publishresult #39923

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

billwert
Copy link
Contributor

  1. There were a couple files in an implementation package that were unused. (And one of them had just leaked outside the implementation package.) Removed them.
  2. The typespec has an update to point to the latest service version, as well as remove some methods that are unsupported on that version.

assertNotNull(renewResult);
assertFalse(renewResult.getSucceededLockTokens().isEmpty());
}
// @Test
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving these commented out for now as these APIs will come back.

Copy link
Member

@mssfang mssfang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@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-messaging-eventgrid-namespaces

@billwert billwert enabled auto-merge (squash) April 25, 2024 23:52
@billwert billwert merged commit c43c132 into Azure:main Apr 26, 2024
19 checks passed
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.

None yet

3 participants