Skip to content

[WIP] Update virtualmachineimages service to SDK v2#3758

Closed
mboersma wants to merge 5 commits into
kubernetes-sigs:mainfrom
mboersma:sdk-v2-virtualmachineimages
Closed

[WIP] Update virtualmachineimages service to SDK v2#3758
mboersma wants to merge 5 commits into
kubernetes-sigs:mainfrom
mboersma:sdk-v2-virtualmachineimages

Conversation

@mboersma
Copy link
Copy Markdown
Contributor

@mboersma mboersma commented Jul 25, 2023

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Updates the virtualmachineimages service to use SDK v2.

Which issue(s) this PR fixes:

Fixes #3569
Fixes #3473

Special notes for your reviewer:

  • cherry-pick candidate

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

Update virtualmachineimages service to SDK v2

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 25, 2023
@mboersma
Copy link
Copy Markdown
Contributor Author

/retitle [WIP] Update virtualmachineimages service to SDK v2

@k8s-ci-robot k8s-ci-robot changed the title Update virtualmachineimages service to SDK v2 [WIP] Update virtualmachineimages service to SDK v2 Jul 25, 2023
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 25, 2023
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from mboersma. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 25, 2023

Codecov Report

Patch coverage: 32.10% and project coverage change: -0.20% ⚠️

Comparison is base (668a1bc) 54.35% compared to head (d74e70b) 54.16%.
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3758      +/-   ##
==========================================
- Coverage   54.35%   54.16%   -0.20%     
==========================================
  Files         187      187              
  Lines       18998    19167     +169     
==========================================
+ Hits        10326    10381      +55     
- Misses       8115     8218     +103     
- Partials      557      568      +11     
Files Changed Coverage Δ
azure/scope/cluster.go 56.59% <0.00%> (-0.22%) ⬇️
azure/scope/managedcontrolplane.go 24.16% <0.00%> (-0.16%) ⬇️
controllers/azurecluster_controller.go 37.07% <0.00%> (ø)
controllers/azuremanagedcontrolplane_controller.go 20.60% <0.00%> (ø)
controllers/helpers.go 54.69% <0.00%> (ø)
azure/scope/machine.go 50.30% <20.00%> (-0.52%) ⬇️
azure/defaults.go 32.17% <28.28%> (-1.42%) ⬇️
azure/services/virtualmachineimages/images.go 81.81% <36.36%> (-2.56%) ⬇️
azure/services/virtualmachineimages/client.go 32.35% <36.66%> (-17.65%) ⬇️
azure/scope/machinepool.go 31.26% <40.00%> (-0.18%) ⬇️
... and 2 more

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 31, 2023
@willie-yao willie-yao force-pushed the sdk-v2-virtualmachineimages branch from d5fbd36 to 6033db9 Compare July 31, 2023 20:12
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 31, 2023
@willie-yao willie-yao force-pushed the sdk-v2-virtualmachineimages branch from 6033db9 to df4448d Compare July 31, 2023 20:12
@willie-yao willie-yao force-pushed the sdk-v2-virtualmachineimages branch from df4448d to a746e09 Compare July 31, 2023 20:39
@willie-yao willie-yao force-pushed the sdk-v2-virtualmachineimages branch from bdfa71b to d74e70b Compare August 1, 2023 22:05
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

k8s-ci-robot commented Aug 1, 2023

@mboersma: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-azure-apidiff d74e70b link false /test pull-cluster-api-provider-azure-apidiff

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 4, 2023
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@willie-yao
Copy link
Copy Markdown
Contributor

/close
In favor of #3843

@willie-yao willie-yao closed this Aug 15, 2023
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@willie-yao: Closed this PR.

Details

In response to this:

/close
In favor of #3843

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

tenant and client ID are not used from AzureClusterIdentity object for virtualmachineimages client Update VirtualMachineImages service to SDK v2

3 participants