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

Match JsonPropertyName values in ExtractConfiguration with https://aka.ms/sppnp-extract-configuration-schema #300

Merged
merged 1 commit into from
May 3, 2021

Conversation

jackpoz
Copy link
Contributor

@jackpoz jackpoz commented May 1, 2021

Match JsonPropertyName values in ExtractConfiguration with https://aka.ms/sppnp-extract-configuration-schema .
Some properties has different names set in JsonPropertyName that caused the configuration to not be read correctly from json, for example with command

Get-PnPSiteTemplate -out test.xml -Configuration config.json

To verify which properties had wrong names I serialized ExtractConfiguration to json and validated the result with the schema.

Fix #214

@jansenbe jansenbe merged commit 0f4ce72 into pnp:dev May 3, 2021
jansenbe added a commit that referenced this pull request May 3, 2021
@jackpoz jackpoz deleted the fixes/configuration-schema branch December 4, 2022 15:37
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 this pull request may close these issues.

RemoveExistingNodes is always set to false
2 participants