-
Notifications
You must be signed in to change notification settings - Fork 28
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
Notification Hub Namespace update failed with BadArgument Exception #2222
Comments
I have the exact same error. This script can not be run second time:
|
bump |
Unfortunately this is an RP error, please open a support ticket with the Microsoft.NotificationHubs RP team to get this issue fixed as soon as possible. We will try to route it on our end as well. |
Well, here: Azure/arm-deploy#235 , the issue is complitely ignored. And that is weird, as the issue seems critical. Part of our project that responsible for sendign push notifications are completely blocked, as we can not add creating azure notification as out IaC flow. is there any options how we can draw more attention to this issue? write/call to tech support or what? |
arm-deploy is a generic GH action for deploying any bicep/ARM templates. It's not the right place to get support for a specific resource type issue like the one you are experiencing. The best next step is to open a support ticket so this can be routed to the NotificationHubs team. I have also shared this GH thread with the NotificationHubs Product Managers to see if they can expedite the process. |
i was recommended to revert the
while:
etc. |
Bicep CLI version 0.28.1
We have a notification hub namespace that includes one notification hub.
During the replacement of the Google fcm message support we wanted to set the new FCM v1 settings through our bicep script.
Because these settings are only available in the "2023-10-01-preview" version, we updates our script to this version.
When running the deployment we get the following error
Because we can´t get more detail information about this error, we made some tests within an empty resource group.
We created a new notification hub namespace with a notification hub and the FCM v1 setttings. Everything works fine.
When we re-run the bicep we always get the same error.
When we delete the notification hub namespace and re-run the script, everythings is working again.
It seems, there might be an issue when the deployment tries to update an existing notification hub namespace.
We tried this with the API Version "2023-09-01", but the error also happens here.
Maybe someone can help us to figure out what is going wrong and how we can update our existing notification hub (namespaces) without getting this error.
Best Regards
Christian
Here is the bicep script we use to reproduce the issue:
The text was updated successfully, but these errors were encountered: