Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Bump Microsoft.Azure.Functions.Worker.ApplicationInsights from 1.2.0 to 2.0.0 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator #332

Bump Microsoft.Azure.Functions.Worker.ApplicationInsights from 1.2.0 to 2.0.0 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator

Bump Microsoft.Azure.Functions.Worker.ApplicationInsights from 1.2.0 to 2.0.0 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator #332

CI-LoadGenerator.yml

on: pull_request
Build global orchestrator
27s
Build global orchestrator
Build regional load generator
16s
Build regional load generator
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L13
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L14
Non-nullable property 'timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L17
Non-nullable property 'timeframes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L8
Non-nullable property 'geos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L30
Non-nullable property 'start' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L31
Non-nullable property 'end' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.