-
Notifications
You must be signed in to change notification settings - Fork 1k
How do we find updated site script version when deployed to a site #7455
Copy link
Copy link
Closed
Labels
area:docs-commentCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devarea:site-designCategory: Site Designs/Site ScriptsCategory: Site Designs/Site Scriptstype:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active worktype:questionQuestion... if answered, will be tagged as such.Question... if answered, will be tagged as such.
Metadata
Metadata
Assignees
Labels
area:docs-commentCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devarea:site-designCategory: Site Designs/Site ScriptsCategory: Site Designs/Site Scriptstype:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active worktype:questionQuestion... if answered, will be tagged as such.Question... if answered, will be tagged as such.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have created a site script with "version": 1 and later has updated script adding new site columns and updated "version": 2. How do i find updated version 2 applied for a site with site design. I tried below command after applying the site design multiple times with different site script versions. but it always showing SiteDesignVersion : 1 in the output but no information about Site Script Version.
e.g:
Get-PnPSiteDesignRun -WebUrl "https://xyz.sharepoint.com/sites/Demo1"
We can find the version value in the example script given as reference:
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
can i get any help on this?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.