Open PowershellNinja opened 4 years ago
When creating a new Configuration NOT in Standalone and NOT with DynamicCompilation, ServiceInstances are not written to ConfigurationData.
This seems related to a typo on line 2059:
elseif ($servicesStatuses.Length -gt 0)
It should be $serviceStatuses, not $service[s]Statuses
elseif ($serviceStatuses.Length -gt 0)
When creating a new Configuration NOT in Standalone and NOT with DynamicCompilation, ServiceInstances are not written to ConfigurationData.
This seems related to a typo on line 2059:
It should be $serviceStatuses, not $service[s]Statuses