v5.2
Issues
- Issue 1084 Automatic updates for AL-Go are failing when main branch requires Pull Request
New Settings
PowerPlatformSolutionFolder
: Contains the name of the folder containing a PowerPlatform Solution (only one)DeployTo<environment>
now has two additional propertiescompanyId
is the Company Id from Business Central (for PowerPlatform connection) andppEnvironmentUrl
is the Url of the PowerPlatform environment to deploy to.
New Actions
BuildPowerPlatform
: to build a PowerPlatform SolutionDeployPowerPlatform
: to deploy a PowerPlatform SolutionPullPowerPlatformChanges
: to pull changes made in PowerPlatform studio into the repositoryReadPowerPlatformSettings
: to read settings and secrets for PowerPlatform deploymentGetArtifactsForDeployment
: originally code from deploy.ps1 to retrieve artifacts for releases or builds - now as an action to read apps into a folder.
New Workflows
- Pull PowerPlatform Changes for pulling changes from your PowerPlatform development environment into your AL-Go for GitHub repository
- Push PowerPlatform Changes for pushing changes from your AL-Go for GitHub repository to your PowerPlatform development environment
Note
PowerPlatform workflows are only available in the PTE template and will be removed if no PowerPlatformSolutionFolder is defined in settings.
New Scenarios (Documentation)
- Connect your GitHub repository to Power Platform
- How to set up Service Principal for Power Platform
- Try one of the Business Central and Power Platform samples
- Publish To AppSource
Note
PowerPlatform functionality are only available in the PTE template.