Skip to content

Commit 6495d52

Browse files
committed
Missed one fl
1 parent 94cacd7 commit 6495d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Infrastructure/AzureStack.Infra.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Function Get-AzSScaleUnit{
6161
$subscription, $headers = (Get-AzureStackAdminSubTokenHeader -TenantId $tenantId -AzureStackCredentials $azureStackCredentials -EnvironmentName $EnvironmentName)
6262
$URI= "${ArmEndpoint}/subscriptions/${subscription}/resourceGroups/system.$region/providers/Microsoft.Fabric.Admin/fabricLocations/$region/ScaleUnits?api-version=2016-05-01"
6363
$Cluster=Invoke-RestMethod -Method GET -Uri $uri -ContentType 'application/json' -Headers $Headers
64-
$Cluster.value |select name,location,properties |fl
64+
$Cluster.value |select name,location,properties
6565

6666
}
6767
export-modulemember -function Get-AzSScaleUnit

0 commit comments

Comments
 (0)