The parameters section states max_draw_duration is a json object, but the default value is a float of 0.0. In the example section as well, it shows max_draw_duration is a value of 1.0.
Proposed Solution
Update the parameters section to change the max_draw_duration type to float or provide an example of max_draw_duration using a json object
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: d69d710e-7d85-f601-ef16-c802d57013b8
Version Independent ID: 23d79a6b-e4c7-749a-9f58-04411aafe805
Issue
The parameters section states
max_draw_duration
is a json object, but the default value is a float of 0.0. In the example section as well, it showsmax_draw_duration
is a value of1.0
.Proposed Solution
Update the parameters section to change the
max_draw_duration
type tofloat
or provide an example ofmax_draw_duration
using a json objectDocument Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.