13 references to InternalMicrosoft
aspire (4)
Telemetry\AspireCliTelemetry.cs (1)
324
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 (9)
Telemetry\AspireCliTelemetryTests.cs (8)
295
Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
&& t.Value is true);
316
Assert.Equal(TelemetryConstants.Tags.
InternalMicrosoft
, tag.Key);
337
Assert.Equal(TelemetryConstants.Tags.
InternalMicrosoft
, tag.Key);
365
Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
&& t.Value is true);
372
Assert.Equal(TelemetryConstants.Tags.
InternalMicrosoft
, tag.Key);
479
tag => tag.Key == TelemetryConstants.Tags.
InternalMicrosoft
&& (bool?)tag.Value == false);
519
Assert.Equal(TelemetryConstants.Tags.
InternalMicrosoft
, tag.Key);
846
return [.. tags.Where(t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
||
Telemetry\TelemetryConfigurationTests.cs (1)
391
return [.. tags.Where(t => t.Key == TelemetryConstants.Tags.
InternalMicrosoft
||