You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/RELEASENOTES.copy.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,39 @@
1
+
## v5.2
2
+
3
+
### Issues
4
+
- Issue 1084 Automatic updates for AL-Go are failing when main branch requires Pull Request
5
+
6
+
### New Settings
7
+
8
+
-`PowerPlatformSolutionFolder`: Contains the name of the folder containing a PowerPlatform Solution (only one)
9
+
-`DeployTo<environment>` now has two additional properties `companyId` is the Company Id from Business Central (for PowerPlatform connection) and `ppEnvironmentUrl` is the Url of the PowerPlatform environment to deploy to.
10
+
11
+
### New Actions
12
+
13
+
-`BuildPowerPlatform`: to build a PowerPlatform Solution
14
+
-`DeployPowerPlatform`: to deploy a PowerPlatform Solution
15
+
-`PullPowerPlatformChanges`: to pull changes made in PowerPlatform studio into the repository
16
+
-`ReadPowerPlatformSettings`: to read settings and secrets for PowerPlatform deployment
17
+
-`GetArtifactsForDeployment`: originally code from deploy.ps1 to retrieve artifacts for releases or builds - now as an action to read apps into a folder.
18
+
19
+
### New Workflows
20
+
21
+
-**Pull PowerPlatform Changes** for pulling changes from your PowerPlatform development environment into your AL-Go for GitHub repository
22
+
-**Push PowerPlatform Changes** for pushing changes from your AL-Go for GitHub repository to your PowerPlatform development environment
23
+
24
+
> [!NOTE]
25
+
> PowerPlatform workflows are only available in the PTE template and will be removed if no PowerPlatformSolutionFolder is defined in settings.
26
+
27
+
### New Scenarios (Documentation)
28
+
29
+
-[Connect your GitHub repository to Power Platform](https://github.com/microsoft/AL-Go/blob/main/Scenarios/SetupPowerPlatform.md)
30
+
-[How to set up Service Principal for Power Platform](https://github.com/microsoft/AL-Go/blob/main/Scenarios/SetupServicePrincipalForPowerPlatform.md)
31
+
-[Try one of the Business Central and Power Platform samples](https://github.com/microsoft/AL-Go/blob/main/Scenarios/TryPowerPlatformSamples.md)
32
+
-[Publish To AppSource](https://github.com/microsoft/AL-Go/blob/main/Scenarios/PublishToAppSource.md)
33
+
34
+
> [!NOTE]
35
+
> PowerPlatform functionality are only available in the PTE template.
0 commit comments