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: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
-`Get-FabricSqlDatabase` accepts Workspace as a pipeline, handles errors correctly and can filter by name (#117).
34
34
- Applied splatting for several parameters in `Invoke-FabricRestMethod` and output results in debug mode
35
35
-`Remove-FabricSQLDatabase` uses unified function to handle API results
36
+
- 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)
36
37
- Internal function `Invoke-FabricRestMethod`: (#143)
37
38
- handles API response, no need to use `Test-FabricApiResponse` from parent public function
38
39
- handles pagination automatically (when `-HandleResponse` is provided)
39
40
- All Deployment Pipeline functions raise an error when an exception is caught. Used splatting for params.
40
41
- Refactored SQL Database functions to use enhanced capability in `Invoke-FabricRestMethod`. Used splatting for params.
41
42
-`Write-Message` uses PSFramework function for logging, which logs function name (#84)
42
43
43
-
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)
44
-
45
44
### Fixed
46
45
47
46
- Enhanced logic in unified function `Test-FabricApiResponse` to handle API results and moved it to private functions
48
-
- Fixed bug in `Get-FabricLongRunningOperation` - Uri was incorectly created (#131)
47
+
- Fixed bug in `Get-FabricLongRunningOperation` - Uri was incorrectly created (#131)
49
48
- Fixed bug in `Get-FabricLongRunningOperationResult` - uses correct statusCode (#131)
49
+
- Fixed misleading message from `Remove-FabricWarehouse` (#145)
50
50
- Fixed `Start-FabricDeploymentPipelineStage` that supports `-NoWait` correctly
0 commit comments