Open
Description
After tested, seems NotificationHub API cannot set the registrationTtl
property anymore.
Request body:
{
"location": "westeurope",
"sku": {
"name": "Free"
},
"properties": {
"registrationTtl": "PT1H"
}
}
Response:
{
"properties": {
"registrationTtl": "10675199.02:48:05.4775807",
"authorizationRules": [],
"dailyMaxActiveDevices": 0
},
"id": "/subscriptions/xx-xx-xx-xx/resourceGroups/acctestRGpol-test012/providers/Microsoft.NotificationHubs/namespaces/acctestnhn-test012/NotificationHubs/acctestnh-test013",
"name": "acctestnh-test013",
"type": "Microsoft.NotificationHubs/namespaces/notificationHubs",
"location": "West Europe"
}