Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Deploy Module
runs-on: ubuntu-latest
needs:
- Build_Stage_Package_Module
- Build_Stage_Package_Module
if: ${{ success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
steps:
- name: Checkout Code
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
type: now
from_branch: main
target_branch: develop
github_token: ${{ secrets.GitHubToken }}
github_token: ${{ secrets.REPO_TOKEN }}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
### Changed
### Fixed
### Deprecated
### Removed
### Security

## 0.22.0 - 20250609

### Added

- Introduced new PowerShell functions for managing Fabric workspaces, recovery points, configurations, tenant settings, and workspace identities.
Expand Down
2 changes: 2 additions & 0 deletions source/Public/Capacity/Get-FabricCapacities.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
This command retrieves all resources of type "Microsoft.Fabric/capacities" from all resource groups in all subscriptions.

.NOTES
Author : Ioana Bouariu @jojobit Nov 10, 2023
Imported into FabricTools April 2025
Alias: Get-AllFabCapacities
#>
function Get-FabricCapacities {
Expand Down
Loading