Skip to content

Commit

Permalink
Add common types
Browse files Browse the repository at this point in the history
  • Loading branch information
balag0 committed Feb 4, 2020
1 parent 6ea99ea commit f038fbd
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 7 deletions.
14 changes: 7 additions & 7 deletions App_Data/SwaggerSpecs/Microsoft.Kusto/kusto.json
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
}
],
"description": "Class representing a Kusto cluster."
Expand Down Expand Up @@ -3037,7 +3037,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/Resource"
}
],
"description": "Class representing an update to a Kusto cluster."
Expand Down Expand Up @@ -3068,7 +3068,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Class representing an attached database configuration."
Expand Down Expand Up @@ -3097,7 +3097,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Class representing a Kusto database.",
Expand Down Expand Up @@ -3352,7 +3352,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Class representing a database principal assignment."
Expand All @@ -3367,7 +3367,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Class representing a cluster principal assignment."
Expand Down Expand Up @@ -3469,7 +3469,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
"$ref": "../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Class representing an data connection.",
Expand Down
Loading

0 comments on commit f038fbd

Please sign in to comment.