Skip to content

Commit 5ede1c9

Browse files
committed
Fixed other warnings to allow Netcore build to work.
1 parent 6c253d3 commit 5ede1c9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Common/Commands.Common.Authentication/Authentication/UserTokenProvider.Netcore.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ namespace Microsoft.Azure.Commands.Common.Authentication
2929
/// </summary>
3030
internal class UserTokenProvider : ITokenProvider
3131
{
32-
Action<string> _promptAction = null;
33-
3432
public UserTokenProvider()
3533
{
3634
}

src/ResourceManager/Reservations/Commands.Reservations/Common/AzureReservationsCmdletBase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Linq;
43
using System.Text;
54
using System.Threading.Tasks;
@@ -19,8 +18,6 @@ public abstract class AzureReservationsCmdletBase : AzureRMCmdlet
1918
{
2019
private IAzureReservationAPIClient _azureReservationAPI;
2120

22-
private Dictionary<string, List<string>> _defaultRequestHeaders;
23-
2421
/// <summary>
2522
/// Gets or sets the Reservations management client.
2623
/// </summary>

0 commit comments

Comments
 (0)