From 23c2c20680eb30c463258a28789a1fa4298a81ba Mon Sep 17 00:00:00 2001 From: Kamil Nowinski Date: Tue, 31 Mar 2026 23:56:59 +0100 Subject: [PATCH] Update changelog and build configuration for clarity Added a note about module compatibility with PS 5.1 in the changelog. Also, introduced a new build workflow for building and testing the module. --- CHANGELOG.md | 1 + build.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e8b6a3..87b6d22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `Id` parameter alias to Workspace functions that take `WorkspaceId` to support compatibility with API field names and issue #158. - Removed all legacy FAB and PowerBI aliases from functions to clean up the module and remove references to old PowerBI-focused codebase (issue #47). +- The module is compatible with PS 5.1 (issue #166) ### Deprecated diff --git a/build.yaml b/build.yaml index 614c6db6..b33821d7 100644 --- a/build.yaml +++ b/build.yaml @@ -44,6 +44,9 @@ NestedModule: BuildWorkflow: '.': # "." is the default Invoke-Build workflow. It is called when no -Tasks is specified to the build.ps1 - build + + build_and_test: + - build - test build: