|
| 1 | +{ |
| 2 | + "title": "Create/Update the Pool resource", |
| 3 | + "parameters": { |
| 4 | + "api-version": "2024-01-01-preview", |
| 5 | + "subscriptionId": "11111111-1111-1111-1111-111111111111", |
| 6 | + "resourceGroupName": "rg1", |
| 7 | + "networkManagerName": "TestNetworkManager", |
| 8 | + "poolName": "TestPool", |
| 9 | + "parameters": { |
| 10 | + "properties": { |
| 11 | + "description": "Test description.", |
| 12 | + "parentPoolName": "", |
| 13 | + "addressPrefixes": [ |
| 14 | + "10.0.0.0/24" |
| 15 | + ] |
| 16 | + } |
| 17 | + } |
| 18 | + }, |
| 19 | + "responses": { |
| 20 | + "200": { |
| 21 | + "body": { |
| 22 | + "name": "TestPool", |
| 23 | + "type": "Microsoft.Network/networkManagers/ipamPools", |
| 24 | + "properties": { |
| 25 | + "description": "Test description.", |
| 26 | + "ipAddressType": [ |
| 27 | + "IPv4" |
| 28 | + ], |
| 29 | + "parentPoolName": "", |
| 30 | + "addressPrefixes": [ |
| 31 | + "10.0.0.0/24" |
| 32 | + ], |
| 33 | + "provisioningState": "Updating" |
| 34 | + }, |
| 35 | + "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/TestNetworkManager/ipamPools/TestPool", |
| 36 | + "tags": {}, |
| 37 | + "location": "eastus", |
| 38 | + "systemData": { |
| 39 | + "createdBy": "b69a9388-9488-4534-b470-7ec6d41beef5", |
| 40 | + "createdByType": "User", |
| 41 | + "createdAt": "2021-01-11T18:52:27Z", |
| 42 | + "lastModifiedBy": "b69a9388-9488-4534-b470-7ec6d41beef5", |
| 43 | + "lastModifiedByType": "User", |
| 44 | + "lastModifiedAt": "2021-01-11T18:52:27Z" |
| 45 | + } |
| 46 | + } |
| 47 | + }, |
| 48 | + "201": { |
| 49 | + "body": { |
| 50 | + "name": "TestPool", |
| 51 | + "type": "Microsoft.Network/networkManagers/ipamPools", |
| 52 | + "properties": { |
| 53 | + "description": "Test description.", |
| 54 | + "ipAddressType": [ |
| 55 | + "IPv4" |
| 56 | + ], |
| 57 | + "parentPoolName": "", |
| 58 | + "addressPrefixes": [ |
| 59 | + "10.0.0.0/24" |
| 60 | + ], |
| 61 | + "provisioningState": "Succeeded" |
| 62 | + }, |
| 63 | + "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/TestNetworkManager/ipamPools/TestPool", |
| 64 | + "tags": {}, |
| 65 | + "location": "eastus", |
| 66 | + "systemData": { |
| 67 | + "createdBy": "b69a9388-9488-4534-b470-7ec6d41beef5", |
| 68 | + "createdByType": "User", |
| 69 | + "createdAt": "2021-01-11T18:52:27Z", |
| 70 | + "lastModifiedBy": "b69a9388-9488-4534-b470-7ec6d41beef5", |
| 71 | + "lastModifiedByType": "User", |
| 72 | + "lastModifiedAt": "2021-01-11T18:52:27Z" |
| 73 | + } |
| 74 | + } |
| 75 | + } |
| 76 | + } |
| 77 | +} |
0 commit comments