Skip to content

Commit db6ea37

Browse files
riyasimon23zman-ms
authored andcommitted
Riya/removeskulist (#26376)
* updates to preview api version removing unshipped SKUs API
1 parent a419a83 commit db6ea37

File tree

8 files changed

+0
-1161
lines changed

8 files changed

+0
-1161
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/examples/RedisEnterpriseSkusList.json

Lines changed: 0 additions & 167 deletions
This file was deleted.

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json

Lines changed: 0 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,48 +1198,6 @@
11981198
}
11991199
}
12001200
}
1201-
},
1202-
"/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus": {
1203-
"get": {
1204-
"tags": [
1205-
"SKU"
1206-
],
1207-
"operationId": "Skus_List",
1208-
"description": "Gets information about skus in specified location for the given subscription id",
1209-
"parameters": [
1210-
{
1211-
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
1212-
},
1213-
{
1214-
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/LocationParameter"
1215-
},
1216-
{
1217-
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
1218-
}
1219-
],
1220-
"x-ms-examples": {
1221-
"SkusList": {
1222-
"$ref": "./examples/RedisEnterpriseSkusList.json"
1223-
}
1224-
},
1225-
"responses": {
1226-
"200": {
1227-
"description": "The request succeeded, response body contains the requested details.",
1228-
"schema": {
1229-
"$ref": "#/definitions/RegionSkuDetails"
1230-
}
1231-
},
1232-
"default": {
1233-
"description": "Error response describing why the operation failed.",
1234-
"schema": {
1235-
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
1236-
}
1237-
}
1238-
},
1239-
"x-ms-pageable": {
1240-
"nextLinkName": null
1241-
}
1242-
}
12431201
}
12441202
},
12451203
"definitions": {
@@ -1847,97 +1805,6 @@
18471805
}
18481806
}
18491807
},
1850-
"RegionSkuDetails": {
1851-
"title": "Region Sku Details",
1852-
"description": "List of details about all the available SKUs",
1853-
"type": "object",
1854-
"properties": {
1855-
"value": {
1856-
"type": "array",
1857-
"items": {
1858-
"$ref": "#/definitions/RegionSkuDetail"
1859-
},
1860-
"description": "List of Sku Detail",
1861-
"x-ms-identifiers": []
1862-
}
1863-
}
1864-
},
1865-
"LocationInfo": {
1866-
"type": "object",
1867-
"description": "Information about location (for example: features that it supports)",
1868-
"properties": {
1869-
"location": {
1870-
"type": "string",
1871-
"description": "Location name"
1872-
},
1873-
"capabilities": {
1874-
"type": "array",
1875-
"items": {
1876-
"$ref": "#/definitions/Capability"
1877-
},
1878-
"description": "List of capabilities",
1879-
"x-ms-identifiers": []
1880-
}
1881-
}
1882-
},
1883-
"SkuDetail": {
1884-
"type": "object",
1885-
"title": "Sku Detail",
1886-
"description": "Information about Sku",
1887-
"properties": {
1888-
"name": {
1889-
"type": "string",
1890-
"description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)",
1891-
"enum": [
1892-
"Enterprise_E10",
1893-
"Enterprise_E20",
1894-
"Enterprise_E50",
1895-
"Enterprise_E100",
1896-
"EnterpriseFlash_F300",
1897-
"EnterpriseFlash_F700",
1898-
"EnterpriseFlash_F1500"
1899-
],
1900-
"x-ms-enum": {
1901-
"name": "name",
1902-
"modelAsString": true
1903-
}
1904-
}
1905-
}
1906-
},
1907-
"Capability": {
1908-
"type": "object",
1909-
"title": "Capability",
1910-
"description": "Information about the features the location supports",
1911-
"properties": {
1912-
"name": {
1913-
"type": "string",
1914-
"description": "Feature name"
1915-
},
1916-
"value": {
1917-
"type": "boolean",
1918-
"description": "Indicates whether feature is supported or not"
1919-
}
1920-
}
1921-
},
1922-
"RegionSkuDetail": {
1923-
"title": "Region Sku Detail",
1924-
"description": "Details about the location requested and the available skus in the location",
1925-
"type": "object",
1926-
"properties": {
1927-
"resourceType": {
1928-
"type": "string",
1929-
"description": "Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise"
1930-
},
1931-
"locationInfo": {
1932-
"$ref": "#/definitions/LocationInfo",
1933-
"description": "Details about location and its capabilities"
1934-
},
1935-
"skuDetails": {
1936-
"$ref": "#/definitions/SkuDetail",
1937-
"description": "Details about available skus"
1938-
}
1939-
}
1940-
},
19411808
"ForceUnlinkParameters": {
19421809
"title": "Forcibly unlink another database from this database.",
19431810
"type": "object",

0 commit comments

Comments
 (0)