Skip to content

Commit f9acea2

Browse files
authored
Merge pull request #4380 from v-Ajnava/Relaypwr2017
Relay: RP version 2017-04-01
2 parents 6ec1172 + de8cceb commit f9acea2

File tree

23 files changed

+163431
-6551
lines changed

23 files changed

+163431
-6551
lines changed

src/ResourceManager/Relay/Commands.Relay.Test/Commands.Relay.Test.csproj

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="Microsoft.Azure.Management.Relay, Version=0.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Relay.0.0.1-preview\lib\net45\Microsoft.Azure.Management.Relay.dll</HintPath>
57+
<Reference Include="Microsoft.Azure.Management.Relay, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Relay.2.0.0\lib\net452\Microsoft.Azure.Management.Relay.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -71,12 +71,12 @@
7171
<Private>True</Private>
7272
</Reference>
7373
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
74-
<SpecificVersion>False</SpecificVersion>
75-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
74+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.8\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
75+
<Private>True</Private>
7676
</Reference>
7777
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78-
<SpecificVersion>False</SpecificVersion>
79-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.5\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
78+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.7\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
79+
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8282
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.12\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
@@ -175,29 +175,20 @@
175175
<None Include="ScenarioTests\WcfRelayTests.ps1">
176176
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
177177
</None>
178-
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.HybridConnectionsTests\HybridConnectionsAuthorizationRulesCRUD.json">
179-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
180-
</None>
181178
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.HybridConnectionsTests\HybridConnectionsCRUD.json">
182-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
179+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
183180
</None>
184181
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.OperationsListTest\Operations.json">
185-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
182+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
186183
</None>
187184
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.RelayAuthorizationRulesTests\RelayAuthorizationRulesTestsCRUD.json">
188-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
189-
</None>
190-
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.RelayNamespaceTests\RelayNamespaceAuthorizationRulesCRUD.json">
191-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
185+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192186
</None>
193187
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.RelayNamespaceTests\RelayNamespaceCRUD.json">
194-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
188+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
195189
</None>
196190
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.TestAzureRmRelayNameTests\CheckNameAvailability.json">
197-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
198-
</None>
199-
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.WcfRelayTests\WcfRelayAuthorizationRulesCRUD.json">
200-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
191+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201192
</None>
202193
<None Include="SessionRecords\Microsoft.Azure.Commands.Relay.Test.ScenarioTests.WcfRelayTests\WcfRelayCRUD.json">
203194
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

src/ResourceManager/Relay/Commands.Relay.Test/SessionRecords/Microsoft.Azure.Commands.Relay.Test.ScenarioTests.HybridConnectionsTests/HybridConnectionsAuthorizationRulesCRUD.json

Lines changed: 0 additions & 1481 deletions
This file was deleted.

src/ResourceManager/Relay/Commands.Relay.Test/SessionRecords/Microsoft.Azure.Commands.Relay.Test.ScenarioTests.HybridConnectionsTests/HybridConnectionsCRUD.json

Lines changed: 23043 additions & 355 deletions
Large diffs are not rendered by default.

src/ResourceManager/Relay/Commands.Relay.Test/SessionRecords/Microsoft.Azure.Commands.Relay.Test.ScenarioTests.OperationsListTest/Operations.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

src/ResourceManager/Relay/Commands.Relay.Test/SessionRecords/Microsoft.Azure.Commands.Relay.Test.ScenarioTests.RelayAuthorizationRulesTests/RelayAuthorizationRulesTestsCRUD.json

Lines changed: 28412 additions & 968 deletions
Large diffs are not rendered by default.

src/ResourceManager/Relay/Commands.Relay.Test/SessionRecords/Microsoft.Azure.Commands.Relay.Test.ScenarioTests.RelayNamespaceTests/RelayNamespaceAuthorizationRulesCRUD.json

Lines changed: 0 additions & 1349 deletions
This file was deleted.

src/ResourceManager/Relay/Commands.Relay.Test/SessionRecords/Microsoft.Azure.Commands.Relay.Test.ScenarioTests.RelayNamespaceTests/RelayNamespaceCRUD.json

Lines changed: 52863 additions & 305 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)