-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added APIs for Kusto CRUD. * Added file to readme. * Fixes for checks. * Merge KQL script changes into artifacts.json. * Remove add file, since no longer part of diff. * Fixes for checks. * Remove non existing status code. * Added KQL script API with new version 2021-06-01-preview. * Added files to readme. removed managedPrivateEndpoints.json * Fixed refernce paths. * Remove unused example files. * Added missing paths. * Added reference to readme. * Remove duplicate operation. * Update specification/synapse/data-plane/readme.md Co-authored-by: Ravi Arora <[email protected]> Co-authored-by: Laurent Mazuel <[email protected]>
- Loading branch information
1 parent
c7616be
commit 4965f0f
Showing
108 changed files
with
28,789 additions
and
1 deletion.
There are no files selected for viewing
5,064 changes: 5,064 additions & 0 deletions
5,064
specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/artifacts.json
Large diffs are not rendered by default.
Oops, something went wrong.
123 changes: 123 additions & 0 deletions
123
...ication/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/bigDataPools.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"version": "2021-06-01-preview", | ||
"title": "ArtifactsClient" | ||
}, | ||
"x-ms-parameterized-host": { | ||
"hostTemplate": "{endpoint}", | ||
"useSchemePrefix": false, | ||
"parameters": [ | ||
{ | ||
"$ref": "#/parameters/Endpoint" | ||
} | ||
] | ||
}, | ||
"schemes": [ | ||
"https" | ||
], | ||
"consumes": [ | ||
"application/json" | ||
], | ||
"produces": [ | ||
"application/json" | ||
], | ||
"paths": { | ||
"/bigDataPools": { | ||
"get": { | ||
"tags": [ | ||
"BigDataPools" | ||
], | ||
"operationId": "BigDataPools_List", | ||
"description": "List Big Data Pools", | ||
"x-ms-examples": { | ||
"List Big Data Pools": { | ||
"$ref": "./examples/BigDataPools_List.json" | ||
} | ||
}, | ||
"parameters": [ | ||
{ | ||
"$ref": "#/parameters/ApiVersionParameter" | ||
} | ||
], | ||
"responses": { | ||
"200": { | ||
"description": "Success response.", | ||
"schema": { | ||
"$ref": "../../../../resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json#/definitions/BigDataPoolResourceInfoListResult" | ||
} | ||
}, | ||
"default": { | ||
"description": "Error response describing why the operation failed.", | ||
"schema": { | ||
"$ref": "../../../../resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json#/definitions/ErrorContract" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"/bigDataPools/{bigDataPoolName}": { | ||
"get": { | ||
"tags": [ | ||
"BigDataPools" | ||
], | ||
"operationId": "BigDataPools_Get", | ||
"description": "Get Big Data Pool", | ||
"x-ms-examples": { | ||
"Get Big Data Pool": { | ||
"$ref": "./examples/BigDataPools_Get.json" | ||
} | ||
}, | ||
"parameters": [ | ||
{ | ||
"$ref": "#/parameters/ApiVersionParameter" | ||
}, | ||
{ | ||
"$ref": "#/parameters/BigDataPoolNameParameter" | ||
} | ||
], | ||
"responses": { | ||
"200": { | ||
"description": "Success response.", | ||
"schema": { | ||
"$ref": "../../../../resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json#/definitions/BigDataPoolResourceInfo" | ||
} | ||
}, | ||
"default": { | ||
"description": "Error response describing why the operation failed.", | ||
"schema": { | ||
"$ref": "../../../../resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json#/definitions/ErrorContract" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"definitions": {}, | ||
"parameters": { | ||
"ApiVersionParameter": { | ||
"name": "api-version", | ||
"in": "query", | ||
"required": true, | ||
"type": "string", | ||
"description": "The Synapse client API Version." | ||
}, | ||
"Endpoint": { | ||
"name": "endpoint", | ||
"description": "The workspace development endpoint, for example https://myworkspace.dev.azuresynapse.net.", | ||
"required": true, | ||
"type": "string", | ||
"in": "path", | ||
"x-ms-skip-url-encoding": true, | ||
"x-ms-parameter-location": "client" | ||
}, | ||
"BigDataPoolNameParameter": { | ||
"name": "bigDataPoolName", | ||
"in": "path", | ||
"required": true, | ||
"type": "string", | ||
"description": "The Big Data Pool name", | ||
"x-ms-parameter-location": "method" | ||
} | ||
} | ||
} |
156 changes: 156 additions & 0 deletions
156
...synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/DataFlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "ArtifactsClient", | ||
"version": "2021-06-01-preview" | ||
}, | ||
"paths": {}, | ||
"definitions": { | ||
"DataFlow": { | ||
"description": "Azure Synapse nested object which contains a flow with data movements and transformations.", | ||
"type": "object", | ||
"discriminator": "type", | ||
"properties": { | ||
"type": { | ||
"type": "string", | ||
"description": "Type of data flow." | ||
}, | ||
"description": { | ||
"description": "The description of the data flow.", | ||
"type": "string" | ||
}, | ||
"annotations": { | ||
"description": "List of tags that can be used for describing the data flow.", | ||
"type": "array", | ||
"items": { | ||
"type": "object" | ||
} | ||
}, | ||
"folder": { | ||
"description": "The folder that this data flow is in. If not specified, Data flow will appear at the root level.", | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"description": "The name of the folder that this data flow is in.", | ||
"type": "string" | ||
} | ||
} | ||
} | ||
}, | ||
"required": [ | ||
"type" | ||
] | ||
}, | ||
"MappingDataFlow": { | ||
"x-ms-discriminator-value": "MappingDataFlow", | ||
"description": "Mapping data flow.", | ||
"type": "object", | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/DataFlow" | ||
} | ||
], | ||
"properties": { | ||
"typeProperties": { | ||
"description": "Mapping data flow type properties.", | ||
"x-ms-client-flatten": true, | ||
"$ref": "#/definitions/MappingDataFlowTypeProperties" | ||
} | ||
} | ||
}, | ||
"MappingDataFlowTypeProperties": { | ||
"description": "Mapping data flow type properties.", | ||
"type": "object", | ||
"properties": { | ||
"sources": { | ||
"type": "array", | ||
"description": "List of sources in data flow.", | ||
"items": { | ||
"$ref": "#/definitions/DataFlowSource" | ||
} | ||
}, | ||
"sinks": { | ||
"type": "array", | ||
"description": "List of sinks in data flow.", | ||
"items": { | ||
"$ref": "#/definitions/DataFlowSink" | ||
} | ||
}, | ||
"transformations": { | ||
"type": "array", | ||
"description": "List of transformations in data flow.", | ||
"items": { | ||
"$ref": "#/definitions/Transformation" | ||
} | ||
}, | ||
"script": { | ||
"type": "string", | ||
"description": "DataFlow script." | ||
} | ||
} | ||
}, | ||
"Transformation": { | ||
"description": "A data flow transformation.", | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"description": "Transformation name.", | ||
"type": "string" | ||
}, | ||
"description": { | ||
"description": "Transformation description.", | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"name" | ||
] | ||
}, | ||
"DataFlowSource": { | ||
"description": "Transformation for data flow source.", | ||
"type": "object", | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/Transformation" | ||
} | ||
], | ||
"properties": { | ||
"dataset": { | ||
"description": "Dataset reference.", | ||
"$ref": "../artifacts.json#/definitions/DatasetReference" | ||
}, | ||
"linkedService": { | ||
"description": "Linked service reference.", | ||
"$ref": "../artifacts.json#/definitions/LinkedServiceReference" | ||
}, | ||
"schemaLinkedService": { | ||
"description": "Schema linked service reference.", | ||
"$ref": "../artifacts.json#/definitions/LinkedServiceReference" | ||
} | ||
} | ||
}, | ||
"DataFlowSink": { | ||
"description": "Transformation for data flow sink.", | ||
"type": "object", | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/Transformation" | ||
} | ||
], | ||
"properties": { | ||
"dataset": { | ||
"description": "Dataset reference.", | ||
"$ref": "../artifacts.json#/definitions/DatasetReference" | ||
}, | ||
"linkedService": { | ||
"description": "Linked service reference.", | ||
"$ref": "../artifacts.json#/definitions/LinkedServiceReference" | ||
}, | ||
"schemaLinkedService": { | ||
"description": "Schema linked service reference.", | ||
"$ref": "../artifacts.json#/definitions/LinkedServiceReference" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.