Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServiceInstances are not written to ConfigurationData #99

Open
PowershellNinja opened this issue Mar 12, 2020 · 0 comments · May be fixed by #100
Open

ServiceInstances are not written to ConfigurationData #99

PowershellNinja opened this issue Mar 12, 2020 · 0 comments · May be fixed by #100

Comments

@PowershellNinja
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant