Skip to content

Fixing several issues in Azure Batch contribution #24

Fixing several issues in Azure Batch contribution

Fixing several issues in Azure Batch contribution #24

Triggered via pull request May 18, 2024 01:40
Status Success
Total duration 43s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: src/Achieve.Aspire.AzureProvisioning/Batch.cs#L58
Parameter 'parent' is unread.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/KeyVault/KeyVaultResource.cs#L11
Non-nullable property 'PublicName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Authorization/RoleAssignmenResource.cs#L18
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Authorization/RoleAssignmenResource.cs#L18
Non-nullable property 'RoleDefinitionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Authorization/RoleAssignmenResource.cs#L18
Non-nullable property 'PrincipalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchCertificateResource.cs#L25
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchCertificateResource.cs#L25
Non-nullable property 'Thumbprint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Internal/BicepResource.cs#L7
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchAccountResource.cs#L341
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchAccountResource.cs#L312
Non-nullable property 'AccountAccess' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.