jassent
jassent
# Fixes # Resolves: #624 Fixes these statistics models: Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource The prior models are missing definitions for statistical subresources that cause deserialization to return empty/null. Other statistics models...
This file WorkersRealTimeStatisticsResource.cs has an incomplete model definition: ``` [JsonProperty("activity_statistics")] public List ActivityStatistics { get; private set; } ``` The ActivityStatistics are defined as a list of objects. This causes...
Using Microsoft.Azure.Functions.Worker.Extensions.OpenApi Version="0.8.1-preview" The [swagger ui](http://../api/swagger/ui) lists the functions/endpoints in a random order. It is not sorting by tag name or by function name. The corresponding [swagger.json](http://../api/swagger.json) is also unsorted....
The documentation for getting Nightingale to work on localhost needs to be updated to specify running the loopback command in an Administrative shell. https://github.com/jenius-apps/nightingale-rest-api-client/blob/master/docs/localhost.md Here is a suggestion: "Please run...
First, thank you so much for putting this example out there. Very helpful. You may already be aware but with a new update of the SDK reflection isn't necessary anymore...
Upgraded to the current version (6.0.0). Added a connection string successfully. Cannot view any queues or topics due to a "Could not load file or assembly 'Azure.Core" exception. A screenshot...