Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to swagger in interface endpoints and subnet delegation #3860

Merged
merged 4 commits into from
Sep 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,14 @@
"description": "A reference to the service being brought into the virtual network."
},
"subnet": {
"$ref": "./network.json#/definitions/SubResource",
"$ref": "./virtualNetwork.json#/definitions/Subnet",
"description": "The ID of the subnet from which the private IP will be allocated."
},
"networkInterfaces": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "./network.json#/definitions/SubResource"
"$ref": "./networkInterface.json#/definitions/NetworkInterface"
},
"description": "Gets an array of references to the network interfaces created for this interface endpoint."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,6 @@
"readOnly": true,
"description": "A list of references to linked BareMetal resources"
},
"linkedResourceType": {
"type": "string",
"description": "The type of resource to be linked to this network interface"
},
"resourceGuid": {
"type": "string",
"description": "The resource GUID property of the network interface resource."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,9 +988,10 @@
"description": "An array of service endpoint policies."
},
"interfaceEndpoints": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "./network.json#/definitions/SubResource"
"$ref": "./interfaceEndpoint.json#/definitions/InterfaceEndpoint"
},
"description": "An array of references to interface endpoints "
},
Expand Down