From b7ac777eff2868aedae1c3ea4083dd53feae4d06 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 2 Oct 2020 22:45:38 +0000 Subject: [PATCH] Generated from 17c053479cbd0b616d81d3a0e86e98305b46e5b4 --- schemas/2019-06-01-preview/Microsoft.Sql.json | 2 +- schemas/2020-08-01-preview/Microsoft.Sql.json | 37 +++++++++++++------ 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/schemas/2019-06-01-preview/Microsoft.Sql.json b/schemas/2019-06-01-preview/Microsoft.Sql.json index 67bccb3a1d..b0429f3708 100644 --- a/schemas/2019-06-01-preview/Microsoft.Sql.json +++ b/schemas/2019-06-01-preview/Microsoft.Sql.json @@ -690,7 +690,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The storage account type used to store backups for this database. Currently the only supported option is GRS (GeoRedundantStorage)." + "description": "The storage account type used to store backups for this database." }, "zoneRedundant": { "oneOf": [ diff --git a/schemas/2020-08-01-preview/Microsoft.Sql.json b/schemas/2020-08-01-preview/Microsoft.Sql.json index c238044019..5a467fe979 100644 --- a/schemas/2020-08-01-preview/Microsoft.Sql.json +++ b/schemas/2020-08-01-preview/Microsoft.Sql.json @@ -15,7 +15,7 @@ }, "location": { "type": "string", - "description": "Resource location." + "description": "The geo-location where the resource lives" }, "name": { "type": "string", @@ -41,7 +41,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "An ARM Resource SKU." + "description": "The resource model definition representing SKU" }, "tags": { "oneOf": [ @@ -85,7 +85,7 @@ }, "location": { "type": "string", - "description": "Resource location." + "description": "The geo-location where the resource lives" }, "name": { "type": "string", @@ -111,7 +111,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "An ARM Resource SKU." + "description": "The resource model definition representing SKU" }, "tags": { "oneOf": [ @@ -238,7 +238,7 @@ }, "maintenanceConfigurationId": { "type": "string", - "description": "Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will be rolled out." + "description": "Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur." }, "maxSizeBytes": { "oneOf": [ @@ -412,7 +412,7 @@ }, "maintenanceConfigurationId": { "type": "string", - "description": "Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will be rolled out." + "description": "Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur." }, "maxSizeBytes": { "oneOf": [ @@ -462,7 +462,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Capacity of the particular SKU." + "description": "If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted." }, "family": { "type": "string", @@ -470,21 +470,34 @@ }, "name": { "type": "string", - "description": "The name of the SKU, typically, a letter + Number code, e.g. P3." + "description": "The name of the SKU. Ex - P3. It is typically a letter+number code" }, "size": { "type": "string", - "description": "Size of the particular SKU" + "description": "The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. " }, "tier": { - "type": "string", - "description": "The tier or edition of the particular SKU, e.g. Basic, Premium." + "oneOf": [ + { + "type": "string", + "enum": [ + "Free", + "Basic", + "Standard", + "Premium" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT." } }, "required": [ "name" ], - "description": "An ARM Resource SKU." + "description": "The resource model definition representing SKU" } } } \ No newline at end of file