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

CreateStateServiceApp missing $spYear Declaration #47

Open
peet2k17 opened this issue Sep 23, 2019 · 2 comments
Open

CreateStateServiceApp missing $spYear Declaration #47

peet2k17 opened this issue Sep 23, 2019 · 2 comments
Assignees
Labels

Comments

@peet2k17
Copy link

is:
$spVer = Get-MajorVersionNumber $spYear

should be:
$spYear = $xmlInput.Configuration.Install.SPVersion
$spVer = Get-MajorVersionNumber $spYear

@brianlala brianlala self-assigned this Sep 23, 2019
@brianlala
Copy link
Owner

Indeed it should. To be fixed in the next PR.

@brianlala brianlala added the bug label Sep 23, 2019
@gszdev
Copy link

gszdev commented Sep 27, 2019

#48
I already added a pull request for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants