Skip to content

Commit

Permalink
removed loading of Get-HubIdentifier within the script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamelachahbar committed Sep 14, 2024
1 parent 5fd0f4b commit 5786ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/powershell/Public/Remove-FinOpsHub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Deletes a FinOps Hub named MyHub and deletes all associated resources except the storage account.
#>
. "..\Private\Get-HubIdentifier.ps1"

function Remove-FinOpsHub {
[CmdletBinding(SupportsShouldProcess, ConfirmImpact = 'High')]
param (
Expand Down

0 comments on commit 5786ef2

Please sign in to comment.