Skip to content

Conversation

@NowinskiK
Copy link
Contributor

Pull Request

  • Added function Update-FabricCapacity
  • Added Error Detailed Info in Test-FabricApiResponse (Debug mode) when response.error exists
  • Script Analyser raised issues for Warnings

Pull Request (PR) description

Task list

  • The PR represents a single logical change. i.e. Cosmetic updates should go in different PRs.
  • Added an entry under the Unreleased section of in the CHANGELOG.md as per format.
  • Local clean build passes without issue or fail tests (build.ps1 -ResolveDependency -Tasks build, test).
  • Comment-based help added/updated.
  • Examples appropriately added/updated.
  • Unit tests added/updated..
  • Integration tests added/updated (where possible).
  • Documentation added/updated (where applicable).
  • Code follows the contribution guidelines.

This change introduces a mandatory Location parameter to the Update-FabricCapacity cmdlet, ensuring that the location is specified when creating or updating a Microsoft Fabric capacity. Additionally, the API request method has been updated from PATCH to PUT for better alignment with RESTful practices.
@NowinskiK NowinskiK linked an issue Oct 31, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Oct 31, 2025

Linux Test Results

5 133 tests   5 132 ✅  43s ⏱️
  623 suites      1 💤
    1 files        0 ❌

Results for commit c0854d7.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 31, 2025

WinPS51 Test Results

5 347 tests   5 346 ✅  54s ⏱️
  624 suites      1 💤
    1 files        0 ❌

Results for commit c0854d7.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 31, 2025

WinPS71 Test Results

5 347 tests   5 346 ✅  56s ⏱️
  624 suites      1 💤
    1 files        0 ❌

Results for commit c0854d7.

♻️ This comment has been updated with latest results.

@NowinskiK NowinskiK marked this pull request as ready for review October 31, 2025 21:59
Copy link
Contributor

@tiagobalabuch tiagobalabuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@NowinskiK NowinskiK merged commit 1fd0662 into develop Nov 4, 2025
8 checks passed
@NowinskiK NowinskiK deleted the Update-FabricCapacity-161 branch November 4, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New function: Update-FabricCapacity

3 participants