Query Method Documentation Out of Date? #49113
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Monitor
Monitor, Monitor Ingestion, Monitor Query
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Uh oh!
There was an error while loading. Please reload this page.
Library name and version
Azure.Monitory.Query Latest
Query/Question
https://learn.microsoft.com/en-us/dotnet/api/azure.monitor.query.logsqueryclient.queryresourceasync?view=azure-dotnet
Sorry if I'm missing something obvious but is this documentation out of date?
QueryResourceAsync()
and company returnResponse<IReadOnlyList<LogsQueryResult>>
notResponse<LogsQueryResult>
so none of these examples are usable, as far as I can tell. At least, not without indexing the first result out, but are these methods supposed to return multiple results instead of just one?Side note: If you have any examples of error handling that would also be cool
Environment
No response
The text was updated successfully, but these errors were encountered: