8 references to InternalMicrosoft
aspire (4)
Telemetry\AspireCliTelemetry.cs (1)
284tagsList.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)
286Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.InternalMicrosoft && t.Value is true); 308Assert.Equal(TelemetryConstants.Tags.InternalMicrosoft, tag.Key); 461return [.. tags.Where(t => t.Key == TelemetryConstants.Tags.InternalMicrosoft ||
Telemetry\TelemetryConfigurationTests.cs (1)
322return [.. tags.Where(t => t.Key == TelemetryConstants.Tags.InternalMicrosoft ||