Skip to content

Commit c3b92ba

Browse files
committed
CHANGELOG has details about new Deployment Pipeline functions
1 parent c3d8ba0 commit c3b92ba

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
## [Unreleased]
77

88
### Added
9-
- added unit tests for `Get-FabricWorkspaceUser` function to ensure it works correctly with multiple workspaces both in the pipeline and passed to a parameter.
9+
10+
- Added unit tests for `Get-FabricWorkspaceUser` function to ensure it works correctly with multiple workspaces both in the pipeline and passed to a parameter.
1011
- Added unit tests for Aliases for `Get-FabricWorkspaceUser` function to ensure backward compatibility.
11-
- Added credits for authors to all functions and Unit tests to verify the existence of such tags #89
12+
- Added credits for authors to all functions and Unit tests to verify the existence of such tags (#89)
1213
- Added `NoWait` switch parameter to `New-FabricSQLDatabase` (#123)
14+
- Added functions related to Deployment Pipelines (#121):
15+
- `Add-FabricWorkspaceToStage`,
16+
- `Get-FabricDeploymentPipeline`,
17+
- `Get-FabricDeploymentPipelineOperation`,
18+
- `Get-FabricDeploymentPipelineRoleAssignments`,
19+
- `Get-FabricDeploymentPipelineStage`,
20+
- `Get-FabricDeploymentPipelineStageItem`,
21+
- `New-FabricDeploymentPipeline`,
22+
- `Remove-FabricDeploymentPipeline`,
23+
- `Remove-FabricWorkspaceFromStage`,
24+
- `Start-FabricDeploymentPipelineStage`
25+
- Added private function `Get-FabricContinuationToken` to facilitate pagination
1326

1427
### Changed
28+
1529
- Updated `Get-FabricWorkspaceUser` to support pipeline input for `WorkspaceId` and `WorkspaceName` parameters.
1630
- Renamed `Get-FabricWorkspaceUsers` to match the singular form
17-
- Get-FabricSqlDatabase accepts Workspace as a pipeline, handles errors correctly and can filter by name (#117).
31+
- `Get-FabricSqlDatabase` accepts Workspace as a pipeline, handles errors correctly and can filter by name (#117).
1832
- Applied splatting for several parameters in `Invoke-FabricRestMethod` and output results in debug mode
1933
- `Remove-FabricSQLDatabase` uses unified function to handle API results
2034

2135
Updated the `WorkspaceId`, `CapacitiesIds`,`CapacityId`,`CopyJobId`,`datamartId`,`DataPipelineId`,`DataWarehouseGUID`,`DomainId`,`EnvironmentId`,`EventhouseId`,`EventstreamId`,`ExternalDataShareId`,`ItemId`,`KQLDashboardId`,`KQLDatabaseId`,`KQLQuerysetId`,`LakehouseId`,`MirroredDatabaseId`,`MirroredWarehouseId`,`MLExperimentId`,`MLModelId`,`NotebookId`,`operationId`,`PaginatedReportId`,`ParentDomainId`,`parentEventhouseId`,`PrincipalId`,`ReflexId`,`ReportId`,`SemanticModelId`,`SparkCustomPoolId`,`SparkJobDefinitionId`,`SQLDatabaseId`,`SQLEndpointId`,`subscriptionID`,`UserId`,`WarehouseId`,`WorkspaceGUID`,`WorkspaceId`,`WorkspaceIds`,and `WorkspaceRoleAssignmentId` parameters to the datatype GUID [#125](https://github.com/dataplat/FabricTools/issues/125)
2236

23-
24-
2537
### Fixed
38+
2639
- Enhanced logic in unified function `Test-FabricApiResponse` to handle API results and moved it to private functions
2740
- Fixed bug in `Get-FabricLongRunningOperation` - Uri was incorectly created (#131)
2841
- Fixed bug in `Get-FabricLongRunningOperationResult` - uses correct statusCode (#131)
2942

3043
### Deprecated
44+
3145
### Removed
46+
3247
- Removed Revision History from `Get-FabricSQLDatabase`, `Get-FabricSQLDatabase`
3348

3449
### Security

0 commit comments

Comments
 (0)