Skip to content

Commit

Permalink
Add missing properties of SecurityRule, Route and RouteTable (#12215)
Browse files Browse the repository at this point in the history
* Add missing properties of SecurityRule Route and RouteTable

* Set resourceGuid field to be read only

Co-authored-by: Xu Wang <wax@microsoft.com>
  • Loading branch information
wangxu724 and Xu Wang authored Jan 4, 2021
1 parent 6f0cd18 commit 6d39747
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
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

0 comments on commit 6d39747

Please sign in to comment.