Skip to content

Commit 5f33ec0

Browse files
Update Linux VMs (#7718)
## Summary of changes This PR updates the Linux VMs to the latests definition. ## Reason for change ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent b53c3bf commit 5f33ec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ variables:
7070
nativeBuildDotnetSdkVersion: 7.0.306
7171
# These are the Managed DevOps pool names we use
7272
linuxTasksPool: azure-managed-linux-tasks
73-
linuxX64SmokePool: azure-managed-linux-smoke
74-
linuxX64Pool: azure-managed-linux-x64-1
73+
linuxX64SmokePool: azure-managed-linux-smoke-2
74+
linuxX64Pool: azure-managed-linux-x64-2
7575
linuxArm64Pool: azure-managed-linux-arm64-2
7676
windowsX64Pool: azure-managed-windows-x64-1
7777

tracer/src/Datadog.Trace/Util/RequestDataHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ internal static IHeaderDictionary GetHeaders(HttpRequest request)
161161
/// <returns>The <c>Uri</c>; otherwise <see langword="null"/>.</returns>
162162
internal static Uri? GetUrl(HttpRequest request)
163163
{
164-
// UriFormatException can happen if, for example, the request contains the variable "SERVER_NAME" with an invalid value
164+
// UriFormatException can happen if, for example, the request contains the variable "SERVER_NAME" with an invalid value.
165165
try
166166
{
167167
return request.Url;

0 commit comments

Comments
 (0)