This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Replies: 1 comment 2 replies
-
Hi, unfortunately not. The parameter values are replaced at runtime, e.g. during the actual provisioning phase. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Apply-PnPTenantTemplate with -Parameters. Is there a way to export/save template locally after parameters has been applied? It would be nice for debugging or auditing.
Exmple:
Apply-PnPTenantTemplate -Path myfile.pnp -Parameters @{"TeamTitle"="Team Projects";"TeamDescription"="team collaboration site"}
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions