1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
|
---
http_interactions:
- request:
method: get
uri: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/token
body:
encoding: UTF-8
string: resource=https%3A%2F%2Fmanagement.core.windows.net%2F&client_id=<AZURE_CLIENT_ID>&client_secret=<AZURE_CLIENT_SECRET>&grant_type=client_credentials
headers:
User-Agent:
- Faraday v0.9.2
content-type:
- application/x-www-form-urlencoded
response:
status:
code: 200
message:
headers:
cache-control:
- no-cache, no-store
pragma:
- no-cache
content-type:
- application/json; charset=utf-8
expires:
- "-1"
server:
- Microsoft-IIS/8.5
x-ms-request-id:
- 08ee7910-ed48-43c5-98c8-63ab89ffc1e0
client-request-id:
- 1b5b6e37-33db-4254-aa2f-8489e495106d
x-ms-gateway-service-instanceid:
- ESTSFE_IN_204
x-content-type-options:
- nosniff
strict-transport-security:
- max-age=31536000; includeSubDomains
p3p:
- CP="DSP CUR OTPi IND OTRi ONL FIN"
set-cookie:
- flight-uxoptin=true; path=/; secure; HttpOnly, esctx=AAABAAAAiL9Kn2Z27UubvWFPbm0gLXuExhzOk-bC2I_msBBGnlOR1oBjUzZV6GvNcsIAnzHSF8GZFddjtNPzh0osAeqSGkvl0P29-CPDKZc1_0IPVJ6woIqB3QoqlNT1xOcYKshoTpBJ0qerTMEi_n7OYqChE9MpezPjASfs43ieUQ6qWvoA3xqjU4CB0jhva6I5QGFLIAA;
domain=.login.microsoftonline.com; path=/; secure; HttpOnly, x-ms-gateway-slice=productiona;
path=/; secure; HttpOnly, stsservicecookie=ests; path=/; secure; HttpOnly
x-powered-by:
- ASP.NET
date:
- Thu, 19 May 2016 03:35:01 GMT
connection:
- close
content-length:
- '1234'
body:
encoding: UTF-8
string: '{"token_type":"Bearer","expires_in":"3600","expires_on":"1463632501","not_before":"1463628601","resource":"https://management.core.windows.net/","access_token":"<ACCESS_TOKEN>"}'
http_version:
recorded_at: Thu, 19 May 2016 03:35:04 GMT
- request:
method: put
uri: https://management.azure.com/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourcegroups/RubySDKTest_azure_mgmt_resources?api-version=2016-09-01
body:
encoding: UTF-8
string: '{"location":"westus"}'
headers:
User-Agent:
- Azure-SDK-For-Ruby/0.2.1/
x-ms-client-request-id:
- 8bec349e-e933-40ff-bcfb-ee08d01cf94f
accept-language:
- en-US
Content-Type:
- application/json; charset=utf-8
response:
status:
code: 201
message:
headers:
cache-control:
- no-cache
pragma:
- no-cache
content-length:
- '217'
content-type:
- application/json; charset=utf-8
expires:
- "-1"
x-ms-ratelimit-remaining-subscription-writes:
- '1193'
x-ms-request-id:
- 53ee2631-9158-4a2f-9b77-b171a763adba
x-ms-correlation-request-id:
- 53ee2631-9158-4a2f-9b77-b171a763adba
x-ms-routing-request-id:
- WESTUS:20160519T033502Z:53ee2631-9158-4a2f-9b77-b171a763adba
strict-transport-security:
- max-age=31536000; includeSubDomains
date:
- Thu, 19 May 2016 03:35:02 GMT
connection:
- close
body:
encoding: UTF-8
string: '{"id":"/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourceGroups/RubySDKTest_azure_mgmt_resources","name":"RubySDKTest_azure_mgmt_resources","location":"westus","properties":{"provisioningState":"Succeeded"}}'
http_version:
recorded_at: Thu, 19 May 2016 03:35:05 GMT
- request:
method: put
uri: https://management.azure.com/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourcegroups/RubySDKTest_azure_mgmt_resources/providers/Microsoft.Web/sites/testresource?api-version=2015-07-01
body:
encoding: UTF-8
string: '{"location":"WestUS","properties":{"name":"testresource","siteMode":"Limited","computeMode":"Shared","sku":"Free","workerSize":0}}'
headers:
User-Agent:
- Azure-SDK-For-Ruby/0.2.1/
x-ms-client-request-id:
- c0efd5f3-26d9-43a0-883c-ae808ff258ec
accept-language:
- en-US
Content-Type:
- application/json; charset=utf-8
response:
status:
code: 200
message:
headers:
cache-control:
- no-cache
pragma:
- no-cache
content-type:
- application/json
expires:
- "-1"
vary:
- Accept-Encoding
strict-transport-security:
- max-age=31536000; includeSubDomains
x-ms-request-id:
- 3760851a-60b1-43aa-9122-a4d8d73856c3
server:
- Microsoft-IIS/8.0
x-aspnet-version:
- 4.0.30319
x-powered-by:
- ASP.NET
x-ms-ratelimit-remaining-subscription-writes:
- '1189'
x-ms-correlation-request-id:
- 97f67e55-dda4-42de-b94d-c746b557e0bb
x-ms-routing-request-id:
- WESTUS:20160519T033508Z:97f67e55-dda4-42de-b94d-c746b557e0bb
date:
- Thu, 19 May 2016 03:35:07 GMT
connection:
- close
body:
encoding: ASCII-8BIT
string: '{"id":"/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourceGroups/RubySDKTest_azure_mgmt_resources/providers/Microsoft.Web/sites/testresource","name":"testresource","type":"Microsoft.Web/sites","location":"WestUS","tags":null,"properties":{"name":"testresource","state":"Running","hostNames":["testresource.azurewebsites.net"],"webSpace":"RubySDKTest_azure_mgmt_resources-WestUSwebspace","selfLink":"https://waws-prod-bay-037.api.azurewebsites.windows.net:454/subscriptions/<AZURE_SUBSCRIPTION_ID>/webspaces/RubySDKTest_azure_mgmt_resources-WestUSwebspace/sites/testresource","repositorySiteName":"testresource","owner":null,"usageState":0,"enabled":true,"adminEnabled":true,"enabledHostNames":["testresource.azurewebsites.net","testresource.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[],"appSettings":null},"availabilityState":0,"sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"testresource.azurewebsites.net","sslState":0,"ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":0,"hostType":0},{"name":"testresource.scm.azurewebsites.net","sslState":0,"ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":0,"hostType":1}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourceGroups/RubySDKTest_azure_mgmt_resources/providers/Microsoft.Web/serverfarms/Default1","lastModifiedTimeUtc":"2016-05-19T03:35:06.427","storageRecoveryDefaultState":"Running","contentAvailabilityState":0,"runtimeAvailabilityState":0,"siteConfig":null,"deploymentId":"testresource","trafficManagerHostNames":null,"sku":"Free","premiumAppDeployed":null,"scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"microService":"WebSites","gatewaySiteName":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":null,"outboundIpAddresses":"40.78.31.236,40.78.24.159,40.78.31.161,40.78.26.141","containerSize":0,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-037","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"RubySDKTest_azure_mgmt_resources","defaultHostName":"testresource.azurewebsites.net"}}'
http_version:
recorded_at: Thu, 19 May 2016 03:35:10 GMT
- request:
method: delete
uri: https://management.azure.com/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourcegroups/RubySDKTest_azure_mgmt_resources?api-version=2016-09-01
body:
encoding: US-ASCII
string: ''
headers:
User-Agent:
- Azure-SDK-For-Ruby/0.2.1/
x-ms-client-request-id:
- 7ec536d9-e087-4e51-bc98-6f9017e154e3
accept-language:
- en-US
response:
status:
code: 202
message:
headers:
cache-control:
- no-cache
pragma:
- no-cache
expires:
- "-1"
location:
- https://management.azure.com/subscriptions/<AZURE_SUBSCRIPTION_ID>/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SVUJZU0RLVEVTVDo1RkFaVVJFOjVGTUdNVDo1RlJFU09VUkNFUy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01
retry-after: '1'
x-ms-ratelimit-remaining-subscription-writes:
- '1195'
x-ms-request-id:
- f67babf9-f49f-447b-b2e6-c0bf494486e1
x-ms-correlation-request-id:
- f67babf9-f49f-447b-b2e6-c0bf494486e1
x-ms-routing-request-id:
- WESTUS:20160519T033508Z:f67babf9-f49f-447b-b2e6-c0bf494486e1
strict-transport-security:
- max-age=31536000; includeSubDomains
date:
- Thu, 19 May 2016 03:35:07 GMT
connection:
- close
content-length:
- '0'
body:
encoding: UTF-8
string: ''
http_version:
recorded_at: Thu, 19 May 2016 03:35:11 GMT
- request:
method: get
uri: https://management.azure.com/subscriptions/<AZURE_SUBSCRIPTION_ID>/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SVUJZU0RLVEVTVDo1RkFaVVJFOjVGTUdNVDo1RlJFU09VUkNFUy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01
body:
encoding: US-ASCII
string: ''
headers:
User-Agent:
- Azure-SDK-For-Ruby/0.2.1/
x-ms-client-request-id:
- 788d8895-06fe-41cf-a1ca-13e67e411f33
accept-language:
- en-US
Content-Type:
- application/json
response:
status:
code: 200
message:
headers:
cache-control:
- no-cache
pragma:
- no-cache
expires:
- "-1"
x-ms-ratelimit-remaining-subscription-reads:
- '14993'
x-ms-request-id:
- 9ab669a0-d5db-4739-bb41-f5773bcd53b7
x-ms-correlation-request-id:
- 9ab669a0-d5db-4739-bb41-f5773bcd53b7
x-ms-routing-request-id:
- WESTUS:20160519T033646Z:9ab669a0-d5db-4739-bb41-f5773bcd53b7
strict-transport-security:
- max-age=31536000; includeSubDomains
date:
- Thu, 19 May 2016 03:36:45 GMT
connection:
- close
content-length:
- '0'
body:
encoding: UTF-8
string: ''
http_version:
recorded_at: Thu, 19 May 2016 03:36:46 GMT
recorded_with: VCR 3.0.1
|