Skip to content

Commit

Permalink
changing ref back to ChildResource (#31276)
Browse files Browse the repository at this point in the history
  • Loading branch information
sssharma24 authored and GuptaVertika committed Nov 20, 2024
1 parent e621358 commit 2bf9bd8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
},
"allOf": [
{
"$ref": "./network.json#/definitions/CommonProxyResource"
"$ref": "./network.json#/definitions/ChildResource"
}
],
"description": "Defines the security admin configuration"
Expand Down Expand Up @@ -731,7 +731,7 @@
},
"allOf": [
{
"$ref": "./network.json#/definitions/CommonProxyResource"
"$ref": "./network.json#/definitions/ChildResource"
}
],
"description": "Defines the admin rule collection."
Expand Down Expand Up @@ -792,7 +792,7 @@
},
"allOf": [
{
"$ref": "./network.json#/definitions/CommonProxyResource"
"$ref": "./network.json#/definitions/ChildResource"
}
],
"required": [
Expand Down

0 comments on commit 2bf9bd8

Please sign in to comment.