8 references to InternalMicrosoft
aspire (4)
Telemetry\AspireCliTelemetry.cs (1)
284
tagsList.Add(new(TelemetryConstants.Tags.
InternalMicrosoft
, internalMicrosoftResult.IsInternalMicrosoft));
Telemetry\TelemetryConstants.cs (3)
107
/// Source that populates the <see cref="
InternalMicrosoft
"/> tag, used to differentiate between
113
/// Alias extracted by the probe that populates the <see cref="
InternalMicrosoft
"/> tag.
118
/// Active Directory domain extracted by the probe that populates the <see cref="
InternalMicrosoft
"/> tag.
Aspire.Cli.Tests (4)
Telemetry\AspireCliTelemetryTests.cs (3)
286
Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
&& t.Value is true);
308
Assert.Equal(TelemetryConstants.Tags.
InternalMicrosoft
, tag.Key);
461
return [.. tags.Where(t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
||
Telemetry\TelemetryConfigurationTests.cs (1)
322
return [.. tags.Where(t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
||