Microsoft.Search (preview:2025-02-01)

2025/02/14 • 1 updated methods

Offerings_List (updated)
Description Lists all of the features and SKUs offered by the Azure AI Search service in each region.
Reference Link ¶

⚶ Changes

{
  "#id": "Offerings_List",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "skus": {
              "$properties": {
                "limits": [
                  {
                    "#name": "partitionStorageInGigabytes",
                    "Format": {
                      "new": "float",
                      "old": "int32"
                    },
                    "Type": {
                      "new": "number",
                      "old": "integer"
                    }
                  },
                  {
                    "#name": "partitionVectorStorageInGigabytes",
                    "Format": {
                      "new": "float",
                      "old": "int32"
                    },
                    "Type": {
                      "new": "number",
                      "old": "integer"
                    }
                  }
                ]
              }
            }
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /providers/Microsoft.Search/offerings
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
regionName: string ,
features:
[
{
name: enum ,
}
,
]
,
skus:
[
{
sku:
{
name: enum ,
}
,
limits:
{
indexes: integer ,
indexers: integer ,
partitionStorageInGigabytes: number ,
partitionVectorStorageInGigabytes: number ,
searchUnits: integer ,
replicas: integer ,
partitions: integer ,
}
,
}
,
]
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
message: string ,
}