Skip to content

Commit

Permalink
[Synapse] Modify kusto pool related operation id to make it clearer (#…
Browse files Browse the repository at this point in the history
…15816)

* modify operation id

* modify database config operation id

* modify operation id

* modify operation id
  • Loading branch information
wonner authored Sep 3, 2021
1 parent af71f30 commit 31a7b11
Showing 1 changed file with 25 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
"AttachedDatabaseConfigurations"
],
"description": "Returns the list of attached database configurations of the given Kusto Pool.",
"operationId": "AttachedDatabaseConfigurations_ListByKustoPool",
"operationId": "KustoPoolAttachedDatabaseConfigurations_ListByKustoPool",
"x-ms-examples": {
"KustoPoolAttachedDatabaseConfigurationsListByKustoPool": {
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsListByKustoPool.json"
Expand Down Expand Up @@ -925,7 +925,7 @@
"AttachedDatabaseConfigurations"
],
"description": "Returns an attached database configuration.",
"operationId": "AttachedDatabaseConfigurations_Get",
"operationId": "KustoPoolAttachedDatabaseConfigurations_Get",
"x-ms-examples": {
"KustoPoolAttachedDatabaseConfigurationsGet": {
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsGet.json"
Expand Down Expand Up @@ -971,7 +971,7 @@
"AttachedDatabaseConfigurations"
],
"description": "Creates or updates an attached database configuration.",
"operationId": "AttachedDatabaseConfigurations_CreateOrUpdate",
"operationId": "KustoPoolAttachedDatabaseConfigurations_CreateOrUpdate",
"x-ms-examples": {
"KustoPoolAttachedDatabaseConfigurationsCreateOrUpdate": {
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsCreateOrUpdate.json"
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"AttachedDatabaseConfigurations"
],
"description": "Deletes the attached database configuration with the given name.",
"operationId": "AttachedDatabaseConfigurations_Delete",
"operationId": "KustoPoolAttachedDatabaseConfigurations_Delete",
"x-ms-examples": {
"KustoPoolAttachedDatabaseConfigurationsDelete": {
"$ref": "./examples/KustoPoolAttachedDatabaseConfigurationsDelete.json"
Expand Down Expand Up @@ -1091,7 +1091,7 @@
"Databases"
],
"description": "Returns the list of databases of the given Kusto pool.",
"operationId": "Databases_ListByKustoPool",
"operationId": "KustoPoolDatabases_ListByKustoPool",
"x-ms-examples": {
"KustoDatabasesListByKustoPool": {
"$ref": "./examples/KustoDatabasesListByKustoPool.json"
Expand Down Expand Up @@ -1139,7 +1139,7 @@
"Databases"
],
"description": "Returns a database.",
"operationId": "Databases_Get",
"operationId": "KustoPoolDatabases_Get",
"x-ms-examples": {
"KustoPoolDatabasesGet": {
"$ref": "./examples/KustoPoolDatabasesGet.json"
Expand Down Expand Up @@ -1185,7 +1185,7 @@
"Databases"
],
"description": "Creates or updates a database.",
"operationId": "Databases_CreateOrUpdate",
"operationId": "KustoPoolDatabases_CreateOrUpdate",
"x-ms-examples": {
"KustoPoolDatabasesCreateOrUpdate": {
"$ref": "./examples/KustoPoolDatabasesCreateOrUpdate.json"
Expand Down Expand Up @@ -1247,7 +1247,7 @@
"Databases"
],
"description": "Updates a database.",
"operationId": "Databases_Update",
"operationId": "KustoPoolDatabases_Update",
"x-ms-examples": {
"KustoPoolDatabasesUpdate": {
"$ref": "./examples/KustoPoolDatabasesUpdate.json"
Expand Down Expand Up @@ -1309,7 +1309,7 @@
"Databases"
],
"description": "Deletes the database with the given name.",
"operationId": "Databases_Delete",
"operationId": "KustoPoolDatabases_Delete",
"x-ms-examples": {
"KustoPoolDatabasesDelete": {
"$ref": "./examples/KustoPoolDatabasesDelete.json"
Expand Down Expand Up @@ -1360,7 +1360,7 @@
"tags": [
"DataConnections"
],
"operationId": "DataConnections_CheckNameAvailability",
"operationId": "KustoPoolDataConnections_CheckNameAvailability",
"x-ms-examples": {
"KustoPoolDataConnectionsCheckNameAvailability": {
"$ref": "./examples/KustoPoolDataConnectionsCheckNameAvailability.json"
Expand Down Expand Up @@ -1417,7 +1417,7 @@
"tags": [
"DataConnections"
],
"operationId": "DataConnections_dataConnectionValidation",
"operationId": "KustoPoolDataConnections_dataConnectionValidation",
"x-ms-examples": {
"KustoPoolDataConnectionValidation": {
"$ref": "./examples/KustoPoolDataConnectionValidation.json"
Expand Down Expand Up @@ -1482,7 +1482,7 @@
"DataConnections"
],
"description": "Returns the list of data connections of the given Kusto pool database.",
"operationId": "DataConnections_ListByDatabase",
"operationId": "KustoPoolDataConnections_ListByDatabase",
"x-ms-examples": {
"KustoPoolDataConnectionsListByDatabase": {
"$ref": "./examples/KustoPoolDataConnectionsListByDatabase.json"
Expand Down Expand Up @@ -1533,7 +1533,7 @@
"DataConnections"
],
"description": "Returns a data connection.",
"operationId": "DataConnections_Get",
"operationId": "KustoPoolDataConnections_Get",
"x-ms-examples": {
"KustoPoolDataConnectionsGet": {
"$ref": "./examples/KustoPoolDataConnectionsGet.json"
Expand Down Expand Up @@ -1582,7 +1582,7 @@
"DataConnections"
],
"description": "Creates or updates a data connection.",
"operationId": "DataConnections_CreateOrUpdate",
"operationId": "KustoPoolDataConnections_CreateOrUpdate",
"x-ms-examples": {
"KustoPoolDataConnectionsCreateOrUpdate.json": {
"$ref": "./examples/KustoPoolDataConnectionsCreateOrUpdate.json"
Expand Down Expand Up @@ -1647,7 +1647,7 @@
"DataConnections"
],
"description": "Updates a data connection.",
"operationId": "DataConnections_Update",
"operationId": "KustoPoolDataConnections_Update",
"x-ms-examples": {
"KustoPoolDataConnectionsUpdate": {
"$ref": "./examples/KustoPoolDataConnectionsUpdate.json"
Expand Down Expand Up @@ -1712,7 +1712,7 @@
"DataConnections"
],
"description": "Deletes the data connection with the given name.",
"operationId": "DataConnections_Delete",
"operationId": "KustoPoolDataConnections_Delete",
"x-ms-examples": {
"KustoPoolDataConnectionsDelete": {
"$ref": "./examples/KustoPoolDataConnectionsDelete.json"
Expand Down Expand Up @@ -2028,7 +2028,7 @@
"tags": [
"DatabasePrincipalAssignments"
],
"operationId": "DatabasePrincipalAssignments_CheckNameAvailability",
"operationId": "KustoPoolDatabasePrincipalAssignments_CheckNameAvailability",
"x-ms-examples": {
"KustoPoolDatabasePrincipalAssignmentsCheckNameAvailability": {
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsCheckNameAvailability.json"
Expand Down Expand Up @@ -2085,7 +2085,7 @@
"tags": [
"DatabasePrincipalAssignments"
],
"operationId": "DatabasePrincipalAssignments_List",
"operationId": "KustoPoolDatabasePrincipalAssignments_List",
"x-ms-examples": {
"KustoPoolDatabasePrincipalAssignmentsList": {
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsList.json"
Expand Down Expand Up @@ -2136,7 +2136,7 @@
"tags": [
"DatabasePrincipalAssignments"
],
"operationId": "DatabasePrincipalAssignments_Get",
"operationId": "KustoPoolDatabasePrincipalAssignments_Get",
"x-ms-examples": {
"KustoPoolDatabasePrincipalAssignmentsGet": {
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsGet.json"
Expand Down Expand Up @@ -2185,7 +2185,7 @@
"tags": [
"DatabasePrincipalAssignments"
],
"operationId": "DatabasePrincipalAssignments_CreateOrUpdate",
"operationId": "KustoPoolDatabasePrincipalAssignments_CreateOrUpdate",
"x-ms-examples": {
"KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate": {
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate.json"
Expand Down Expand Up @@ -2250,7 +2250,7 @@
"tags": [
"DatabasePrincipalAssignments"
],
"operationId": "DatabasePrincipalAssignments_Delete",
"operationId": "KustoPoolDatabasePrincipalAssignments_Delete",
"x-ms-examples": {
"KustoPoolDatabasePrincipalAssignmentsDelete": {
"$ref": "./examples/KustoPoolDatabasePrincipalAssignmentsDelete.json"
Expand Down Expand Up @@ -2773,7 +2773,8 @@
},
"clusterResourceId": {
"type": "string",
"description": "The resource id of the kusto pool where the databases you would like to attach reside."
"description": "The resource id of the kusto pool where the databases you would like to attach reside.",
"x-ms-client-name": "kustoPoolResourceId"
},
"attachedDatabaseNames": {
"type": "array",
Expand Down Expand Up @@ -3353,7 +3354,8 @@
"properties": {
"clusterResourceId": {
"type": "string",
"description": "Resource id of the cluster that follows a database owned by this cluster."
"description": "Resource id of the cluster that follows a database owned by this cluster.",
"x-ms-client-name": "kustoPoolResourceId"
},
"attachedDatabaseConfigurationName": {
"type": "string",
Expand Down

0 comments on commit 31a7b11

Please sign in to comment.