Skip to content

Commit 314a9ec

Browse files
authored
Fix Semantic Model validation error (#21102)
1 parent 0b8bad5 commit 314a9ec

File tree

7 files changed

+31
-7
lines changed

7 files changed

+31
-7
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"error": null
2323
}
2424
},
25-
"202": {}
25+
"202": {
26+
"headers": {
27+
"azure-asyncoperation": "https://ms.web.azuresynapse.net"
28+
}
29+
}
2630
}
2731
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
},
99
"responses": {
1010
"200": {},
11-
"202": {},
11+
"202": {
12+
"headers": {
13+
"azure-asyncoperation": "https://ms.web.azuresynapse.net"
14+
}
15+
},
1216
"204": {},
1317
"default": {
1418
"body": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
},
99
"responses": {
1010
"200": {},
11-
"202": {},
11+
"202": {
12+
"headers": {
13+
"azure-asyncoperation": "https://ms.web.azuresynapse.net"
14+
}
15+
},
1216
"default": {
1317
"body": {
1418
"error": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
},
99
"responses": {
1010
"200": {},
11-
"202": {},
11+
"202": {
12+
"headers": {
13+
"azure-asyncoperation": "https://ms.web.azuresynapse.net"
14+
}
15+
},
1216
"default": {
1317
"body": {
1418
"error": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
}
3030
}
3131
},
32-
"202": {}
32+
"202": {
33+
"headers": {
34+
"azure-asyncoperation": "https://ms.web.azuresynapse.net"
35+
}
36+
}
3337
}
3438
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
},
99
"responses": {
1010
"200": {},
11-
"202": {},
11+
"202": {
12+
"headers": {
13+
"azure-asyncoperation": "https://ms.web.azuresynapse.net"
14+
}
15+
},
1216
"default": {
1317
"body": {
1418
"error": {

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/integrationRuntime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"default": {
707707
"description": "An error response received from the Azure Synapse service.",
708708
"schema": {
709-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
709+
"$ref": "../../../../common/v1/types.json#/definitions/CloudError"
710710
}
711711
}
712712
},

0 commit comments

Comments
 (0)