Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 9c2b92d

Browse files
jbgorthyJared Gorthy
andauthored
Move required params to array. (Azure#27879)
Co-authored-by: Jared Gorthy <[email protected]>
1 parent 6bc6d57 commit 9c2b92d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specification/network/resource-manager/Microsoft.Network/preview/2023-03-01-preview/networkManagerRoutingConfiguration.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,15 +786,17 @@
786786
},
787787
"destination": {
788788
"$ref": "#/definitions/RoutingRuleRouteDestination",
789-
"required": true,
790789
"description": "Indicates the destination for this particular rule."
791790
},
792791
"nextHop": {
793792
"$ref": "#/definitions/RoutingRuleNextHop",
794-
"required": true,
795793
"description": "Indicates the next hop for this particular rule."
796794
}
797795
},
796+
"required": [
797+
"destination",
798+
"nextHop"
799+
],
798800
"description": "Routing routing rule resource."
799801
},
800802
"RoutingRuleRouteDestination": {

0 commit comments

Comments
 (0)