Skip to content

Commit f038fbd

Browse files
committed
Add common types
1 parent 6ea99ea commit f038fbd

File tree

2 files changed

+474
-7
lines changed

2 files changed

+474
-7
lines changed

App_Data/SwaggerSpecs/Microsoft.Kusto/kusto.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,7 +2998,7 @@
29982998
},
29992999
"allOf": [
30003000
{
3001-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
3001+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
30023002
}
30033003
],
30043004
"description": "Class representing a Kusto cluster."
@@ -3037,7 +3037,7 @@
30373037
},
30383038
"allOf": [
30393039
{
3040-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
3040+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/Resource"
30413041
}
30423042
],
30433043
"description": "Class representing an update to a Kusto cluster."
@@ -3068,7 +3068,7 @@
30683068
},
30693069
"allOf": [
30703070
{
3071-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
3071+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
30723072
}
30733073
],
30743074
"description": "Class representing an attached database configuration."
@@ -3097,7 +3097,7 @@
30973097
},
30983098
"allOf": [
30993099
{
3100-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
3100+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
31013101
}
31023102
],
31033103
"description": "Class representing a Kusto database.",
@@ -3352,7 +3352,7 @@
33523352
},
33533353
"allOf": [
33543354
{
3355-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
3355+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
33563356
}
33573357
],
33583358
"description": "Class representing a database principal assignment."
@@ -3367,7 +3367,7 @@
33673367
},
33683368
"allOf": [
33693369
{
3370-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
3370+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
33713371
}
33723372
],
33733373
"description": "Class representing a cluster principal assignment."
@@ -3469,7 +3469,7 @@
34693469
},
34703470
"allOf": [
34713471
{
3472-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
3472+
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
34733473
}
34743474
],
34753475
"description": "Class representing an data connection.",

0 commit comments

Comments
 (0)