Skip to content

Commit abc4477

Browse files
amoghnatuAmogh Natu
andauthored
Fixed some more Swagger issues (#11713)
Co-authored-by: Amogh Natu <[email protected]>
1 parent c06ad5d commit abc4477

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,14 @@
416416
"type": "boolean",
417417
"description": "Whether compute isolation is required or not."
418418
},
419+
"haveLibraryRequirementsChanged": {
420+
"type": "boolean",
421+
"description": "Whether library requirements changed."
422+
},
423+
"sessionLevelPackagesEnabled": {
424+
"type": "boolean",
425+
"description": "Whether session level packages enabled."
426+
},
419427
"sparkEventsFolder": {
420428
"type": "string",
421429
"description": "The Spark events folder"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525
}
2626
}
27-
}
27+
},
28+
"201": {}
2829
}
2930
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"creationDate": "1970-01-01T00:00:00.000Z"
4949
}
5050
}
51-
}
51+
},
52+
"202": {}
5253
}
5354
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
},
121121
"description": "OK"
122122
},
123+
"202": {
124+
"description": "Accepted"
125+
},
123126
"default": {
124127
"schema": {
125128
"$ref": "../../../../common/v1/types.json#/definitions/ErrorContract"
@@ -4918,8 +4921,7 @@
49184921
},
49194922
"restorePointInTime": {
49204923
"type": "string",
4921-
"description": "Snapshot time to restore",
4922-
"format": "date-time"
4924+
"description": "Snapshot time to restore"
49234925
},
49244926
"createMode": {
49254927
"type": "string",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,9 @@
753753
},
754754
"description": "OK"
755755
},
756+
"201": {
757+
"description": "Created"
758+
},
756759
"default": {
757760
"schema": {
758761
"$ref": "../../../../common/v1/types.json#/definitions/ErrorContract"

0 commit comments

Comments
 (0)