Microsoft.Fabric (preview:2025-01-15)

2025/09/04 • 1 updated methods

FabricCapacities_ListSkusForCapacity (updated)
Description List eligible SKUs for a Microsoft Fabric resource
Reference Link ¶

⚶ Changes

{
  "#id": "FabricCapacities_ListSkusForCapacity",
  "$parameters": [
    {
      "#name": "capacityName",
      "Description": {
        "new": "The name of the Microsoft Fabric capacity. It must be a minimum of 3 characters, and a maximum of 63.",
        "old": "The name of the capacity."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric/capacities/{capacityName}/skus
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
capacityName: string ,
}

⚐ Response (200)

{
value:
[
{
resourceType: string ,
sku:
{
name: string ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}