Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.63k stars 2.83k forks source link

Notification Hub Namespace create failed with BadArgument Exception #38508

Open Fred-sun opened 23 hours ago

Fred-sun commented 23 hours ago

Describe the bug A clear and concise description of what the bug is. After upgrade azure-mgmt-notificationhub to v8.1.0b1, Create a namesapce failed. Error msg: BadArgument\nMessage: Value cannot be null. (Parameter 'value')\nTarget: value"

Created successfully in version v8.0.0b1! To Reproduce Steps to reproduce the behavior:

  1. Create a new notification hub.
  2. Create a new namespace in the notification hub. Can't create. Error msg: Message: Value cannot be null. (Parameter 'value')\nTarget: value"

Expected behavior A clear and concise description of what you expected to happen. The namespace created success! Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

github-actions[bot] commented 23 hours ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @tjsomasundaram.

Fred-sun commented 3 hours ago

Any feedback?