Skip to content

Commit cd82507

Browse files
committed
Addressed PR feedback
1 parent 81b7753 commit cd82507

File tree

4 files changed

+2
-102
lines changed

4 files changed

+2
-102
lines changed

src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,6 @@
4343
<RunCodeAnalysis>false</RunCodeAnalysis>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Hyak.Common">
47-
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
48-
</Reference>
49-
<Reference Include="Microsoft.Azure.Common">
50-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
51-
</Reference>
52-
<Reference Include="Microsoft.Azure.Common.NetFramework">
53-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
54-
</Reference>
55-
<Reference Include="Microsoft.Azure.Gallery">
56-
<HintPath>..\..\..\packages\Microsoft.Azure.Gallery.2.6.2-preview\lib\net40\Microsoft.Azure.Gallery.dll</HintPath>
57-
</Reference>
58-
<Reference Include="Microsoft.Azure.Graph.RBAC">
59-
<SpecificVersion>False</SpecificVersion>
60-
<HintPath>..\..\..\packages\Microsoft.Azure.Graph.RBAC.3.4.0-preview\lib\net452\Microsoft.Azure.Graph.RBAC.dll</HintPath>
61-
</Reference>
62-
<Reference Include="Microsoft.Azure.Management.Authorization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
64-
<Private>True</Private>
65-
</Reference>
6646
<Reference Include="Microsoft.Azure.Management.Network, Version=19.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6747
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.3.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
6848
</Reference>
@@ -82,80 +62,6 @@
8262
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Redis.3.1.1-preview\lib\net45\Microsoft.Azure.Management.Redis.dll</HintPath>
8363
<Private>True</Private>
8464
</Reference>
85-
<Reference Include="Microsoft.Azure.ResourceManager">
86-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
87-
</Reference>
88-
<Reference Include="Microsoft.Azure.Test.Framework">
89-
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.6179.26854-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
90-
</Reference>
91-
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92-
<HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.6.8\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>
93-
<Private>True</Private>
94-
</Reference>
95-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96-
<SpecificVersion>False</SpecificVersion>
97-
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
98-
</Reference>
99-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100-
<SpecificVersion>False</SpecificVersion>
101-
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
102-
</Reference>
103-
<Reference Include="Microsoft.Threading.Tasks">
104-
<SpecificVersion>False</SpecificVersion>
105-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
106-
</Reference>
107-
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
108-
<SpecificVersion>False</SpecificVersion>
109-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
110-
</Reference>
111-
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
112-
<SpecificVersion>False</SpecificVersion>
113-
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
114-
</Reference>
115-
<Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
116-
<SpecificVersion>False</SpecificVersion>
117-
<HintPath>..\..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
118-
</Reference>
119-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
120-
<SpecificVersion>False</SpecificVersion>
121-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
122-
</Reference>
123-
<Reference Include="System" />
124-
<Reference Include="System.Core" />
125-
<Reference Include="System.Net" />
126-
<Reference Include="System.Net.Http" />
127-
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
128-
<SpecificVersion>False</SpecificVersion>
129-
<HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
130-
</Reference>
131-
<Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
132-
<SpecificVersion>False</SpecificVersion>
133-
<HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
134-
</Reference>
135-
<Reference Include="System.Net.Http.WebRequest" />
136-
<Reference Include="System.Runtime" />
137-
<Reference Include="System.Runtime.Serialization" />
138-
<Reference Include="System.Xml.Linq" />
139-
<Reference Include="System.Data.DataSetExtensions" />
140-
<Reference Include="Microsoft.CSharp" />
141-
<Reference Include="System.Data" />
142-
<Reference Include="System.Xml" />
143-
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
144-
<HintPath>..\..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
145-
<Private>True</Private>
146-
</Reference>
147-
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
148-
<HintPath>..\..\..\packages\xunit.assert.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll</HintPath>
149-
<Private>True</Private>
150-
</Reference>
151-
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
152-
<HintPath>..\..\..\packages\xunit.extensibility.core.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll</HintPath>
153-
<Private>True</Private>
154-
</Reference>
155-
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
156-
<HintPath>..\..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
157-
<Private>True</Private>
158-
</Reference>
15965
</ItemGroup>
16066
<ItemGroup>
16167
<Compile Include="Properties\AssemblyInfo.cs" />

src/ResourceManager/Network/Commands.Network/PublicIpPrefix/NewAzurePublicIpPrefixCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public class NewAzurePublicIpPrefixCommand : PublicIpPrefixBaseCmdlet
109109
public override void Execute()
110110
{
111111
base.Execute();
112-
WriteWarning("The output object type of this cmdlet will be modified in a future release.");
113112
var present = this.IsPublicIpPrefixPresent(this.ResourceGroupName, this.Name);
114113
ConfirmAction(
115114
Force.IsPresent,

src/ResourceManager/Network/Commands.Network/ServiceEndpointPolicy/NewAzureServiceEndpointPolicyCommand.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class NewAzureServiceEndpointPolicyCommand : ServiceEndpointPolicyBaseCmd
6060
public override void Execute()
6161
{
6262
base.Execute();
63-
WriteWarning("The output object type of this cmdlet will be modified in a future release.");
6463
var present = this.IsServiceEndpointPolicyPresent(this.ResourceGroupName, this.Name);
6564
ConfirmAction(
6665
Force.IsPresent,
@@ -96,4 +95,4 @@ public PSServiceEndpointPolicy CreateServiceEndpointPolicy()
9695
return getServiceEndpointPolicy;
9796
}
9897
}
99-
}
98+
}

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
<SpecificVersion>False</SpecificVersion>
4949
<HintPath>..\..\..\packages\Microsoft.Azure.Graph.RBAC.3.2.0-preview\lib\net45\Microsoft.Azure.Graph.RBAC.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Microsoft.Azure.Management.Authorization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
53-
<Private>True</Private>
54-
</Reference>
5551
<Reference Include="Microsoft.Azure.Management.Network, Version=19.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5652
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.3.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5753
</Reference>
@@ -943,4 +939,4 @@
943939
</EmbeddedResource>
944940
</ItemGroup>
945941
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
946-
</Project>
942+
</Project>

0 commit comments

Comments
 (0)