We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened with the API to get the tenant-level registration and unregistration data?
The specific user querying the API can get see the directory data within the Azure Portal, but loading either the API for:
"https://management.azure.com/providers/microsoft.insights/eventtypes/management/values?api-version=2015-04-01&`$filter=eventTimestamp ge '$($dateFormatForQuery)'"
, or the query that the Azure Portal is using:
https://management.azure.com/providers/microsoft.insights/eventtypes/management/values?api-version=2015-04-01&1$filter=eventTimestamp ge '$($dateFormatForQuery)' and eventTimestamp le '$($dateFormatForQueryHigher)'and eventChannels eq 'Admin, Operation' and resourceProvider eq 'Microsoft.Resources'
Return information, but NOT the specific registration and unregistration data.
Is this expected?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened with the API to get the tenant-level registration and unregistration data?
The specific user querying the API can get see the directory data within the Azure Portal, but loading either the API for:
"https://management.azure.com/providers/microsoft.insights/eventtypes/management/values?api-version=2015-04-01&`$filter=eventTimestamp ge '$($dateFormatForQuery)'"
, or the query that the Azure Portal is using:
https://management.azure.com/providers/microsoft.insights/eventtypes/management/values?api-version=2015-04-01&1$filter=eventTimestamp ge '$($dateFormatForQuery)' and eventTimestamp le '$ ($dateFormatForQueryHigher)'and eventChannels eq 'Admin, Operation' and resourceProvider eq 'Microsoft.Resources'
Return information, but NOT the specific registration and unregistration data.
Is this expected?
The text was updated successfully, but these errors were encountered: