powerplatform-vscode icon indicating copy to clipboard operation
powerplatform-vscode copied to clipboard

Power Pages Configuration Export Issue

Open mfux2748 opened this issue 2 years ago • 2 comments

I am having the following pipeline in use:

  1. Azure DevOps with git repo
  2. Power Platform Build Tools, task version 2
  3. Export a defined portal configuration using Power Platform Download PAPortal, Task Version 2 with the following configuration

steps:

  • task: microsoft-IsvExpTools.PowerPlatform-BuildTools.download-paportal.PowerPlatformDownloadPaportal@2 displayName: 'Power Platform Download PAPortal ' inputs: authenticationType: PowerPlatformSPN PowerPlatformSPN: '$(sourceEnvironment)' DownloadPath: Portals WebsiteId: '***ID Deleted' Overwrite: true ExcludeEntities: sitesetting.yml
  1. Commit to repo

When I change the name of a component (i.e. web page) in the Portal Management App (i.e. "Contact Us" to "Contact Us1" then after the next run of the pipeline both "Contact Us" and "Contact Us1" data are available, both having the same record GUID.

PacCLI_PortalChange

PacCLI_RepoStorage

It seems that although Overwrite: true is set in the pipeline task downloading the data from Dataverse the folders are not deleted before storing the new data.

When I do the same in VS Code using pacCLI everything works fine.

mfux2748 avatar Jul 13 '23 12:07 mfux2748

I'm facing this issue running pac portal download with multistep form steps, When I renamed the step the original and the new step both exist as folders locally, when then uploading to the next environment using devops pipeline updates to the newly named step do not get applied. Should this not be using GUID to match for download?

PAC CLI Version - 1.27.6

download command using --overwrite upload command using --forceUploadAll

Cliveo avatar Oct 02 '23 05:10 Cliveo

Just experienced this with content snippets as well, is this something that will be resolved?

Cliveo avatar Oct 05 '23 02:10 Cliveo