-
Notifications
You must be signed in to change notification settings - Fork 55
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
EventHub created through sendRequest can not be deleted through sendRequest #469
Comments
@qiaozha any ideas? |
This also seems to work from my Win11 system: PUT:
DELETE:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package Version:
2.6.1
14.18.3
macOS Monterey 12.4
Describe the bug
Looking for a bit of guidance.
I am creating and using an Event Hub as follows:
I'm finding I can create the EventHub and use the Producer but when I attempt to delete the EventHub, the request response is 200 but the event hub is not deleted. Whats odd is that the
Message Retention
value will change from 1 to 7. I then have to delete it through the Portal.If I create an EventHub through the portal UI, the delete through REST works on that EventHub.
Any ideas as to why this is?
As a note, with CURL, this works:
Expected behavior
Expect the EventHub to be deleted from the ResourceGroup.
Screenshots
N/A
The text was updated successfully, but these errors were encountered: