We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cacd7 commit 6495d52Copy full SHA for 6495d52
1 file changed
Infrastructure/AzureStack.Infra.psm1
@@ -61,7 +61,7 @@ Function Get-AzSScaleUnit{
61
$subscription, $headers = (Get-AzureStackAdminSubTokenHeader -TenantId $tenantId -AzureStackCredentials $azureStackCredentials -EnvironmentName $EnvironmentName)
62
$URI= "${ArmEndpoint}/subscriptions/${subscription}/resourceGroups/system.$region/providers/Microsoft.Fabric.Admin/fabricLocations/$region/ScaleUnits?api-version=2016-05-01"
63
$Cluster=Invoke-RestMethod -Method GET -Uri $uri -ContentType 'application/json' -Headers $Headers
64
- $Cluster.value |select name,location,properties |fl
+ $Cluster.value |select name,location,properties
65
66
}
67
export-modulemember -function Get-AzSScaleUnit
0 commit comments