Skip to content

Commit 6d39747

Browse files
wangxu724Xu Wang
andauthored
Add missing properties of SecurityRule, Route and RouteTable (#12215)
* Add missing properties of SecurityRule Route and RouteTable * Set resourceGuid field to be read only Co-authored-by: Xu Wang <[email protected]>
1 parent 6f0cd18 commit 6d39747

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/networkSecurityGroup.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,10 @@
839839
"readOnly": true,
840840
"type": "string",
841841
"description": "A unique read-only string that changes whenever the resource is updated."
842+
},
843+
"type": {
844+
"type": "string",
845+
"description": "The type of the resource."
842846
}
843847
},
844848
"allOf": [

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/routeTable.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,10 @@
624624
"readOnly": true,
625625
"$ref": "./network.json#/definitions/ProvisioningState",
626626
"description": "The provisioning state of the route resource."
627+
},
628+
"hasBgpOverride": {
629+
"type": "boolean",
630+
"description": "A value indicating whether this route overrides overlapping BGP routes regardless of LPM."
627631
}
628632
},
629633
"required": [
@@ -646,6 +650,10 @@
646650
"readOnly": true,
647651
"type": "string",
648652
"description": "A unique read-only string that changes whenever the resource is updated."
653+
},
654+
"type": {
655+
"type": "string",
656+
"description": "The type of the resource."
649657
}
650658
},
651659
"allOf": [
@@ -680,6 +688,11 @@
680688
"readOnly": true,
681689
"$ref": "./network.json#/definitions/ProvisioningState",
682690
"description": "The provisioning state of the route table resource."
691+
},
692+
"resourceGuid": {
693+
"type": "string",
694+
"readOnly": true,
695+
"description": "The resource GUID property of the route table."
683696
}
684697
},
685698
"description": "Route Table resource."

0 commit comments

Comments
 (0)