Skip to content

Commit 3bae02c

Browse files
amitelranAmit Elran
andauthored
KustoPool PATCH: Change async response from 201 to 202 according to ARM RPC (#15410)
* Change PATCH async response from 201 to 202 according to ARM RPC * Add schema Co-authored-by: Amit Elran <[email protected]>
1 parent ee5b85a commit 3bae02c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
}
3232
},
33-
"201": {
33+
"202": {
3434
"body": {
3535
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Synapse/workspaces/synapseWorkspaceName/kustopools/KustoClusterRPTest4/Databases/KustoDatabase8/DataConnections/DataConnections8",
3636
"name": "KustoClusterRPTest4/KustoDatabase8/DataConnections8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
}
2929
},
30-
"201": {
30+
"202": {
3131
"body": {
3232
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Synapse/workspaces/synapseWorkspaceName/kustopools/KustoClusterRPTest4/Databases/KustoDatabase8",
3333
"name": "KustoClusterRPTest4/KustoDatabase8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"etag": "abcd"
3939
}
4040
},
41-
"201": {
41+
"202": {
4242
"body": {
4343
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Synapse/workspaces/synapseWorkspaceName/kustopools/KustoClusterRPTest4",
4444
"name": "KustoClusterRPTest4",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@
350350
"$ref": "#/definitions/KustoPool"
351351
}
352352
},
353-
"201": {
354-
"description": "Created",
353+
"202": {
354+
"description": "Accepted the Kusto Pool creation request.",
355355
"schema": {
356356
"$ref": "#/definitions/KustoPool"
357357
}
@@ -1289,8 +1289,8 @@
12891289
"$ref": "#/definitions/Database"
12901290
}
12911291
},
1292-
"201": {
1293-
"description": "Successfully updated the database.",
1292+
"202": {
1293+
"description": "Accepted the database update request.",
12941294
"schema": {
12951295
"$ref": "#/definitions/Database"
12961296
}
@@ -1692,8 +1692,8 @@
16921692
"$ref": "#/definitions/DataConnection"
16931693
}
16941694
},
1695-
"201": {
1696-
"description": "Successfully updated the data connection.",
1695+
"202": {
1696+
"description": "Accepted the data connection update request.",
16971697
"schema": {
16981698
"$ref": "#/definitions/DataConnection"
16991699
}

0 commit comments

Comments
 (0)