Skip to content

Commit

Permalink
Remove common type change
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue Fei committed Dec 17, 2020
1 parent ae3240b commit 9377f84
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
"description": "Resource properties."
},
"systemData": {
"description": "System metadata for this resource.",
"$ref": "types.json#/definitions/systemData"
}
},
"allOf": [
Expand Down Expand Up @@ -106,10 +102,6 @@
"$ref": "#/definitions/PrivateLinkResourceProperties",
"description": "Resource properties.",
"x-ms-client-flatten": true
},
"systemData": {
"description": "System metadata for this resource.",
"$ref": "types.json#/definitions/systemData"
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
"$ref": "#/definitions/PrivateEndpointConnection"
}
},
"default": {
Expand Down Expand Up @@ -569,7 +569,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
"$ref": "#/definitions/PrivateEndpointConnection"
}
},
"default": {
Expand Down Expand Up @@ -708,7 +708,7 @@
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateLinkResource"
"$ref": "#/definitions/PrivateLinkResource"
}
},
"default": {
Expand Down Expand Up @@ -1275,6 +1275,34 @@
"description": "Additional properties of the operation result."
}
}
},
"PrivateEndpointConnection": {
"properties": {
"systemData": {
"description": "System metadata for this resource.",
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData"
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
}
],
"description": "The Private Endpoint Connection resource."
},
"PrivateLinkResource": {
"properties": {
"systemData": {
"description": "System metadata for this resource.",
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData"
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateLinkResource"
}
],
"description": "The Private Endpoint Connection resource."
}
},
"parameters": {
Expand Down

0 comments on commit 9377f84

Please sign in to comment.