I am creating a widget to support grouping layers in my app (I know that it is not supported, but I need it), and have decided to populate the description of the web layer with the group layer name when publishing from ArcPro. My widget will read the descriptions from each of the layers in the web map and do it's thing.
The issue is that the description being set on the hosted web layer is not being set on the feature service within the hosted layer. The description of the feature service always ends up being the same as the name of the service. What's the point of having a description property if it is always going to equal the name of the service. That is redundant info. It seems to me that this could be a bug.
Any ideas on how to set the description of a feature service within a hosted feature layer during the publishing process?