Skip to content

Commit

Permalink
Adding references to interface endpoints in existing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupali Vohra committed Aug 31, 2018
1 parent e0ec74e commit ee67a16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,10 @@
"$ref": "./networkSecurityGroup.json#/definitions/NetworkSecurityGroup",
"description": "The reference of the NetworkSecurityGroup resource."
},
"interfaceEndpoint": {
"$ref": "./interfaceEndpoint.json#/definitions/InterfaceEndpoint",
"description": "A reference to the interface endpoint to which the network interface is linked."
},
"ipConfigurations": {
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -891,11 +891,18 @@
},
"serviceEndpointPolicies": {
"type": "array",
"items": {
"$ref": "./serviceEndpointPolicy.json#/definitions/ServiceEndpointPolicy"
"items": {
"$ref": "./serviceEndpointPolicy.json#/definitions/ServiceEndpointPolicy"
},
"description": "An array of service endpoint policies."
},
"interfaceEndpoints": {
"type": "array",
"items": {
"$ref": "./network.json#/definitions/SubResource"
},
"description": "An array of references to interface endpoints "
},
"ipConfigurations": {
"readOnly": true,
"type": "array",
Expand Down

0 comments on commit ee67a16

Please sign in to comment.