Skip to content

Commit 31a7b11

Browse files
authored
[Synapse] Modify kusto pool related operation id to make it clearer (#15816)
* modify operation id * modify database config operation id * modify operation id * modify operation id
1 parent af71f30 commit 31a7b11

File tree

1 file changed

+25
-23
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview

1 file changed

+25
-23
lines changed

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

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@
877877
"AttachedDatabaseConfigurations"
878878
],
879879
"description": "Returns the list of attached database configurations of the given Kusto Pool.",
880-
"operationId": "AttachedDatabaseConfigurations_ListByKustoPool",
880+
"operationId": "KustoPoolAttachedDatabaseConfigurations_ListByKustoPool",
881881
"x-ms-examples": {
882882
"KustoPoolAttachedDatabaseConfigurationsListByKustoPool": {
883883
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsListByKustoPool.json"
@@ -925,7 +925,7 @@
925925
"AttachedDatabaseConfigurations"
926926
],
927927
"description": "Returns an attached database configuration.",
928-
"operationId": "AttachedDatabaseConfigurations_Get",
928+
"operationId": "KustoPoolAttachedDatabaseConfigurations_Get",
929929
"x-ms-examples": {
930930
"KustoPoolAttachedDatabaseConfigurationsGet": {
931931
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsGet.json"
@@ -971,7 +971,7 @@
971971
"AttachedDatabaseConfigurations"
972972
],
973973
"description": "Creates or updates an attached database configuration.",
974-
"operationId": "AttachedDatabaseConfigurations_CreateOrUpdate",
974+
"operationId": "KustoPoolAttachedDatabaseConfigurations_CreateOrUpdate",
975975
"x-ms-examples": {
976976
"KustoPoolAttachedDatabaseConfigurationsCreateOrUpdate": {
977977
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsCreateOrUpdate.json"
@@ -1039,7 +1039,7 @@
10391039
"AttachedDatabaseConfigurations"
10401040
],
10411041
"description": "Deletes the attached database configuration with the given name.",
1042-
"operationId": "AttachedDatabaseConfigurations_Delete",
1042+
"operationId": "KustoPoolAttachedDatabaseConfigurations_Delete",
10431043
"x-ms-examples": {
10441044
"KustoPoolAttachedDatabaseConfigurationsDelete": {
10451045
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsDelete.json"
@@ -1091,7 +1091,7 @@
10911091
"Databases"
10921092
],
10931093
"description": "Returns the list of databases of the given Kusto pool.",
1094-
"operationId": "Databases_ListByKustoPool",
1094+
"operationId": "KustoPoolDatabases_ListByKustoPool",
10951095
"x-ms-examples": {
10961096
"KustoDatabasesListByKustoPool": {
10971097
"$ref": "./examples/KustoDatabasesListByKustoPool.json"
@@ -1139,7 +1139,7 @@
11391139
"Databases"
11401140
],
11411141
"description": "Returns a database.",
1142-
"operationId": "Databases_Get",
1142+
"operationId": "KustoPoolDatabases_Get",
11431143
"x-ms-examples": {
11441144
"KustoPoolDatabasesGet": {
11451145
"$ref": "./examples/KustoPoolDatabasesGet.json"
@@ -1185,7 +1185,7 @@
11851185
"Databases"
11861186
],
11871187
"description": "Creates or updates a database.",
1188-
"operationId": "Databases_CreateOrUpdate",
1188+
"operationId": "KustoPoolDatabases_CreateOrUpdate",
11891189
"x-ms-examples": {
11901190
"KustoPoolDatabasesCreateOrUpdate": {
11911191
"$ref": "./examples/KustoPoolDatabasesCreateOrUpdate.json"
@@ -1247,7 +1247,7 @@
12471247
"Databases"
12481248
],
12491249
"description": "Updates a database.",
1250-
"operationId": "Databases_Update",
1250+
"operationId": "KustoPoolDatabases_Update",
12511251
"x-ms-examples": {
12521252
"KustoPoolDatabasesUpdate": {
12531253
"$ref": "./examples/KustoPoolDatabasesUpdate.json"
@@ -1309,7 +1309,7 @@
13091309
"Databases"
13101310
],
13111311
"description": "Deletes the database with the given name.",
1312-
"operationId": "Databases_Delete",
1312+
"operationId": "KustoPoolDatabases_Delete",
13131313
"x-ms-examples": {
13141314
"KustoPoolDatabasesDelete": {
13151315
"$ref": "./examples/KustoPoolDatabasesDelete.json"
@@ -1360,7 +1360,7 @@
13601360
"tags": [
13611361
"DataConnections"
13621362
],
1363-
"operationId": "DataConnections_CheckNameAvailability",
1363+
"operationId": "KustoPoolDataConnections_CheckNameAvailability",
13641364
"x-ms-examples": {
13651365
"KustoPoolDataConnectionsCheckNameAvailability": {
13661366
"$ref": "./examples/KustoPoolDataConnectionsCheckNameAvailability.json"
@@ -1417,7 +1417,7 @@
14171417
"tags": [
14181418
"DataConnections"
14191419
],
1420-
"operationId": "DataConnections_dataConnectionValidation",
1420+
"operationId": "KustoPoolDataConnections_dataConnectionValidation",
14211421
"x-ms-examples": {
14221422
"KustoPoolDataConnectionValidation": {
14231423
"$ref": "./examples/KustoPoolDataConnectionValidation.json"
@@ -1482,7 +1482,7 @@
14821482
"DataConnections"
14831483
],
14841484
"description": "Returns the list of data connections of the given Kusto pool database.",
1485-
"operationId": "DataConnections_ListByDatabase",
1485+
"operationId": "KustoPoolDataConnections_ListByDatabase",
14861486
"x-ms-examples": {
14871487
"KustoPoolDataConnectionsListByDatabase": {
14881488
"$ref": "./examples/KustoPoolDataConnectionsListByDatabase.json"
@@ -1533,7 +1533,7 @@
15331533
"DataConnections"
15341534
],
15351535
"description": "Returns a data connection.",
1536-
"operationId": "DataConnections_Get",
1536+
"operationId": "KustoPoolDataConnections_Get",
15371537
"x-ms-examples": {
15381538
"KustoPoolDataConnectionsGet": {
15391539
"$ref": "./examples/KustoPoolDataConnectionsGet.json"
@@ -1582,7 +1582,7 @@
15821582
"DataConnections"
15831583
],
15841584
"description": "Creates or updates a data connection.",
1585-
"operationId": "DataConnections_CreateOrUpdate",
1585+
"operationId": "KustoPoolDataConnections_CreateOrUpdate",
15861586
"x-ms-examples": {
15871587
"KustoPoolDataConnectionsCreateOrUpdate.json": {
15881588
"$ref": "./examples/KustoPoolDataConnectionsCreateOrUpdate.json"
@@ -1647,7 +1647,7 @@
16471647
"DataConnections"
16481648
],
16491649
"description": "Updates a data connection.",
1650-
"operationId": "DataConnections_Update",
1650+
"operationId": "KustoPoolDataConnections_Update",
16511651
"x-ms-examples": {
16521652
"KustoPoolDataConnectionsUpdate": {
16531653
"$ref": "./examples/KustoPoolDataConnectionsUpdate.json"
@@ -1712,7 +1712,7 @@
17121712
"DataConnections"
17131713
],
17141714
"description": "Deletes the data connection with the given name.",
1715-
"operationId": "DataConnections_Delete",
1715+
"operationId": "KustoPoolDataConnections_Delete",
17161716
"x-ms-examples": {
17171717
"KustoPoolDataConnectionsDelete": {
17181718
"$ref": "./examples/KustoPoolDataConnectionsDelete.json"
@@ -2028,7 +2028,7 @@
20282028
"tags": [
20292029
"DatabasePrincipalAssignments"
20302030
],
2031-
"operationId": "DatabasePrincipalAssignments_CheckNameAvailability",
2031+
"operationId": "KustoPoolDatabasePrincipalAssignments_CheckNameAvailability",
20322032
"x-ms-examples": {
20332033
"KustoPoolDatabasePrincipalAssignmentsCheckNameAvailability": {
20342034
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsCheckNameAvailability.json"
@@ -2085,7 +2085,7 @@
20852085
"tags": [
20862086
"DatabasePrincipalAssignments"
20872087
],
2088-
"operationId": "DatabasePrincipalAssignments_List",
2088+
"operationId": "KustoPoolDatabasePrincipalAssignments_List",
20892089
"x-ms-examples": {
20902090
"KustoPoolDatabasePrincipalAssignmentsList": {
20912091
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsList.json"
@@ -2136,7 +2136,7 @@
21362136
"tags": [
21372137
"DatabasePrincipalAssignments"
21382138
],
2139-
"operationId": "DatabasePrincipalAssignments_Get",
2139+
"operationId": "KustoPoolDatabasePrincipalAssignments_Get",
21402140
"x-ms-examples": {
21412141
"KustoPoolDatabasePrincipalAssignmentsGet": {
21422142
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsGet.json"
@@ -2185,7 +2185,7 @@
21852185
"tags": [
21862186
"DatabasePrincipalAssignments"
21872187
],
2188-
"operationId": "DatabasePrincipalAssignments_CreateOrUpdate",
2188+
"operationId": "KustoPoolDatabasePrincipalAssignments_CreateOrUpdate",
21892189
"x-ms-examples": {
21902190
"KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate": {
21912191
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate.json"
@@ -2250,7 +2250,7 @@
22502250
"tags": [
22512251
"DatabasePrincipalAssignments"
22522252
],
2253-
"operationId": "DatabasePrincipalAssignments_Delete",
2253+
"operationId": "KustoPoolDatabasePrincipalAssignments_Delete",
22542254
"x-ms-examples": {
22552255
"KustoPoolDatabasePrincipalAssignmentsDelete": {
22562256
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsDelete.json"
@@ -2773,7 +2773,8 @@
27732773
},
27742774
"clusterResourceId": {
27752775
"type": "string",
2776-
"description": "The resource id of the kusto pool where the databases you would like to attach reside."
2776+
"description": "The resource id of the kusto pool where the databases you would like to attach reside.",
2777+
"x-ms-client-name": "kustoPoolResourceId"
27772778
},
27782779
"attachedDatabaseNames": {
27792780
"type": "array",
@@ -3353,7 +3354,8 @@
33533354
"properties": {
33543355
"clusterResourceId": {
33553356
"type": "string",
3356-
"description": "Resource id of the cluster that follows a database owned by this cluster."
3357+
"description": "Resource id of the cluster that follows a database owned by this cluster.",
3358+
"x-ms-client-name": "kustoPoolResourceId"
33573359
},
33583360
"attachedDatabaseConfigurationName": {
33593361
"type": "string",

0 commit comments

Comments
 (0)