Update dependency @azure/arm-authorization to v9 #1280
test-examples.yml
on: pull_request
TypeScript lint checks
2m 13s
TypeScript unit tests
2m 15s
Python Code Format and Validation
22s
Python unit tests
2m 10s
Go unit tests
3m 1s
Kubernetes integration tests
12m 50s
Matrix: providers
Matrix: .NET unit tests
Annotations
10 errors and 1 warning
AzureTs integration tests
Argument of type 'TokenCredentials' is not assignable to parameter of type 'TokenCredential'.
|
AzureTs integration tests
Property 'length' does not exist on type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Property 'length' does not exist on type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Property 'length' does not exist on type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Argument of type 'TokenCredentials' is not assignable to parameter of type 'TokenCredential'.
|
AzureTs integration tests
Property 'length' does not exist on type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Property 'length' does not exist on type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Property 'length' does not exist on type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
AzureTs integration tests
Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>'.
|
.NET unit tests (testing-unit-cs-mocks):
testing-unit-cs-mocks/Testing.cs#L50
Nullability of reference types in value of type 'Task<(string Id, object)>' doesn't match target type 'Task<(string? id, object state)>'.
|