Skip to content

Commit

Permalink
Update privateLinkScopes_API.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arolshan committed Feb 3, 2020
1 parent da0aef4 commit 83f3e92
Showing 1 changed file with 7 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,17 +591,17 @@
},
"AzureMonitorPrivateLinkScope": {
"properties": {
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
}
],
"properties": {
"x-ms-client-flatten": true,
"description": "Properties that define a Azure Monitor PrivateLinkScope resource.",
"$ref": "#/definitions/AzureMonitorPrivateLinkScopeProperties"
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
}
],
"required": [
"properties"
],
Expand Down Expand Up @@ -667,7 +667,7 @@
},
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
]
},
Expand Down Expand Up @@ -748,7 +748,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down Expand Up @@ -777,33 +777,6 @@
"readOnly": true
}
}
},
"ProxyResource": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Resource ID."
},
"name": {
"readOnly": true,
"type": "string",
"description": "Resource name."
},
"type": {
"readOnly": true,
"type": "string",
"description": "Resource type."
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags"
}
},
"description": "Common properties of proxy resource."
}
},
"parameters": {
Expand Down

0 comments on commit 83f3e92

Please sign in to comment.