Skip to content

Commit

Permalink
[Synapse] - Update operation id for rename API (#11517)
Browse files Browse the repository at this point in the history
* [Synapse] - Update operation id for rename API

* Update operation id

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
  • Loading branch information
idear1203 and Dongwei Wang authored Nov 11, 2020
1 parent 39b37ea commit cda2c36
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"tags": [
"linkedServices"
],
"operationId": "LinkedServices_Rename",
"operationId": "LinkedService_RenameLinkedService",
"x-ms-examples": {
"LinkedServices_Rename": {
"$ref": "./examples/LinkedServices_Rename.json"
Expand Down Expand Up @@ -431,7 +431,7 @@
"tags": [
"datasets"
],
"operationId": "Datasets_Rename",
"operationId": "Dataset_RenameDataset",
"x-ms-examples": {
"Datasets_Rename": {
"$ref": "./examples/Datasets_Rename.json"
Expand Down Expand Up @@ -654,7 +654,7 @@
"tags": [
"pipelines"
],
"operationId": "Pipelines_Rename",
"operationId": "Pipeline_RenamePipeline",
"x-ms-examples": {
"Pipelines_Rename": {
"$ref": "./examples/Pipelines_Rename.json"
Expand Down Expand Up @@ -1548,7 +1548,7 @@
"tags": [
"dataflows"
],
"operationId": "DataFlows_Rename",
"operationId": "DataFlow_RenameDataFlow",
"x-ms-examples": {
"DataFlows_Rename": {
"$ref": "./examples/DataFlows_Rename.json"
Expand Down Expand Up @@ -2020,7 +2020,7 @@
"tags": [
"sqlScripts"
],
"operationId": "SqlScripts_Rename",
"operationId": "SqlScript_RenameSqlScript",
"x-ms-examples": {
"SqlScripts_Rename": {
"$ref": "./examples/SqlScripts_Rename.json"
Expand Down Expand Up @@ -2281,7 +2281,7 @@
"tags": [
"sparkJobDefinitions"
],
"operationId": "SparkJobDefinitions_Rename",
"operationId": "SparkJobDefinition_RenameSparkJobDefinition",
"x-ms-examples": {
"SparkJobDefinitions_Rename": {
"$ref": "./examples/SparkJobDefinitions_Rename.json"
Expand Down Expand Up @@ -2592,7 +2592,7 @@
"tags": [
"notebooks"
],
"operationId": "Notebooks_Rename",
"operationId": "Notebook_RenameNotebook",
"x-ms-examples": {
"Notebooks_Rename": {
"$ref": "./examples/Notebooks_Rename.json"
Expand Down

0 comments on commit cda2c36

Please sign in to comment.