Skip to content

Commit 839e6e2

Browse files
committed
Remove duplicate API request functions and update docs
This commit removes the `Invoke-FabricAPIRequest_duplicate` and `Invoke-FabricRestMethodExtended` functions from the codebase, as they were redundant.
1 parent 688de2f commit 839e6e2

7 files changed

Lines changed: 3 additions & 537 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Removed
2020

21+
- Removed `Invoke-FabricAPIRequest_duplicate` and `Invoke-FabricRestMethodExtended`
22+
2123
### Security
2224

2325
## 0.31.0 - 2025-12-14

docs/EXPORTED_COMMANDS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ Generated on 2026-01-11.
104104
- Import-FabricEnvironmentStagingLibrary
105105
- Import-FabricItem
106106
- Invoke-FabricAPIRequest
107-
- Invoke-FabricAPIRequest_duplicate
108107
- Invoke-FabricKQLCommand
109108
- Invoke-FabricRestMethod
110-
- Invoke-FabricRestMethodExtended
111109
- Invoke-FabricDatasetRefresh
112110
- New-FabricCopyJob
113111
- New-FabricDataPipeline

docs/en-US/FabricTools.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,6 @@ Uploads a library to the staging environment in a Microsoft Fabric workspace.
406406

407407
Imports items using the Power BI Project format (PBIP) into a Fabric workspace from a specified file system source.
408408

409-
### [Invoke-FabricAPIRequest_duplicate](Invoke-FabricAPIRequest_duplicate.md)
410-
411-
Sends an HTTP request to a Fabric API endpoint and retrieves the response.
412-
Takes care of: authentication, 429 throttling, Long-Running-Operation (LRO) response
413-
414409
### [Invoke-FabricDatasetRefresh](Invoke-FabricDatasetRefresh.md)
415410

416411
This function invokes a refresh of a PowerBI dataset
@@ -874,4 +869,3 @@ Updates the role assignment for a specific principal in a Fabric workspace.
874869
### [Write-FabricLakehouseTableData](Write-FabricLakehouseTableData.md)
875870

876871
Loads data into a specified table in a Lakehouse within a Fabric workspace.
877-

docs/en-US/Invoke-FabricAPIRequest_duplicate.md

Lines changed: 0 additions & 183 deletions
This file was deleted.

docs/en-US/Invoke-FabricRestMethodExtended.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)