Skip to content

Commit 9198ae8

Browse files
committed
Fixing Merge conflicts
Fixing Merge conflicts
1 parent 77af8ff commit 9198ae8

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,9 @@
6464
<Reference Include="Microsoft.Azure.Gallery">
6565
<HintPath>..\..\..\packages\Microsoft.Azure.Gallery.2.6.2-preview\lib\net40\Microsoft.Azure.Gallery.dll</HintPath>
6666
</Reference>
67-
<<<<<<< HEAD
6867
<Reference Include="Microsoft.Azure.Management.Sql, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6968
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.34.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath>
7069
<Private>True</Private>
71-
=======
72-
<Reference Include="Microsoft.Azure.Management.Sql">
73-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.32.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath>
74-
>>>>>>> c8ed539f0c0e8dbb5f7ac6feddd3e9cbd4680edf
7570
</Reference>
7671
<Reference Include="Microsoft.Azure.Management.Storage">
7772
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Storage.2.4.0-preview\lib\net40\Microsoft.Azure.Management.Storage.dll</HintPath>

src/ResourceManager/Sql/Commands.Sql.Test/packages.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
77
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Authorization" version="0.19.2-preview" targetFramework="net45" />
9-
<<<<<<< HEAD
10-
<package id="Microsoft.Azure.Management.Resources" version="2.18.1-preview" targetFramework="net45" />
119
<package id="Microsoft.Azure.Management.Sql" version="0.34.0-prerelease" targetFramework="net45" />
12-
=======
1310
<package id="Microsoft.Azure.Management.Resources" version="2.18.4-preview" targetFramework="net45" />
14-
<package id="Microsoft.Azure.Management.Sql" version="0.32.0-prerelease" targetFramework="net45" />
15-
>>>>>>> c8ed539f0c0e8dbb5f7ac6feddd3e9cbd4680edf
1611
<package id="Microsoft.Azure.Management.Storage" version="2.4.0-preview" targetFramework="net45" />
1712
<package id="Microsoft.Azure.Test.Framework" version="1.0.5687.28567-prerelease" targetFramework="net45" />
1813
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.5687.28567-prerelease" targetFramework="net45" />

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@
108108
<Compile Include="ServiceTierAdvisor\Model\UpgradeServerHint.cs" />
109109
<Compile Include="ServiceTierAdvisor\Services\AzureSqlServiceTierAdvisorAdapter.cs" />
110110
<Compile Include="ServiceTierAdvisor\Services\AzureSqlServiceTierAdvisorCommunicator.cs" />
111-
<<<<<<< HEAD
112-
<Compile Include="Database Activation\Cmdlet\AzureSqlDatabaseActivationCmdletBase.cs" />
113-
<Compile Include="Database Activation\Cmdlet\ResumeAzureSqlDatabase.cs" />
114-
<Compile Include="Database Activation\Cmdlet\SuspendAzureSqlDatabase.cs" />
115-
<Compile Include="Database Activation\Services\SqlAzureDatabaseActivationAdapter.cs" />
116-
<Compile Include="Database Activation\Services\SqlAzureDatabaseActivationCommunicator.cs" />
117111
<Compile Include="Replication\Cmdlet\AzureSqlDatabaseCopyCmdletBase.cs" />
118112
<Compile Include="Replication\Cmdlet\AzureSqlDatabaseSecondaryCmdletBase.cs" />
119113
<Compile Include="Replication\Cmdlet\GetAzureSqlDatabaseReplicationLink.cs" />
@@ -127,8 +121,6 @@
127121
<Compile Include="Replication\Model\LinkType.cs" />
128122
<Compile Include="Replication\Services\AzureSqlDatabaseReplicationAdapter.cs" />
129123
<Compile Include="Replication\Services\AzureSqlDatabaseReplicationCommunicator.cs" />
130-
=======
131-
>>>>>>> c8ed539f0c0e8dbb5f7ac6feddd3e9cbd4680edf
132124
<Compile Include="TransparentDataEncryption\Cmdlet\AzureSqlDatabaseTransparentDataEncryptionActivityCmdletBase.cs" />
133125
<Compile Include="TransparentDataEncryption\Cmdlet\AzureSqlDatabaseTransparentDataEncryptionCmdletBase.cs" />
134126
<Compile Include="TransparentDataEncryption\Cmdlet\GetAzureSqlDatabaseTransparentDataEncryption.cs" />
@@ -225,17 +217,10 @@
225217
<SpecificVersion>False</SpecificVersion>
226218
<HintPath>..\..\..\packages\Hyak.Common.1.0.2\lib\net45\Hyak.Common.dll</HintPath>
227219
</Reference>
228-
<<<<<<< HEAD
229-
=======
230220
<Reference Include="Microsoft.Azure.Common.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
231221
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.1.3-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
232222
<Private>True</Private>
233223
</Reference>
234-
<Reference Include="Microsoft.Azure.Management.Sql">
235-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.32.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath>
236-
<SpecificVersion>False</SpecificVersion>
237-
</Reference>
238-
>>>>>>> c8ed539f0c0e8dbb5f7ac6feddd3e9cbd4680edf
239224
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
240225
<SpecificVersion>False</SpecificVersion>
241226
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>

src/ResourceManager/Sql/Commands.Sql/packages.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Authentication" version="1.1.3-preview" targetFramework="net45" />
66
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
7-
<<<<<<< HEAD
8-
<package id="Microsoft.Azure.Management.Resources" version="2.18.1-preview" targetFramework="net45" />
97
<package id="Microsoft.Azure.Management.Sql" version="0.34.0-prerelease" targetFramework="net45" />
10-
=======
118
<package id="Microsoft.Azure.Management.Resources" version="2.18.4-preview" targetFramework="net45" />
12-
<package id="Microsoft.Azure.Management.Sql" version="0.32.0-prerelease" targetFramework="net45" />
13-
>>>>>>> c8ed539f0c0e8dbb5f7ac6feddd3e9cbd4680edf
149
<package id="Microsoft.Azure.Management.Storage" version="2.4.0-preview" targetFramework="net45" />
1510
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
1611
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />

0 commit comments

Comments
 (0)