Skip to content

Commit 60a8b40

Browse files
committed
adding Record file for retirement warning test
1 parent 88bc7e4 commit 60a8b40

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@
184184
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagedCache.Test.ScenarioTests.ManagedCacheTests\TestManagedCacheNamedCacheStandard.json">
185185
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
186186
</None>
187+
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagedCache.Test.ScenarioTests.ManagedCacheTests\TestRetirementWarningMessage.json">
188+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
189+
</None>
187190
</ItemGroup>
188191
<ItemGroup>
189192
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -229,4 +232,4 @@
229232
<ItemGroup />
230233
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231234
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
232-
</Project>
235+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"Entries": [
3+
{
4+
"RequestUri": "/67db6ec8-1e63-4a12-a263-eb3b69b7588f/cloudservices/mycloudservice/resources/cacheservice/~/Caching/mycacheservice/Options/Regions",
5+
"EncodedRequestUri": "LzY3ZGI2ZWM4LTFlNjMtNGExMi1hMjYzLWViM2I2OWI3NTg4Zi9jbG91ZHNlcnZpY2VzL215Y2xvdWRzZXJ2aWNlL3Jlc291cmNlcy9jYWNoZXNlcnZpY2Uvfi9DYWNoaW5nL215Y2FjaGVzZXJ2aWNlL09wdGlvbnMvUmVnaW9ucw==",
6+
"RequestMethod": "GET",
7+
"RequestBody": "",
8+
"RequestHeaders": {
9+
"x-ms-version": [
10+
"2012-08-01"
11+
],
12+
"User-Agent": [
13+
"Microsoft.Azure.Management.ManagedCache.ManagedCacheClient/3.1.0.0"
14+
]
15+
},
16+
"ResponseBody": "<Regions xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <Region>East Asia</Region>\r\n <Region>East US</Region>\r\n <Region>East US 2</Region>\r\n <Region>North Central US</Region>\r\n <Region>North Europe</Region>\r\n <Region>Southeast Asia</Region>\r\n <Region>West Europe</Region>\r\n <Region>West US</Region>\r\n <Region>South Central US</Region>\r\n</Regions>",
17+
"ResponseHeaders": {
18+
"Content-Length": [
19+
"375"
20+
],
21+
"Content-Type": [
22+
"application/xml; charset=utf-8"
23+
],
24+
"x-ms-servedbyregion": [
25+
"ussouth3"
26+
],
27+
"Strict-Transport-Security": [
28+
"max-age=31536000; includeSubDomains"
29+
],
30+
"x-ms-request-id": [
31+
"08e394601bbb330d861c6431434ee1e8"
32+
],
33+
"Cache-Control": [
34+
"no-cache"
35+
],
36+
"Date": [
37+
"Tue, 15 Nov 2016 00:48:34 GMT"
38+
],
39+
"Server": [
40+
"1.0.6198.442",
41+
"(rd_rdfe_stable.161012-2349)",
42+
"Microsoft-HTTPAPI/2.0"
43+
]
44+
},
45+
"StatusCode": 200
46+
}
47+
],
48+
"Names": {},
49+
"Variables": {
50+
"SubscriptionId": "67db6ec8-1e63-4a12-a263-eb3b69b7588f"
51+
}
52+
}

0 commit comments

Comments
 (0)