microsoft / powerplatform-build-tools

Power Platform Build Tools automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
172 stars 37 forks source link

PowerPages download creates incorrect sitesettings yaml #860

Open OfS-GNB opened 2 months ago

OfS-GNB commented 2 months ago

Microsoft PowerPlatform CLI Version: 1.31.6+g9147a23

pac powerpages download command creates entries in adx_sitesettings.yml under a spurious node adx_filecontent, but not for every setting.

This is an export of an Enhanced Data Model site using --modelVersion 2

Example for a B2C authority URL setting, with some others where it's not happening: image

The effect is that deploymentProfile.yml settings are not overriding these values on upload.

OfS-GNB commented 2 months ago

Update: Apologies, the deploymentProfile settings DID get uploaded correctly, but the site was caching old values for B2C. Either way, is that 'adx_filecontent:' meant to be in the exported adx_sitesettings like that?

OfS-GNB commented 4 weeks ago

Still emitting spurious ' - adx_filecontent:' lines in version Version: 1.32.8+gf89d946