diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/examples/RedisEnterpriseSkusList.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/examples/RedisEnterpriseSkusList.json deleted file mode 100644 index 64eada33b128..000000000000 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/examples/RedisEnterpriseSkusList.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "parameters": { - "api-version": "2022-11-01-preview", - "subscriptionId": "subid", - "location": "westus2" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E1" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E10" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E20" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E50" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E100" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F300" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F700" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F1500" - } - } - ] - } - } - } -} diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json index aad09fed051b..690921f6ba5c 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json @@ -1198,48 +1198,6 @@ } } } - }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus": { - "get": { - "tags": [ - "SKU" - ], - "operationId": "Skus_List", - "description": "Gets information about skus in specified location for the given subscription id", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/LocationParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" - } - ], - "x-ms-examples": { - "SkusList": { - "$ref": "./examples/RedisEnterpriseSkusList.json" - } - }, - "responses": { - "200": { - "description": "The request succeeded, response body contains the requested details.", - "schema": { - "$ref": "#/definitions/RegionSkuDetails" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } } }, "definitions": { @@ -1847,97 +1805,6 @@ } } }, - "RegionSkuDetails": { - "title": "Region Sku Details", - "description": "List of details about all the available SKUs", - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RegionSkuDetail" - }, - "description": "List of Sku Detail", - "x-ms-identifiers": [] - } - } - }, - "LocationInfo": { - "type": "object", - "description": "Information about location (for example: features that it supports)", - "properties": { - "location": { - "type": "string", - "description": "Location name" - }, - "capabilities": { - "type": "array", - "items": { - "$ref": "#/definitions/Capability" - }, - "description": "List of capabilities", - "x-ms-identifiers": [] - } - } - }, - "SkuDetail": { - "type": "object", - "title": "Sku Detail", - "description": "Information about Sku", - "properties": { - "name": { - "type": "string", - "description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)", - "enum": [ - "Enterprise_E10", - "Enterprise_E20", - "Enterprise_E50", - "Enterprise_E100", - "EnterpriseFlash_F300", - "EnterpriseFlash_F700", - "EnterpriseFlash_F1500" - ], - "x-ms-enum": { - "name": "name", - "modelAsString": true - } - } - } - }, - "Capability": { - "type": "object", - "title": "Capability", - "description": "Information about the features the location supports", - "properties": { - "name": { - "type": "string", - "description": "Feature name" - }, - "value": { - "type": "boolean", - "description": "Indicates whether feature is supported or not" - } - } - }, - "RegionSkuDetail": { - "title": "Region Sku Detail", - "description": "Details about the location requested and the available skus in the location", - "type": "object", - "properties": { - "resourceType": { - "type": "string", - "description": "Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise" - }, - "locationInfo": { - "$ref": "#/definitions/LocationInfo", - "description": "Details about location and its capabilities" - }, - "skuDetails": { - "$ref": "#/definitions/SkuDetail", - "description": "Details about available skus" - } - } - }, "ForceUnlinkParameters": { "title": "Forcibly unlink another database from this database.", "type": "object", diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/examples/RedisEnterpriseSkusList.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/examples/RedisEnterpriseSkusList.json deleted file mode 100644 index 242c44608fa9..000000000000 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/examples/RedisEnterpriseSkusList.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "parameters": { - "api-version": "2023-03-01-preview", - "subscriptionId": "subid", - "location": "westus2" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E1" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E10" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E20" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E50" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E100" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F300" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F700" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F1500" - } - } - ] - } - } - } -} diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json index c0c96dfb2440..6c4a98c9d970 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json @@ -1267,48 +1267,6 @@ } } } - }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus": { - "get": { - "tags": [ - "SKU" - ], - "operationId": "Skus_List", - "description": "Gets information about skus in specified location for the given subscription id", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/LocationParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" - } - ], - "x-ms-examples": { - "SkusList": { - "$ref": "./examples/RedisEnterpriseSkusList.json" - } - }, - "responses": { - "200": { - "description": "The request succeeded, response body contains the requested details.", - "schema": { - "$ref": "#/definitions/RegionSkuDetails" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } } }, "definitions": { @@ -1903,50 +1861,6 @@ } } }, - "RegionSkuDetails": { - "title": "Region Sku Details", - "description": "List of details about all the available SKUs", - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RegionSkuDetail" - }, - "description": "List of Sku Detail", - "x-ms-identifiers": [] - } - } - }, - "LocationInfo": { - "type": "object", - "description": "Information about location (for example: features that it supports)", - "properties": { - "location": { - "type": "string", - "description": "Location name" - }, - "capabilities": { - "type": "array", - "items": { - "$ref": "#/definitions/Capability" - }, - "description": "List of capabilities", - "x-ms-identifiers": [] - } - } - }, - "SkuDetail": { - "type": "object", - "title": "Sku Detail", - "description": "Information about Sku", - "properties": { - "name": { - "$ref": "#/definitions/SkuName", - "description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)" - } - } - }, "SkuName": { "type": "string", "enum": [ @@ -1963,40 +1877,6 @@ "modelAsString": true } }, - "Capability": { - "type": "object", - "title": "Capability", - "description": "Information about the features the location supports", - "properties": { - "name": { - "type": "string", - "description": "Feature name" - }, - "value": { - "type": "boolean", - "description": "Indicates whether feature is supported or not" - } - } - }, - "RegionSkuDetail": { - "title": "Region Sku Detail", - "description": "Details about the location requested and the available skus in the location", - "type": "object", - "properties": { - "resourceType": { - "type": "string", - "description": "Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise" - }, - "locationInfo": { - "$ref": "#/definitions/LocationInfo", - "description": "Details about location and its capabilities" - }, - "skuDetails": { - "$ref": "#/definitions/SkuDetail", - "description": "Details about available skus" - } - } - }, "FlushParameters": { "title": "Flush all the keys from the current and all its linked databases", "type": "object", diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/examples/RedisEnterpriseSkusList.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/examples/RedisEnterpriseSkusList.json deleted file mode 100644 index 9de17aefc669..000000000000 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/examples/RedisEnterpriseSkusList.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "parameters": { - "api-version": "2023-08-01-preview", - "subscriptionId": "subid", - "location": "westus2" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E1" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E10" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E20" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E50" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E100" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F300" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F700" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F1500" - } - } - ] - } - } - } -} diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/redisenterprise.json index 8a122022e78e..241e082a8230 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-08-01-preview/redisenterprise.json @@ -1268,48 +1268,6 @@ } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus": { - "get": { - "tags": [ - "SKU" - ], - "operationId": "Skus_List", - "description": "Gets information about skus in specified location for the given subscription id", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/LocationParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" - } - ], - "x-ms-examples": { - "SkusList": { - "$ref": "./examples/RedisEnterpriseSkusList.json" - } - }, - "responses": { - "200": { - "description": "The request succeeded, response body contains the requested details.", - "schema": { - "$ref": "#/definitions/RegionSkuDetails" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - }, "/subscriptions/{subscriptionId}/providers/Microsoft.Cache/checkNameAvailability": { "post": { "tags": [ @@ -1947,50 +1905,6 @@ } } }, - "RegionSkuDetails": { - "title": "Region Sku Details", - "description": "List of details about all the available SKUs", - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RegionSkuDetail" - }, - "description": "List of Sku Detail", - "x-ms-identifiers": [] - } - } - }, - "LocationInfo": { - "type": "object", - "description": "Information about location (for example: features that it supports)", - "properties": { - "location": { - "type": "string", - "description": "Location name" - }, - "capabilities": { - "type": "array", - "items": { - "$ref": "#/definitions/Capability" - }, - "description": "List of capabilities", - "x-ms-identifiers": [] - } - } - }, - "SkuDetail": { - "type": "object", - "title": "Sku Detail", - "description": "Information about Sku", - "properties": { - "name": { - "$ref": "#/definitions/SkuName", - "description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)" - } - } - }, "SkuName": { "type": "string", "enum": [ @@ -2007,40 +1921,6 @@ "modelAsString": true } }, - "Capability": { - "type": "object", - "title": "Capability", - "description": "Information about the features the location supports", - "properties": { - "name": { - "type": "string", - "description": "Feature name" - }, - "value": { - "type": "boolean", - "description": "Indicates whether feature is supported or not" - } - } - }, - "RegionSkuDetail": { - "title": "Region Sku Detail", - "description": "Details about the location requested and the available skus in the location", - "type": "object", - "properties": { - "resourceType": { - "type": "string", - "description": "Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise" - }, - "locationInfo": { - "$ref": "#/definitions/LocationInfo", - "description": "Details about location and its capabilities" - }, - "skuDetails": { - "$ref": "#/definitions/SkuDetail", - "description": "Details about available skus" - } - } - }, "FlushParameters": { "title": "Flush all the keys from the current and all its linked databases.", "type": "object", diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/examples/RedisEnterpriseSkusList.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/examples/RedisEnterpriseSkusList.json deleted file mode 100644 index faeca7fab841..000000000000 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/examples/RedisEnterpriseSkusList.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "parameters": { - "api-version": "2023-10-01-preview", - "subscriptionId": "subid", - "location": "westus2" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E1" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E10" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E20" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E50" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "Enterprise_E100" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F300" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F700" - } - }, - { - "resourceType": "Microsoft.Cache/redisEnterprise", - "locationInfo": { - "location": "westus2", - "capabilities": [ - { - "name": "ZoneAware", - "value": true - }, - { - "name": "FDsAvailable", - "value": true - } - ] - }, - "skuDetails": { - "name": "EnterpriseFlash_F1500" - } - } - ] - } - } - } -} diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/redisenterprise.json index 8a5415107511..37a57f4ffec6 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/redisenterprise.json @@ -1268,48 +1268,6 @@ } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus": { - "get": { - "tags": [ - "SKU" - ], - "operationId": "Skus_List", - "description": "Gets information about skus in specified location for the given subscription id", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/LocationParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" - } - ], - "x-ms-examples": { - "SkusList": { - "$ref": "./examples/RedisEnterpriseSkusList.json" - } - }, - "responses": { - "200": { - "description": "The request succeeded, response body contains the requested details.", - "schema": { - "$ref": "#/definitions/RegionSkuDetails" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - }, "/subscriptions/{subscriptionId}/providers/Microsoft.Cache/checkNameAvailability": { "post": { "tags": [ @@ -1955,50 +1913,6 @@ } } }, - "RegionSkuDetails": { - "title": "Region Sku Details", - "description": "List of details about all the available SKUs", - "type": "object", - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RegionSkuDetail" - }, - "description": "List of Sku Detail", - "x-ms-identifiers": [] - } - } - }, - "LocationInfo": { - "type": "object", - "description": "Information about location (for example: features that it supports)", - "properties": { - "location": { - "type": "string", - "description": "Location name" - }, - "capabilities": { - "type": "array", - "items": { - "$ref": "#/definitions/Capability" - }, - "description": "List of capabilities", - "x-ms-identifiers": [] - } - } - }, - "SkuDetail": { - "type": "object", - "title": "Sku Detail", - "description": "Information about Sku", - "properties": { - "name": { - "$ref": "#/definitions/SkuName", - "description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)" - } - } - }, "SkuName": { "type": "string", "enum": [ @@ -2018,40 +1932,6 @@ "modelAsString": true } }, - "Capability": { - "type": "object", - "title": "Capability", - "description": "Information about the features the location supports", - "properties": { - "name": { - "type": "string", - "description": "Feature name" - }, - "value": { - "type": "boolean", - "description": "Indicates whether feature is supported or not" - } - } - }, - "RegionSkuDetail": { - "title": "Region Sku Detail", - "description": "Details about the location requested and the available skus in the location", - "type": "object", - "properties": { - "resourceType": { - "type": "string", - "description": "Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise" - }, - "locationInfo": { - "$ref": "#/definitions/LocationInfo", - "description": "Details about location and its capabilities" - }, - "skuDetails": { - "$ref": "#/definitions/SkuDetail", - "description": "Details about available skus" - } - } - }, "FlushParameters": { "title": "Flush all the keys from the current and all its linked databases.", "type": "object",