|
| 1 | +interactions: |
| 2 | +- request: |
| 3 | + body: '{"location": "westus", "tags": {"use": "az-test"}}' |
| 4 | + headers: |
| 5 | + Accept: [application/json] |
| 6 | + Accept-Encoding: ['gzip, deflate'] |
| 7 | + CommandName: [group create] |
| 8 | + Connection: [keep-alive] |
| 9 | + Content-Length: ['50'] |
| 10 | + Content-Type: [application/json; charset=utf-8] |
| 11 | + User-Agent: [python/3.5.3 (Windows-10-10.0.15063-SP0) requests/2.9.1 msrest/0.4.11 |
| 12 | + msrest_azure/0.4.11 resourcemanagementclient/1.1.0 Azure-SDK-For-Python |
| 13 | + AZURECLI/2.0.12+dev] |
| 14 | + accept-language: [en-US] |
| 15 | + method: PUT |
| 16 | + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_zoned_public_ip000001?api-version=2017-05-10 |
| 17 | + response: |
| 18 | + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_zoned_public_ip000001","name":"cli_test_zoned_public_ip000001","location":"westus","tags":{"use":"az-test"},"properties":{"provisioningState":"Succeeded"}}'} |
| 19 | + headers: |
| 20 | + cache-control: [no-cache] |
| 21 | + content-length: ['328'] |
| 22 | + content-type: [application/json; charset=utf-8] |
| 23 | + date: ['Fri, 04 Aug 2017 20:29:11 GMT'] |
| 24 | + expires: ['-1'] |
| 25 | + pragma: [no-cache] |
| 26 | + strict-transport-security: [max-age=31536000; includeSubDomains] |
| 27 | + x-ms-ratelimit-remaining-subscription-writes: ['1197'] |
| 28 | + status: {code: 201, message: Created} |
| 29 | +- request: |
| 30 | + body: '{"properties": {"idleTimeoutInMinutes": 4, "publicIPAllocationMethod": |
| 31 | + "Dynamic", "publicIPAddressVersion": "IPv4"}, "location": "centralus", "zones": |
| 32 | + ["2"]}' |
| 33 | + headers: |
| 34 | + Accept: [application/json] |
| 35 | + Accept-Encoding: ['gzip, deflate'] |
| 36 | + CommandName: [network public-ip create] |
| 37 | + Connection: [keep-alive] |
| 38 | + Content-Length: ['157'] |
| 39 | + Content-Type: [application/json; charset=utf-8] |
| 40 | + User-Agent: [python/3.5.3 (Windows-10-10.0.15063-SP0) requests/2.9.1 msrest/0.4.11 |
| 41 | + msrest_azure/0.4.11 networkmanagementclient/1.9999.0 Azure-SDK-For-Python |
| 42 | + AZURECLI/2.0.12+dev] |
| 43 | + accept-language: [en-US] |
| 44 | + method: PUT |
| 45 | + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_zoned_public_ip000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2017-06-01 |
| 46 | + response: |
| 47 | + body: {string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_zoned_public_ip000001/providers/Microsoft.Network/publicIPAddresses/pubip\"\ |
| 48 | + ,\r\n \"etag\": \"W/\\\"77534db0-ad28-4635-8199-0f62d603186c\\\"\",\r\n \ |
| 49 | + \ \"location\": \"centralus\",\r\n \"zones\": [\r\n \"2\"\r\n ],\r\n\ |
| 50 | + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ |
| 51 | + resourceGuid\": \"d0dfa65a-622b-4fb9-8f2a-d1a0e292a5e3\",\r\n \"publicIPAddressVersion\"\ |
| 52 | + : \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\"\ |
| 53 | + : 4\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\r\n}"} |
| 54 | + headers: |
| 55 | + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centralus/operations/9b4a3da6-f80a-4ea1-896b-e7294d257f53?api-version=2017-06-01'] |
| 56 | + cache-control: [no-cache] |
| 57 | + content-length: ['632'] |
| 58 | + content-type: [application/json; charset=utf-8] |
| 59 | + date: ['Fri, 04 Aug 2017 20:29:12 GMT'] |
| 60 | + expires: ['-1'] |
| 61 | + pragma: [no-cache] |
| 62 | + server: [Microsoft-HTTPAPI/2.0, Microsoft-HTTPAPI/2.0] |
| 63 | + strict-transport-security: [max-age=31536000; includeSubDomains] |
| 64 | + x-ms-ratelimit-remaining-subscription-writes: ['1199'] |
| 65 | + status: {code: 201, message: Created} |
| 66 | +- request: |
| 67 | + body: null |
| 68 | + headers: |
| 69 | + Accept: [application/json] |
| 70 | + Accept-Encoding: ['gzip, deflate'] |
| 71 | + CommandName: [network public-ip create] |
| 72 | + Connection: [keep-alive] |
| 73 | + Content-Type: [application/json; charset=utf-8] |
| 74 | + User-Agent: [python/3.5.3 (Windows-10-10.0.15063-SP0) requests/2.9.1 msrest/0.4.11 |
| 75 | + msrest_azure/0.4.11 networkmanagementclient/1.9999.0 Azure-SDK-For-Python |
| 76 | + AZURECLI/2.0.12+dev] |
| 77 | + accept-language: [en-US] |
| 78 | + method: GET |
| 79 | + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centralus/operations/9b4a3da6-f80a-4ea1-896b-e7294d257f53?api-version=2017-06-01 |
| 80 | + response: |
| 81 | + body: {string: "{\r\n \"status\": \"Succeeded\"\r\n}"} |
| 82 | + headers: |
| 83 | + cache-control: [no-cache] |
| 84 | + content-length: ['29'] |
| 85 | + content-type: [application/json; charset=utf-8] |
| 86 | + date: ['Fri, 04 Aug 2017 20:29:15 GMT'] |
| 87 | + expires: ['-1'] |
| 88 | + pragma: [no-cache] |
| 89 | + server: [Microsoft-HTTPAPI/2.0, Microsoft-HTTPAPI/2.0] |
| 90 | + strict-transport-security: [max-age=31536000; includeSubDomains] |
| 91 | + transfer-encoding: [chunked] |
| 92 | + vary: [Accept-Encoding] |
| 93 | + status: {code: 200, message: OK} |
| 94 | +- request: |
| 95 | + body: null |
| 96 | + headers: |
| 97 | + Accept: [application/json] |
| 98 | + Accept-Encoding: ['gzip, deflate'] |
| 99 | + CommandName: [network public-ip create] |
| 100 | + Connection: [keep-alive] |
| 101 | + Content-Type: [application/json; charset=utf-8] |
| 102 | + User-Agent: [python/3.5.3 (Windows-10-10.0.15063-SP0) requests/2.9.1 msrest/0.4.11 |
| 103 | + msrest_azure/0.4.11 networkmanagementclient/1.9999.0 Azure-SDK-For-Python |
| 104 | + AZURECLI/2.0.12+dev] |
| 105 | + accept-language: [en-US] |
| 106 | + method: GET |
| 107 | + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_zoned_public_ip000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2017-06-01 |
| 108 | + response: |
| 109 | + body: {string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_zoned_public_ip000001/providers/Microsoft.Network/publicIPAddresses/pubip\"\ |
| 110 | + ,\r\n \"etag\": \"W/\\\"2db5b8bc-f274-40e8-a238-0d7cad9d5332\\\"\",\r\n \ |
| 111 | + \ \"location\": \"centralus\",\r\n \"zones\": [\r\n \"2\"\r\n ],\r\n\ |
| 112 | + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ |
| 113 | + resourceGuid\": \"d0dfa65a-622b-4fb9-8f2a-d1a0e292a5e3\",\r\n \"publicIPAddressVersion\"\ |
| 114 | + : \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\"\ |
| 115 | + : 4\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\r\n}"} |
| 116 | + headers: |
| 117 | + cache-control: [no-cache] |
| 118 | + content-length: ['633'] |
| 119 | + content-type: [application/json; charset=utf-8] |
| 120 | + date: ['Fri, 04 Aug 2017 20:29:16 GMT'] |
| 121 | + etag: [W/"2db5b8bc-f274-40e8-a238-0d7cad9d5332"] |
| 122 | + expires: ['-1'] |
| 123 | + pragma: [no-cache] |
| 124 | + server: [Microsoft-HTTPAPI/2.0, Microsoft-HTTPAPI/2.0] |
| 125 | + strict-transport-security: [max-age=31536000; includeSubDomains] |
| 126 | + transfer-encoding: [chunked] |
| 127 | + vary: [Accept-Encoding] |
| 128 | + status: {code: 200, message: OK} |
| 129 | +- request: |
| 130 | + body: null |
| 131 | + headers: |
| 132 | + Accept: [application/json] |
| 133 | + Accept-Encoding: ['gzip, deflate'] |
| 134 | + CommandName: [group delete] |
| 135 | + Connection: [keep-alive] |
| 136 | + Content-Length: ['0'] |
| 137 | + Content-Type: [application/json; charset=utf-8] |
| 138 | + User-Agent: [python/3.5.3 (Windows-10-10.0.15063-SP0) requests/2.9.1 msrest/0.4.11 |
| 139 | + msrest_azure/0.4.11 resourcemanagementclient/1.1.0 Azure-SDK-For-Python |
| 140 | + AZURECLI/2.0.12+dev] |
| 141 | + accept-language: [en-US] |
| 142 | + method: DELETE |
| 143 | + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_zoned_public_ip000001?api-version=2017-05-10 |
| 144 | + response: |
| 145 | + body: {string: ''} |
| 146 | + headers: |
| 147 | + cache-control: [no-cache] |
| 148 | + content-length: ['0'] |
| 149 | + date: ['Fri, 04 Aug 2017 20:29:17 GMT'] |
| 150 | + expires: ['-1'] |
| 151 | + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGWk9ORUQ6NUZQVUJMSUM6NUZJUFhIN1FRTk9TVlVUNUtFSnxCNDdGQTk5QUM4N0ZCQzMyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2017-05-10'] |
| 152 | + pragma: [no-cache] |
| 153 | + strict-transport-security: [max-age=31536000; includeSubDomains] |
| 154 | + x-ms-ratelimit-remaining-subscription-writes: ['1198'] |
| 155 | + status: {code: 202, message: Accepted} |
| 156 | +version: 1 |
0 commit comments