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
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:
Create a new notification hub.
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.
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:
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.