Microsoft Office 365 API Management API's
We have a pipeline in azure synapse that is collecting the Audit.Sharepoint logs from Sharepoint.
With the Microsoft 365 Management API's
Now we always first perform a stop, than a start and than collecting the content.
Now since last week this is not working anymore and we are getting The subscription was disabled.
We did a test and start is returning
{
"contentType": "Audit.SharePoint",
"status": "enabled",
"webhook": null
}
But if we are calling the list we are receiving an empty array, also the content is not working than.
Tried to run the start multiple times after each other without any success.
Tried the Audit.Exchange that was working, but after we called the stop api and than a new start it was also not listed in the list anymore.
Can someone help us out