Skip to content

Commit c7b4623

Browse files
committed
Updating the dll's and session records
1 parent 01235fb commit c7b4623

File tree

21 files changed

+2119
-652
lines changed

21 files changed

+2119
-652
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Helpers/Commands.RecoveryServices.Backup.Helpers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<Reference Include="Microsoft.Azure.Common">
3737
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Microsoft.Azure.Management.RecoveryServicesBackupManagement">
40-
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
39+
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup">
40+
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServices.Backup.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Core" />

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.HydraAdapter/Commands.RecoveryServices.Backup.HydraAdapter.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
<Reference Include="Microsoft.Azure.Common">
3737
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Microsoft.Azure.Management.RecoveryServicesBackupManagement, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
39+
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup">
40+
<HintPath>Resources\Microsoft.Azure.Management.RecoveryServices.Backup.dll</HintPath>
4241
</Reference>
4342
<Reference Include="Microsoft.Rest.ClientRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4443
<SpecificVersion>False</SpecificVersion>
@@ -69,9 +68,6 @@
6968
<Compile Include="HydraAdapter.cs" />
7069
<Compile Include="Properties\AssemblyInfo.cs" />
7170
</ItemGroup>
72-
<ItemGroup>
73-
<Content Include="Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll" />
74-
</ItemGroup>
7571
<ItemGroup>
7672
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj">
7773
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
@@ -93,6 +89,9 @@
9389
<ItemGroup>
9490
<None Include="packages.config" />
9591
</ItemGroup>
92+
<ItemGroup>
93+
<Content Include="Resources\Microsoft.Azure.Management.RecoveryServices.Backup.dll" />
94+
</ItemGroup>
9695
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9796
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9897
Other similar extension points exist, see Microsoft.Common.targets.

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/Commands.RecoveryServices.Backup.Models.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Microsoft.Azure.Management.RecoveryServicesBackupManagement">
34-
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
33+
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup">
34+
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServices.Backup.dll</HintPath>
3535
</Reference>
3636
<Reference Include="System" />
3737
<Reference Include="System.Core" />

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/Commands.RecoveryServices.Backup.Providers.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
<SpecificVersion>False</SpecificVersion>
4141
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Microsoft.Azure.Management.RecoveryServicesBackupManagement, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
43+
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup">
44+
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServices.Backup.dll</HintPath>
4645
</Reference>
4746
<Reference Include="System" />
4847
<Reference Include="System.Core" />

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/Commands.RecoveryServices.Backup.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<SpecificVersion>False</SpecificVersion>
4141
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Microsoft.Azure.Management.RecoveryServicesBackupManagement">
44-
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
43+
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup">
44+
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServices.Backup.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.Azure.ResourceManager">
4747
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.19.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/ScenarioTests/IaasVm/JobTests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# ----------------------------------------------------------------------------------
1414

1515
#Have to hard-code this because time keeps changing with every run and we cannot use recorded sessions
16-
$fixedStartDate = Get-Date -Date "2016-04-13 22:00:00"
16+
$fixedStartDate = Get-Date -Date "2016-04-17 17:00:00"
1717
$fixedStartDate = $fixedStartDate.ToUniversalTime()
18-
$fixedEndDate = Get-Date -Date "2016-04-14 16:00:00"
18+
$fixedEndDate = Get-Date -Date "2016-04-18 17:00:00"
1919
$fixedEndDate = $fixedEndDate.ToUniversalTime()
2020

2121
function SetVaultContext
2222
{
23-
$vault = Get-AzureRmRecoveryServicesVault -ResourceGroupName "kazhengtest" -Name "pshtesting";
23+
$vault = Get-AzureRmRecoveryServicesVault -ResourceGroupName "RsvTestRG" -Name "RsvTestRN";
2424
Set-AzureRmRecoveryServicesVaultContext -Vault $vault;
2525
}
2626

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestGetMabContainerScenario.json

Lines changed: 48 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,79 @@
11
{
22
"Entries": [
33
{
4-
"RequestUri": "/Subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults?api-version=2015-11-10",
5-
"EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvZDIyZjg3MmItZjNmMS00MjVhLTgxMDAtYzc0YTM3NjQ1MmIxL3Jlc291cmNlR3JvdXBzL1JzdlRlc3RSRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMTA=",
4+
"RequestUri": "/Subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults?api-version=2016-05-01",
5+
"EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvZDIyZjg3MmItZjNmMS00MjVhLTgxMDAtYzc0YTM3NjQ1MmIxL3Jlc291cmNlR3JvdXBzL1JzdlRlc3RSRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=",
66
"RequestMethod": "GET",
77
"RequestBody": "",
88
"RequestHeaders": {
99
"x-ms-client-request-id": [
10-
"130db5db-0abc-450e-baea-d7cc6e19d1f1-2016-04-18 09:28:23Z-P"
10+
"1d74d4cb-7269-4df8-994f-a1e9d2957676-2016-04-18 11:15:08Z-P"
1111
],
1212
"x-ms-version": [
1313
"2015-01-01"
1414
],
1515
"User-Agent": [
16-
"Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient/1.0.0.0"
16+
"Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient/2.0.0.0"
1717
]
1818
},
19-
"ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"rsv6\",\r\n \"etag\": \"c8d57c2c-ca96-412e-8a60-16b0bda7e8be\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/rsv6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"standard\",\r\n \"tier\": null,\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PsTestRsVault\",\r\n \"etag\": \"d99734f6-9b94-46a3-8203-32500af246d6\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/PsTestRsVault\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\",\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PsTestVault\",\r\n \"etag\": \"0d02cc5a-07b9-45ed-8e7b-ce710452f60e\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/PsTestVault\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\",\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RsvTestRN\",\r\n \"etag\": \"5eeff9e7-4f6c-4db8-9152-b1a0335fd896\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/RsvTestRN\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\",\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n }\r\n ]\r\n}",
19+
"ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PsTestRsVault\",\r\n \"etag\": \"d99734f6-9b94-46a3-8203-32500af246d6\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/PsTestRsVault\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\",\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PsTestVault\",\r\n \"etag\": \"0d02cc5a-07b9-45ed-8e7b-ce710452f60e\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/PsTestVault\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\",\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RsvTestRN\",\r\n \"etag\": \"5eeff9e7-4f6c-4db8-9152-b1a0335fd896\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/RsvTestRN\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\",\r\n \"size\": null,\r\n \"family\": null,\r\n \"capacity\": null\r\n }\r\n }\r\n ]\r\n}",
2020
"ResponseHeaders": {
2121
"Content-Length": [
22-
"1644"
22+
"1247"
2323
],
2424
"Content-Type": [
25-
"application/json; charset=utf-8"
25+
"application/json"
2626
],
2727
"Expires": [
2828
"-1"
2929
],
3030
"Pragma": [
3131
"no-cache"
3232
],
33-
"x-ms-original-request-ids": [
34-
"4d586e29-5295-4a80-956d-a47978fb6455",
35-
"4d586e29-5295-4a80-956d-a47978fb6455"
33+
"x-ms-request-id": [
34+
"4b992198-6f20-443f-b541-6ca41093db9f"
3635
],
37-
"x-ms-ratelimit-remaining-subscription-reads": [
38-
"14471"
36+
"x-ms-client-request-id": [
37+
"1d74d4cb-7269-4df8-994f-a1e9d2957676-2016-04-18 11:15:08Z-P"
3938
],
40-
"x-ms-request-id": [
41-
"4d586e29-5295-4a80-956d-a47978fb6455"
39+
"Strict-Transport-Security": [
40+
"max-age=31536000; includeSubDomains"
41+
],
42+
"x-ms-ratelimit-remaining-subscription-reads": [
43+
"14193"
4244
],
4345
"x-ms-correlation-request-id": [
44-
"4d586e29-5295-4a80-956d-a47978fb6455"
46+
"4b992198-6f20-443f-b541-6ca41093db9f"
4547
],
4648
"x-ms-routing-request-id": [
47-
"CENTRALUS:20160418T092824Z:4d586e29-5295-4a80-956d-a47978fb6455"
48-
],
49-
"Strict-Transport-Security": [
50-
"max-age=31536000; includeSubDomains"
49+
"CENTRALUS:20160418T111510Z:4b992198-6f20-443f-b541-6ca41093db9f"
5150
],
5251
"Cache-Control": [
5352
"no-cache"
5453
],
5554
"Date": [
56-
"Mon, 18 Apr 2016 09:28:24 GMT"
55+
"Mon, 18 Apr 2016 11:15:10 GMT"
56+
],
57+
"Server": [
58+
"Microsoft-IIS/8.0"
5759
]
5860
},
5961
"StatusCode": 200
6062
},
6163
{
62-
"RequestUri": "/Subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/RsvTestRN?api-version=2015-11-10",
63-
"EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvZDIyZjg3MmItZjNmMS00MjVhLTgxMDAtYzc0YTM3NjQ1MmIxL3Jlc291cmNlR3JvdXBzL1JzdlRlc3RSRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1JzdlRlc3RSTj9hcGktdmVyc2lvbj0yMDE1LTExLTEw",
64+
"RequestUri": "/Subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/RsvTestRN?api-version=2016-05-01",
65+
"EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvZDIyZjg3MmItZjNmMS00MjVhLTgxMDAtYzc0YTM3NjQ1MmIxL3Jlc291cmNlR3JvdXBzL1JzdlRlc3RSRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1JzdlRlc3RSTj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx",
6466
"RequestMethod": "GET",
6567
"RequestBody": "",
6668
"RequestHeaders": {
6769
"x-ms-client-request-id": [
68-
"0ac448a5-4d7b-40aa-8689-e605d5a4350a-2016-04-18 09:28:25Z-P"
70+
"fb5ce624-d59e-49e2-a921-56f11cba561a-2016-04-18 11:15:11Z-P"
6971
],
7072
"x-ms-version": [
7173
"2015-01-01"
7274
],
7375
"User-Agent": [
74-
"Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient/1.0.0.0"
76+
"Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient/2.0.0.0"
7577
]
7678
},
7779
"ResponseBody": "{\r\n \"location\": \"eastus\",\r\n \"name\": \"RsvTestRN\",\r\n \"etag\": \"5eeff9e7-4f6c-4db8-9152-b1a0335fd896\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/d22f872b-f3f1-425a-8100-c74a376452b1/resourceGroups/RsvTestRG/providers/Microsoft.RecoveryServices/vaults/RsvTestRN\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\"\r\n }\r\n}",
@@ -89,28 +91,28 @@
8991
"no-cache"
9092
],
9193
"x-ms-request-id": [
92-
"253428c0-762b-41ba-9061-30bd3d80929e"
94+
"badd69ae-9072-4baa-914d-7b7cb712ff7e"
9395
],
9496
"x-ms-client-request-id": [
95-
"0ac448a5-4d7b-40aa-8689-e605d5a4350a-2016-04-18 09:28:25Z-P"
97+
"fb5ce624-d59e-49e2-a921-56f11cba561a-2016-04-18 11:15:11Z-P"
9698
],
9799
"Strict-Transport-Security": [
98100
"max-age=31536000; includeSubDomains"
99101
],
100102
"x-ms-ratelimit-remaining-subscription-reads": [
101-
"14431"
103+
"14183"
102104
],
103105
"x-ms-correlation-request-id": [
104-
"253428c0-762b-41ba-9061-30bd3d80929e"
106+
"badd69ae-9072-4baa-914d-7b7cb712ff7e"
105107
],
106108
"x-ms-routing-request-id": [
107-
"CENTRALUS:20160418T092826Z:253428c0-762b-41ba-9061-30bd3d80929e"
109+
"CENTRALUS:20160418T111513Z:badd69ae-9072-4baa-914d-7b7cb712ff7e"
108110
],
109111
"Cache-Control": [
110112
"no-cache"
111113
],
112114
"Date": [
113-
"Mon, 18 Apr 2016 09:28:25 GMT"
115+
"Mon, 18 Apr 2016 11:15:13 GMT"
114116
],
115117
"Server": [
116118
"Microsoft-IIS/8.0"
@@ -125,7 +127,7 @@
125127
"RequestBody": "",
126128
"RequestHeaders": {
127129
"x-ms-client-request-id": [
128-
"c76ab11e-e6c4-48d3-926a-30745116eb3c-2016-04-18 09:28:27Z-PS"
130+
"48c2b1f2-7446-41e1-bff9-5930cbd96d96-2016-04-18 11:15:14Z-PS"
129131
],
130132
"User-Agent": [
131133
"Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupManagementClient/0.9.0.0"
@@ -146,29 +148,29 @@
146148
"no-cache"
147149
],
148150
"x-ms-request-id": [
149-
"3a4f4fb8-6b2c-4472-9455-517bfd740288"
151+
"6cd9a7c5-410e-4829-b6b0-395c1f40ec86"
150152
],
151153
"x-ms-client-request-id": [
152-
"c76ab11e-e6c4-48d3-926a-30745116eb3c-2016-04-18 09:28:27Z-PS",
153-
"c76ab11e-e6c4-48d3-926a-30745116eb3c-2016-04-18 09:28:27Z-PS"
154+
"48c2b1f2-7446-41e1-bff9-5930cbd96d96-2016-04-18 11:15:14Z-PS",
155+
"48c2b1f2-7446-41e1-bff9-5930cbd96d96-2016-04-18 11:15:14Z-PS"
154156
],
155157
"Strict-Transport-Security": [
156158
"max-age=31536000; includeSubDomains"
157159
],
158160
"x-ms-ratelimit-remaining-subscription-reads": [
159-
"14469"
161+
"14191"
160162
],
161163
"x-ms-correlation-request-id": [
162-
"3a4f4fb8-6b2c-4472-9455-517bfd740288"
164+
"6cd9a7c5-410e-4829-b6b0-395c1f40ec86"
163165
],
164166
"x-ms-routing-request-id": [
165-
"CENTRALUS:20160418T092830Z:3a4f4fb8-6b2c-4472-9455-517bfd740288"
167+
"CENTRALUS:20160418T111516Z:6cd9a7c5-410e-4829-b6b0-395c1f40ec86"
166168
],
167169
"Cache-Control": [
168170
"no-cache"
169171
],
170172
"Date": [
171-
"Mon, 18 Apr 2016 09:28:29 GMT"
173+
"Mon, 18 Apr 2016 11:15:15 GMT"
172174
],
173175
"Server": [
174176
"Microsoft-IIS/8.0"
@@ -186,7 +188,7 @@
186188
"RequestBody": "",
187189
"RequestHeaders": {
188190
"x-ms-client-request-id": [
189-
"9de6bf01-fbba-4388-a4e3-78715c5181f4-2016-04-18 09:28:30Z-PS"
191+
"da7fa0b8-f2bb-4a25-acff-fb8d884dea57-2016-04-18 11:15:16Z-PS"
190192
],
191193
"User-Agent": [
192194
"Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupManagementClient/0.9.0.0"
@@ -207,29 +209,29 @@
207209
"no-cache"
208210
],
209211
"x-ms-request-id": [
210-
"4dd36c99-70c8-4d37-913a-672af78b7186"
212+
"93ffdef2-b759-4b7b-b807-f994f05ab200"
211213
],
212214
"x-ms-client-request-id": [
213-
"9de6bf01-fbba-4388-a4e3-78715c5181f4-2016-04-18 09:28:30Z-PS",
214-
"9de6bf01-fbba-4388-a4e3-78715c5181f4-2016-04-18 09:28:30Z-PS"
215+
"da7fa0b8-f2bb-4a25-acff-fb8d884dea57-2016-04-18 11:15:16Z-PS",
216+
"da7fa0b8-f2bb-4a25-acff-fb8d884dea57-2016-04-18 11:15:16Z-PS"
215217
],
216218
"Strict-Transport-Security": [
217219
"max-age=31536000; includeSubDomains"
218220
],
219221
"x-ms-ratelimit-remaining-subscription-reads": [
220-
"14466"
222+
"14190"
221223
],
222224
"x-ms-correlation-request-id": [
223-
"4dd36c99-70c8-4d37-913a-672af78b7186"
225+
"93ffdef2-b759-4b7b-b807-f994f05ab200"
224226
],
225227
"x-ms-routing-request-id": [
226-
"CENTRALUS:20160418T092831Z:4dd36c99-70c8-4d37-913a-672af78b7186"
228+
"CENTRALUS:20160418T111517Z:93ffdef2-b759-4b7b-b807-f994f05ab200"
227229
],
228230
"Cache-Control": [
229231
"no-cache"
230232
],
231233
"Date": [
232-
"Mon, 18 Apr 2016 09:28:30 GMT"
234+
"Mon, 18 Apr 2016 11:15:16 GMT"
233235
],
234236
"Server": [
235237
"Microsoft-IIS/8.0"

0 commit comments

Comments
 (0)