diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CreateVCoreDatabase.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CreateVCoreDatabase.json index 6a8beff16fb9..1fb0dacdba73 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CreateVCoreDatabase.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CreateVCoreDatabase.json @@ -8,8 +8,8 @@ "parameters": { "location": "southeastasia", "sku": { - "name": "IO_Gen4_2", - "tier": "IOOptimized", + "name": "BC_Gen4_2", + "tier": "BusinessCritical", "capacity": 2 }, "properties": { @@ -24,8 +24,8 @@ "200": { "body": { "sku": { - "name": "IO_Gen4_2", - "tier": "IOOptimized", + "name": "BC_Gen4_2", + "tier": "BusinessCritical", "capacity": 2 }, "kind": "v12.0,user", @@ -35,7 +35,7 @@ "status": "Online", "databaseId": "6c764297-577b-470f-9af4-96d3d41e2ba3", "creationDate": "2017-06-07T04:41:33.937Z", - "currentServiceObjectiveName": "IO_Gen4_2", + "currentServiceObjectiveName": "BC_Gen4_2", "defaultSecondaryLocation": "North Europe", "catalogCollation": "SQL_Latin1_General_CP1_CI_AS", "licenseType": "LicenseIncluded", @@ -50,8 +50,8 @@ "201": { "body": { "sku": { - "name": "IO_Gen4_2", - "tier": "IOOptimized", + "name": "BC_Gen4_2", + "tier": "BusinessCritical", "capacity": 2 }, "kind": "v12.0,user", @@ -61,7 +61,7 @@ "status": "Online", "databaseId": "6c764297-577b-470f-9af4-96d3d41e2ba3", "creationDate": "2017-06-07T04:41:33.937Z", - "currentServiceObjectiveName": "IO_Gen4_2", + "currentServiceObjectiveName": "BC_Gen4_2", "defaultSecondaryLocation": "North Europe", "catalogCollation": "SQL_Latin1_General_CP1_CI_AS", "licenseType": "LicenseIncluded", diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/GetVCoreDatabase.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/GetVCoreDatabase.json index 3e80a92f1457..c035868d1692 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/GetVCoreDatabase.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/GetVCoreDatabase.json @@ -10,8 +10,8 @@ "200": { "body": { "sku": { - "name": "IO_Gen4_2", - "tier": "IOOptimized", + "name": "BC_Gen4_2", + "tier": "BusinessCritical", "capacity": 2 }, "kind": "v12.0,user", @@ -21,7 +21,7 @@ "status": "Online", "databaseId": "6c764297-577b-470f-9af4-96d3d41e2ba3", "creationDate": "2017-06-07T04:41:33.937Z", - "currentServiceObjectiveName": "IO_Gen4_2", + "currentServiceObjectiveName": "BC_Gen4_2", "defaultSecondaryLocation": "North Europe", "catalogCollation": "SQL_Latin1_General_CP1_CI_AS", "licenseType": "LicenseIncluded", diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ListVCoreDatabasesByServer.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ListVCoreDatabasesByServer.json index 3852f2b438b2..08a5b0da6854 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ListVCoreDatabasesByServer.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ListVCoreDatabasesByServer.json @@ -11,18 +11,18 @@ "value": [ { "sku": { - "name": "IO_Gen4_2", - "tier": "IOOptimized", + "name": "BC_Gen4_2", + "tier": "BusinessCritical", "capacity": 2 }, - "kind": "v12.0,user", + "kind": "v12.0,user,vcore", "properties": { "collation": "SQL_Latin1_General_CP1_CI_AS", "maxSizeBytes": 268435456000, "status": "Online", "databaseId": "6c764297-577b-470f-9af4-96d3d41e2ba3", "creationDate": "2017-06-07T04:41:33.937Z", - "currentServiceObjectiveName": "IO_Gen4_2", + "currentServiceObjectiveName": "BC_Gen4_2", "defaultSecondaryLocation": "North Europe", "catalogCollation": "SQL_Latin1_General_CP1_CI_AS", "licenseType": "LicenseIncluded", diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/PatchVCoreDatabase.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/PatchVCoreDatabase.json index 40ab6f3b7d71..b0b211816a51 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/PatchVCoreDatabase.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/PatchVCoreDatabase.json @@ -7,7 +7,7 @@ "api-version": "2017-03-01-preview", "parameters": { "sku": { - "name": "IO_Gen4_4" + "name": "BC_Gen4_4" }, "properties": { "maxSizeBytes": 1073741824, @@ -19,18 +19,18 @@ "200": { "body": { "sku": { - "name": "IO_Gen4_4", - "tier": "IOOptimized", + "name": "BC_Gen4_4", + "tier": "BusinessCritical", "capacity": 4 }, - "kind": "v12.0,user", + "kind": "v12.0,user,vcore", "properties": { "collation": "SQL_Latin1_General_CP1_CI_AS", "maxSizeBytes": 1073741824, "status": "Online", "databaseId": "6c764297-577b-470f-9af4-96d3d41e2ba3", "creationDate": "2017-06-07T04:41:33.937Z", - "currentServiceObjectiveName": "IO_Gen4_4", + "currentServiceObjectiveName": "BC_Gen4_4", "defaultSecondaryLocation": "North Europe", "catalogCollation": "SQL_Latin1_General_CP1_CI_AS", "licenseType": "LicenseIncluded",