Skip to content

Merge pull request #244 from sebader/dev #11

Merge pull request #244 from sebader/dev

Merge pull request #244 from sebader/dev #11

Triggered via push October 31, 2024 09:35
Status Failure
Total duration 3m 44s
Artifacts
build-and-deploy
3m 31s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-and-deploy
AADSTS700213: No matching federated identity record found for presented assertion subject 'repo:sebader/alpinehutproject:ref:refs/heads/main'. Please note that the matching is done using a case-sensitive comparison. Check your federated identity credential Subject, Audience and Issuer against the presented assertion. https://learn.microsoft.com/entra/workload-id/workload-identity-federation Trace ID: ece67191-7af8-44d7-8004-7d3864e83500 Correlation ID: b255e0c1-59f3-474d-b430-c5edf5ee0776 Timestamp: 2024-10-31 09:38:46Z
build-and-deploy
Interactive authentication is needed. Please run: az login
build-and-deploy
Login failed with Error: The process 'C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin\az.cmd' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
build-and-deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L40
Non-nullable property 'northEast' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L41
Non-nullable property 'southWest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L42
Non-nullable property 'entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L21
Non-nullable property 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L22
Non-nullable property 'position' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/FreeBedUpdateSubscription.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/HutAvailabiltyModel.cs#L59
Non-nullable property 'ReservationDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/Huts.cs#L9
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-and-deploy: FetchDataFunctions/Models/Huts.cs#L9
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FetchDataFunctions/Models/Huts.cs#L9
Non-nullable property 'HutWebsite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.