adding ribbon and updated packages #1098
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the
ApplicationInsights.config
file to enhance telemetry data collection, as well as some UI updates toVerify.cshtml
andCreateProject.cshtml
to inform users about upcoming changes in project creation processes.Enhancements to telemetry data collection:
src/VstsDemoBuilder/ApplicationInsights.config
: Added multiple telemetry initializers and modules to improve data collection and monitoring, includingHttpDependenciesParsingTelemetryInitializer
,AzureRoleEnvironmentTelemetryInitializer
, andAppServicesHeartbeatTelemetryModule
. [1] [2]src/VstsDemoBuilder/ApplicationInsights.config
: UpdatedDependencyTrackingTelemetryModule
to exclude certain domains from correlation headers and include diagnostic source activities.src/VstsDemoBuilder/ApplicationInsights.config
: IntroducedApplicationIdProvider
and additional telemetry processors underTelemetrySinks
to better manage telemetry data.UI updates to inform users about changes:
src/VstsDemoBuilder/Views/Account/Verify.cshtml
: Added a notification about the elimination of authentication on behalf of users starting February 28, 2025, and provided links to the new executable file and support resources.src/VstsDemoBuilder/Views/Environment/CreateProject.cshtml
: Included a similar notification about the upcoming changes in project creation and updated instructions for new organizations regarding pipeline and authentication settings. [1] [2]Minor project configuration update:
src/VstsDemoBuilder/VstsDemoBuilder.csproj
: Added an emptyNuGetPackageImportStamp
property to the project file.