Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 96d9293

Browse files
author
Christy Henriksson
authored
Add more SQL AAD diagnostics (#653)
1 parent 36d7ad1 commit 96d9293

10 files changed

Lines changed: 13 additions & 39 deletions

File tree

src/NuGet.Jobs.Common/NuGet.Jobs.Common.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
<PrivateAssets>all</PrivateAssets>
106106
</PackageReference>
107107
<PackageReference Include="NuGet.Services.Configuration">
108-
<Version>2.29.0</Version>
108+
<Version>2.33.0</Version>
109109
</PackageReference>
110110
<PackageReference Include="NuGet.Services.Logging">
111-
<Version>2.29.0</Version>
111+
<Version>2.33.0</Version>
112112
</PackageReference>
113113
<PackageReference Include="NuGet.Services.Sql">
114-
<Version>2.29.0</Version>
114+
<Version>2.33.0</Version>
115115
</PackageReference>
116116
<PackageReference Include="System.Net.Http">
117117
<Version>4.3.3</Version>

src/NuGet.Services.Revalidate/NuGet.Services.Revalidate.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@
122122
<PrivateAssets>all</PrivateAssets>
123123
</PackageReference>
124124
<PackageReference Include="NuGet.Services.Status">
125-
<Version>2.29.0</Version>
126-
</PackageReference>
127-
<PackageReference Include="NuGet.Services.Storage">
128-
<Version>2.29.0</Version>
125+
<Version>2.33.0</Version>
129126
</PackageReference>
130127
</ItemGroup>
131128
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/PackageLagMonitor/Monitoring.PackageLag.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,7 @@
111111
<Version>0.5.0-CI-20180510-012541</Version>
112112
</PackageReference>
113113
<PackageReference Include="NuGet.Services.AzureManagement">
114-
<Version>2.27.0</Version>
115-
</PackageReference>
116-
<PackageReference Include="NuGet.Services.Configuration">
117-
<Version>2.27.0</Version>
118-
</PackageReference>
119-
<PackageReference Include="NuGet.Services.Logging">
120-
<Version>2.27.0</Version>
114+
<Version>2.33.0</Version>
121115
</PackageReference>
122116
<PackageReference Include="System.Net.Http">
123117
<Version>4.3.3</Version>

src/Stats.RefreshClientDimension/Stats.RefreshClientDimension.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@
8383
<PackageReference Include="Newtonsoft.Json">
8484
<Version>9.0.1</Version>
8585
</PackageReference>
86-
<PackageReference Include="NuGet.Services.Sql">
87-
<Version>2.29.0</Version>
88-
</PackageReference>
8986
<PackageReference Include="UAParser">
9087
<Version>1.2.0</Version>
9188
</PackageReference>

src/Validation.Common.Job/Validation.Common.Job.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,16 @@
103103
<Version>4.8.0-preview4.5289</Version>
104104
</PackageReference>
105105
<PackageReference Include="NuGet.Services.ServiceBus">
106-
<Version>2.29.0</Version>
106+
<Version>2.33.0</Version>
107107
</PackageReference>
108108
<PackageReference Include="NuGet.Services.Storage">
109-
<Version>2.29.0</Version>
109+
<Version>2.33.0</Version>
110110
</PackageReference>
111111
<PackageReference Include="NuGet.Services.Validation">
112-
<Version>2.29.0</Version>
112+
<Version>2.33.0</Version>
113113
</PackageReference>
114114
<PackageReference Include="NuGet.Services.Validation.Issues">
115-
<Version>2.29.0</Version>
115+
<Version>2.33.0</Version>
116116
</PackageReference>
117117
<PackageReference Include="NuGetGallery.Core">
118118
<Version>4.4.4-dev-42523</Version>

src/Validation.Common/Validation.Common.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
<PackageReference Include="NuGet.ApplicationInsights.Owin">
108108
<Version>4.1.0</Version>
109109
</PackageReference>
110-
<PackageReference Include="NuGet.Services.Logging">
111-
<Version>2.27.0</Version>
112-
</PackageReference>
113110
<PackageReference Include="NuGet.Services.VirusScanning.Vcs">
114111
<Version>3.2.0</Version>
115112
</PackageReference>

src/Validation.Symbols.Core/Validation.Symbols.Core.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@
6767
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6868
<PrivateAssets>all</PrivateAssets>
6969
</PackageReference>
70-
<PackageReference Include="NuGet.Services.ServiceBus">
71-
<Version>2.29.0</Version>
72-
</PackageReference>
73-
<PackageReference Include="NuGet.Services.Validation">
74-
<Version>2.29.0</Version>
75-
</PackageReference>
7670
<PackageReference Include="MicroBuild.Core">
7771
<Version>0.3.0</Version>
7872
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

tests/NuGet.Services.Validation.Orchestrator.Tests/SymbolValidationMessageHandlerFacts.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ public MessageWithCustomDeliveryCount(IBrokeredMessage inner, int deliveryCount)
124124
public DateTimeOffset ExpiresAtUtc => throw new NotImplementedException();
125125
public DateTimeOffset EnqueuedTimeUtc => throw new NotImplementedException();
126126

127+
public string MessageId { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
128+
127129
public Task AbandonAsync() => throw new NotImplementedException();
128130
public IBrokeredMessage Clone() => throw new NotImplementedException();
129131
public Task CompleteAsync() => throw new NotImplementedException();

tests/NuGet.Services.Validation.Orchestrator.Tests/ValidationMessageHandlerFacts.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ public MessageWithCustomDeliveryCount(IBrokeredMessage inner, int deliveryCount)
147147
public DateTimeOffset ExpiresAtUtc => throw new NotImplementedException();
148148
public DateTimeOffset EnqueuedTimeUtc => throw new NotImplementedException();
149149

150+
public string MessageId { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
151+
150152
public Task AbandonAsync() => throw new NotImplementedException();
151153
public IBrokeredMessage Clone() => throw new NotImplementedException();
152154
public Task CompleteAsync() => throw new NotImplementedException();

tests/StatusAggregator.Tests/StatusAggregator.Tests.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,6 @@
105105
<PackageReference Include="Moq">
106106
<Version>4.7.145</Version>
107107
</PackageReference>
108-
<PackageReference Include="NuGet.Services.Incidents">
109-
<Version>2.29.0</Version>
110-
</PackageReference>
111-
<PackageReference Include="NuGet.Services.Status">
112-
<Version>2.29.0</Version>
113-
</PackageReference>
114-
<PackageReference Include="NuGet.Services.Status.Table">
115-
<Version>2.29.0</Version>
116-
</PackageReference>
117108
<PackageReference Include="System.Threading.Tasks.Extensions">
118109
<Version>4.3.0</Version>
119110
</PackageReference>

0 commit comments

Comments
 (0)