Closed
Description
SUMMARY
The return values of the web_app_pool_info
attributes should be in the same format that we accept for web_app_pool
. For example the recycling.periodicRestart.time
value is returned as a serialized TimeSpan
object which is a dictionary with various properties but the web_app_pool
module requires the input format like 00:00:05:00.000000
. We should make sure that known types like DateTime
as converted to the same format we expect. I've not dug too deeply into it but the TimeSpan
values are the first ones that jump out, we should check other types are returned in a similar fashion.
ISSUE TYPE
- Bug Report
COMPONENT NAME
web_app_pool_info
Metadata
Assignees
Labels
No labels