Skip to content

Commit

Permalink
Described props unsupported by SQL DW (Azure#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmoo authored and vishrutshah committed Mar 2, 2017
1 parent dc4216e commit 2a9691a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arm-sql/2014-04-01/swagger/sql.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@
},
"createMode": {
"type": "string",
"description": "Specifies the type of database to create. If createMode is not set to Default, sourceDatabaseId must be specified. If createMode is set to PointInTimeRestore, then restorePointInTime must be specified. If createMode is set to Restore, then sourceDatabaseDeletionDate must be specified.",
"description": "Specifies the type of database to create. If createMode is not set to Default, sourceDatabaseId must be specified. If createMode is set to PointInTimeRestore, then restorePointInTime must be specified. If createMode is set to Restore, then sourceDatabaseDeletionDate must be specified. Copy, NonReadableSecondary, and OnlineSecondary are not supported for DataWarehouse edition.",
"enum": [
"Copy",
"Default",
Expand Down Expand Up @@ -2422,7 +2422,7 @@
},
"elasticPoolName": {
"type": "string",
"description": "The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored."
"description": "The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition."
},
"defaultSecondaryLocation": {
"readOnly": true,
Expand Down Expand Up @@ -2473,7 +2473,7 @@
"Enabled",
"Disabled"
],
"description": "Conditional. If the database is a geo-secondary, readScale indicates whether read-only connections are allowed to this database or not.",
"description": "Conditional. If the database is a geo-secondary, readScale indicates whether read-only connections are allowed to this database or not. Not supported for DataWarehouse edition.",
"x-ms-enum": {
"name": "ReadScale"
}
Expand All @@ -2483,7 +2483,7 @@
"enum": [
"AdventureWorksLT"
],
"description": "Indicates the name of the sample schema to apply when creating this database. If createMode is not Default, this value is ignored.",
"description": "Indicates the name of the sample schema to apply when creating this database. If createMode is not Default, this value is ignored. Not supported for DataWarehouse edition.",
"x-ms-enum": {
"modelAsString": true,
"name": "SampleName"
Expand Down

0 comments on commit 2a9691a

Please sign in to comment.