Skip to content

Commit 280bfc7

Browse files
sravanthupiliSravan Thupili
authored andcommitted
Sqlpoolcreatemodefix01 (Azure#16199)
* Added correct description for sqlpool createMode description * Added correct description for sqlpool createMode description * Added correct description for sqlpool createMode description * Modified createMode as Enum and modelAsString * prettier fix Co-authored-by: Sravan Thupili <[email protected]>
1 parent 138e976 commit 280bfc7

File tree

7 files changed

+77
-7
lines changed

7 files changed

+77
-7
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5290,7 +5290,17 @@
52905290
},
52915291
"createMode": {
52925292
"type": "string",
5293-
"description": "What is this?"
5293+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5294+
"enum": [
5295+
"Default",
5296+
"PointInTimeRestore",
5297+
"Recovery",
5298+
"Restore"
5299+
],
5300+
"x-ms-enum": {
5301+
"name": "createMode",
5302+
"modelAsString": true
5303+
}
52945304
},
52955305
"creationDate": {
52965306
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-04-01-preview/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,17 @@
53515351
},
53525352
"createMode": {
53535353
"type": "string",
5354-
"description": "What is this?"
5354+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5355+
"enum": [
5356+
"Default",
5357+
"PointInTimeRestore",
5358+
"Recovery",
5359+
"Restore"
5360+
],
5361+
"x-ms-enum": {
5362+
"name": "createMode",
5363+
"modelAsString": true
5364+
}
53555365
},
53565366
"creationDate": {
53575367
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,17 @@
53515351
},
53525352
"createMode": {
53535353
"type": "string",
5354-
"description": "What is this?"
5354+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5355+
"enum": [
5356+
"Default",
5357+
"PointInTimeRestore",
5358+
"Recovery",
5359+
"Restore"
5360+
],
5361+
"x-ms-enum": {
5362+
"name": "createMode",
5363+
"modelAsString": true
5364+
}
53555365
},
53565366
"creationDate": {
53575367
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/stable/2020-12-01/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5347,7 +5347,17 @@
53475347
},
53485348
"createMode": {
53495349
"type": "string",
5350-
"description": "What is this?"
5350+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5351+
"enum": [
5352+
"Default",
5353+
"PointInTimeRestore",
5354+
"Recovery",
5355+
"Restore"
5356+
],
5357+
"x-ms-enum": {
5358+
"name": "createMode",
5359+
"modelAsString": true
5360+
}
53515361
},
53525362
"creationDate": {
53535363
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-03-01/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,17 @@
53515351
},
53525352
"createMode": {
53535353
"type": "string",
5354-
"description": "What is this?"
5354+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5355+
"enum": [
5356+
"Default",
5357+
"PointInTimeRestore",
5358+
"Recovery",
5359+
"Restore"
5360+
],
5361+
"x-ms-enum": {
5362+
"name": "createMode",
5363+
"modelAsString": true
5364+
}
53555365
},
53565366
"creationDate": {
53575367
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-05-01/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,17 @@
53515351
},
53525352
"createMode": {
53535353
"type": "string",
5354-
"description": "What is this?"
5354+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5355+
"enum": [
5356+
"Default",
5357+
"PointInTimeRestore",
5358+
"Recovery",
5359+
"Restore"
5360+
],
5361+
"x-ms-enum": {
5362+
"name": "createMode",
5363+
"modelAsString": true
5364+
}
53555365
},
53565366
"creationDate": {
53575367
"type": "string",

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlPool.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,17 @@
53515351
},
53525352
"createMode": {
53535353
"type": "string",
5354-
"description": "What is this?"
5354+
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.",
5355+
"enum": [
5356+
"Default",
5357+
"PointInTimeRestore",
5358+
"Recovery",
5359+
"Restore"
5360+
],
5361+
"x-ms-enum": {
5362+
"name": "createMode",
5363+
"modelAsString": true
5364+
}
53555365
},
53565366
"creationDate": {
53575367
"type": "string",

0 commit comments

Comments
 (0)