Skip to content

Commit

Permalink
Add properties as required for ipampool and body as required for put … (
Browse files Browse the repository at this point in the history
#30701)

* Add properties as required for ipampool and body as required for put ipampool

* update example
  • Loading branch information
sssharma24 authored Jan 16, 2025
1 parent 7bc0f31 commit 5d4df31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"resourceGroupName": "rg1",
"networkManagerName": "TestNetworkManager",
"poolName": "TestPool",
"parameters": {
"body": {
"location": "eastus",
"properties": {
"description": "Test description.",
"parentPoolName": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"in": "body",
"name": "body",
"description": "Pool resource object to create/update.",
"required": true,
"schema": {
"$ref": "#/definitions/IpamPool"
}
Expand Down Expand Up @@ -751,6 +752,9 @@
"IpamPool": {
"description": "Instance of Pool resource.",
"type": "object",
"required": [
"properties"
],
"properties": {
"properties": {
"$ref": "#/definitions/IpamPoolProperties"
Expand Down

0 comments on commit 5d4df31

Please sign in to comment.