Skip to content
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 @@ -839,6 +839,10 @@
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"type": {
"type": "string",
"description": "The type of the resource."
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,10 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the route resource."
},
"hasBgpOverride": {
"type": "boolean",
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
}
},
"required": [
Expand All @@ -646,6 +650,10 @@
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"type": {
"type": "string",
"description": "The type of the resource."
}
},
"allOf": [
Expand Down Expand Up @@ -680,6 +688,11 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the route table resource."
},
"resourceGuid": {
"type": "string",
"readOnly": true,
"description": "The resource GUID property of the route table."
}
},
"description": "Route Table resource."
Expand Down