Skip to content

Commit

Permalink
changing ref back to ChildResource (Azure#31276)
Browse files Browse the repository at this point in the history
  • Loading branch information
sssharma24 authored and digvijaymali94 committed Dec 17, 2024
1 parent 165c1b6 commit 5012872
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 5012872

Please sign in to comment.