Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Karuppiah Natarajan <[email protected]>
  • Loading branch information
karuppiah7890 committed Nov 30, 2021
1 parent ad34e52 commit 9fbf668
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,12 @@ ubuntu@ip-10-0-0-234:~/cluster-api-provider-azure$
- `azure/services/publicips/publicips.go` - line 114 - `cannot use s.Client (variable of type Client) as async.Deleter value in argument to async.DeleteResource: missing method ResultcompilerInvalidIfaceAssign`
- `azure/services/virtualmachines/virtualmachines_test.go` line 166 - `cannot use publicIPMock (variable of type *mock_publicips.MockClient) as publicips.Client value in struct literal: wrong type for method CreateOrUpdateAsync (have func(arg0 context.Context, arg1 sigs.k8s.io/cluster-api-provider-azure/azure.ResourceSpecGetter) (github.com/Azure/go-autorest/autorest/azure.FutureAPI, error), want func(context.Context, sigs.k8s.io/cluster-api-provider-azure/azure.ResourceSpecGetter) (interface{}, github.com/Azure/go-autorest/autorest/azure.FutureAPI, error))compilerInvalidIfaceAssign`
- Resolve PR conversations - resolution + mark resolved on GitHub
- https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1745#discussion_r737563425
- https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1745#discussion_r737560126
- https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1745#discussion_r737561421
- https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1745#discussion_r737564052
---
PR summary
Expand Down

0 comments on commit 9fbf668

Please sign in to comment.