-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
Library_Flush.json
30 lines (30 loc) · 1.12 KB
/
Library_Flush.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"parameters": {
"endpoint": "exampleWorkspace.dev.azuresynapse.net",
"libraryName": "exampleLibraryName.jar",
"api-version": "2021-06-01-preview"
},
"responses": {
"200": {},
"202": {
"headers": {
"Date": "Fri, 23 Oct 2020 08:28:16 GMT",
"X-Content-Type-Options": "nosniff",
"x-ms-ratelimit-remaining-subscription-writes": "1192",
"x-ms-request-id": "e4c589b7-a9fe-4c28-981c-3855ec27d264",
"x-ms-correlation-request-id": "e4c589b7-a9fe-4c28-981c-3855ec27d264"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspaceName/libraries/exampleLibraryName.jar",
"recordId": 1234,
"state": "Creating",
"created": "2020-10-23T07:59:29.1573546+00:00",
"changed": "2020-10-23T07:59:29.1573546+00:00",
"type": "LibraryArtifact",
"name": "exampleLibraryName.jar",
"operationId": "1500474f-0000-0200-0000-5cbe090d0000",
"artifactId": "2222222e-222d-222f-2222-22a2f222d2f2"
}
}
}
}