Skip to content

OCPBUGS-74245: test capz system assigned identity fix#10368

Open
patrickdillon wants to merge 4 commits intoopenshift:mainfrom
patrickdillon:OCPBUGS-74245-capz-fix
Open

OCPBUGS-74245: test capz system assigned identity fix#10368
patrickdillon wants to merge 4 commits intoopenshift:mainfrom
patrickdillon:OCPBUGS-74245-capz-fix

Conversation

@patrickdillon
Copy link
Contributor

@patrickdillon patrickdillon commented Mar 6, 2026

This vendors the unmerged kubernetes-sigs/cluster-api-provider-azure#6152
for testing

/hold

Summary by CodeRabbit

  • Chores
    • Updated Go toolchain and version.
    • Updated dependencies for cloud infrastructure, Kubernetes integration, and monitoring components.
    • Improved alignment with current Kubernetes ecosystem standards and observability frameworks.

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 6, 2026
@openshift-ci-robot openshift-ci-robot added jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Mar 6, 2026
@openshift-ci-robot
Copy link
Contributor

@patrickdillon: This pull request references Jira Issue OCPBUGS-74245, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @jinyunma

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This vendors the unmerged kubernetes-sigs/cluster-api-provider-azure#6152
for testing

/hold

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 6, 2026

[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 assign bfournie for approval. For more information see the 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

@patrickdillon patrickdillon changed the title OCPBUGS-74245: capz fix OCPBUGS-74245: test capz system assigned identity fix Mar 6, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 10, 2026

Walkthrough

Go module dependencies updated for Azure provider, including version bumps for Azure SDKs, Kubernetes client libraries, Prometheus, OpenTelemetry, and x/ packages. Multiple replace directives added, including local path replacement for cluster-api-provider-azure and workarounds for otlptranslator versions.

Changes

Cohort / File(s) Summary
Go Module Updates
cluster-api/providers/azure/go.mod
Go toolchain and version bumped. Multiple indirect dependency versions updated across Azure SDKs (azcore, azidentity, armcompute, armcontainerservice, storage, keyvault), Kubernetes API machinery/client-go, Prometheus, and OpenTelemetry libraries. Replace directives added for cluster-api-provider-azure (local path) and prometheus/otlptranslator (version pinning). x/ packages consolidated to v0.43.x–v0.49.x era versions.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~50 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title references a Jira issue (OCPBUGS-74245) and mentions 'capz system assigned identity fix', which directly aligns with the PR's objective of testing CAPZ system-assigned identity changes. However, the title is somewhat generic—it doesn't clearly convey that this is a temporary vendor of an unmerged upstream PR for testing purposes, which is the main changeset activity.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed Pull request modifies only go.mod and vendored dependencies; no Ginkgo test code is introduced or modified.
Test Structure And Quality ✅ Passed The custom check for Ginkgo test code quality is not applicable to this pull request, which is purely a dependency update with no Ginkgo tests present.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.5.0)

Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions
The command is terminated due to an error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@cluster-api/providers/azure/go.mod`:
- Line 7: The go.mod currently pins sigs.k8s.io/cluster-api-provider-azure to
v0.0.0 and relies on an absolute local replace (the workstation path in the
replace directive) which breaks CI and leaks a local path; remove the absolute
local replace directive and either remove the v0.0.0 require (and rely on the
committed vendor state) or change the replace to a repo-relative path or an
appropriate upstream GitHub module/fork consistent with how
cluster-api/providers/azurestack/go.mod and the root vendor handle CAPZ so the
module resolution is reproducible across machines.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d578ca73-8bf3-4834-957e-31d9364cb402

📥 Commits

Reviewing files that changed from the base of the PR and between 4006847 and 434f3bb.

⛔ Files ignored due to path filters (299)
  • cluster-api/providers/azure/go.sum is excluded by !**/*.sum
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource/resource_identifier.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource/resource_type.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy/policy.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/resource_identifier.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/resource_type.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime/pipeline.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime/policy_register_rp.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime/policy_trace_namespace.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime/runtime.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud/cloud.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/core.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/errors.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/etag.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/exported.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/pipeline.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/request.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/response_error.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log/log.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async/async.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body/body.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake/fake.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc/loc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op/op.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/poller.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/util.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/shared.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/log/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/log/log.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/policy/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/policy/policy.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/errors.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/pager.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/pipeline.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_api_version.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_body_download.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_http_header.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_http_trace.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_include_response.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_logging.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_request_id.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_retry.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/policy_telemetry.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/poller.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/request.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/response.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/transport_default_http_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming/progress.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/to/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/to/to.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing/constants.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing/tracing.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TOKEN_CACHING.MD is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TROUBLESHOOTING.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/azure_powershell_credential.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/default_azure_credential.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/developer_credential_util.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/developer_credential_util_nonwindows.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/developer_credential_util_windows.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/errors.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/assets.json is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/autorest.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/availabilitysets_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/capacityreservationgroups_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/capacityreservations_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/client_factory.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/cloudserviceoperatingsystems_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/cloudserviceroleinstances_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/cloudserviceroles_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/cloudservices_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/cloudservicesupdatedomain_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/communitygalleries_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/communitygalleryimages_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/communitygalleryimageversions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/constants.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/dedicatedhostgroups_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/dedicatedhosts_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/diskaccesses_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/diskencryptionsets_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/diskrestorepoint_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/disks_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleries_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleryapplications_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleryapplicationversions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleryimages_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleryimageversions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleryinvmaccesscontrolprofiles_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/galleryinvmaccesscontrolprofileversions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/gallerysharingprofile_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/images_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/loganalytics_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/models.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/models_serde.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/operations_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/options.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/proximityplacementgroups_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/resourceskus_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/responses.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/restorepointcollections_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/restorepoints_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/sharedgalleries_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/sharedgalleryimages_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/sharedgalleryimageversions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/snapshots_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/softdeletedresource_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/sshpublickeys_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/time_rfc3339.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/usage_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachineextensionimages_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachineextensions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachineimages_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachineimagesedgezone_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachineruncommands_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachines_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinescalesetextensions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinescalesetrollingupgrades_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinescalesets_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinescalesetvmextensions_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinescalesetvmruncommands_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinescalesetvms_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6/virtualmachinesizes_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/agentpools_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/assets.json is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/autorest.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/ci.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/client_factory.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/constants.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/date_type.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/machines_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/maintenanceconfigurations_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/managedclusters_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/models.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/models_serde.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/operations_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/options.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/privateendpointconnections_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/privatelinkresources_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/resolveprivatelinkserviceid_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/responses.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/snapshots_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/time_rfc3339.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/trustedaccessrolebindings_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6/trustedaccessroles_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/accounts_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/autorest.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/ci.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/constants.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/models.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/options.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage/taskassignments_client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets/_metadata.json is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets/assets.json is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets/client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets/tsp-location.yaml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets/version.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/challenge_policy.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/constants.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/fake_challenge.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/parse.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/.gitignore is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/GNUmakefile is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/Gopkg.lock is excluded by !**/*.lock, !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/Gopkg.toml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/config.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/devicetoken.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/persist.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/sender.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/token.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/token_1.13.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/token_legacy.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/adal/version.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/authorization.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/authorization_sas.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/authorization_storage.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/autorest.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/async.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/auth/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/auth/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/auth/auth.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/azure.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/cli/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/cli/profile.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/cli/token.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/metadata_environment.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/azure/rp.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/client.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/date.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/time.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/timerfc1123.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/unixtime.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/date/utility.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/error.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/preparer.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/responder.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/retriablerequest.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/sender.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/utility.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/utility_1.13.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/utility_legacy.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/autorest/version.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/azure-pipelines.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/logger/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/logger/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/logger/logger.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/tracing/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/tracing/go_mod_tidy_hack.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/Azure/go-autorest/tracing/tracing.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential/confidential.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/base.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage/items.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage/storage.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens/accesstokens.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority/authority.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/public/public.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/.gitignore is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/.travis.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/CODE_OF_CONDUCT.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/CONTRIBUTING.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/arrays.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/converter.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/error.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/numerics.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/patterns.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/types.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/utils.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/validator.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/asaskevich/govalidator/wercker.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/dimchansky/utfbom/.gitignore is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/dimchansky/utfbom/.travis.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/dimchansky/utfbom/LICENSE is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/dimchansky/utfbom/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/dimchansky/utfbom/utfbom.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/emicklei/go-restful/v3/.travis.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/emicklei/go-restful/v3/CHANGES.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/emicklei/go-restful/v3/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/emicklei/go-restful/v3/curly.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/emicklei/go-restful/v3/custom_verb.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/emicklei/go-restful/v3/doc.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/.cirrus.yml is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/CHANGELOG.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/backend_fen.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/backend_inotify.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/backend_kqueue.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/backend_other.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/backend_windows.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/fsnotify.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/internal/darwin.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/internal/freebsd.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/internal/unix.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/internal/windows.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/shared.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fsnotify/fsnotify/staticcheck.conf is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fxamacker/cbor/v2/README.md is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fxamacker/cbor/v2/bytestring.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fxamacker/cbor/v2/cache.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fxamacker/cbor/v2/common.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fxamacker/cbor/v2/decode.go is excluded by !**/vendor/**
  • cluster-api/providers/azure/vendor/github.com/fxamacker/cbor/v2/doc.go is excluded by !**/vendor/**
📒 Files selected for processing (1)
  • cluster-api/providers/azure/go.mod

toolchain go1.24.13

require sigs.k8s.io/cluster-api-provider-azure v1.21.1-0.20250929163617-2c4eaa611a39
require sigs.k8s.io/cluster-api-provider-azure v0.0.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Verify committed go.mod files do not contain absolute local replacements.
rg -n '^\s*replace\s+\S+\s+=>\s+(/|[A-Za-z]:[\\/])' --glob 'go.mod'

# Inspect whether CAPZ is expected to come from vendored content instead.
fd '^modules\.txt$' . | xargs -r rg -n 'sigs\.k8s\.io/cluster-api-provider-azure'

Repository: openshift/installer

Length of output: 15518


Remove the absolute local path replacement before this is merged.

The require sigs.k8s.io/cluster-api-provider-azure v0.0.0 at line 7 is resolved via the absolute local replace directive at line 144 (/Users/padillon/...), which breaks reproducibility on CI systems and other developer machines while also leaking workstation-specific paths. The CAPZ module is already vendored, so either commit only the vendored state (remove line 7 and the replace) or use a repo-relative path or proper GitHub fork reference consistent with how cluster-api/providers/azurestack/go.mod and the root vendor handle CAPZ.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@cluster-api/providers/azure/go.mod` at line 7, The go.mod currently pins
sigs.k8s.io/cluster-api-provider-azure to v0.0.0 and relies on an absolute local
replace (the workstation path in the replace directive) which breaks CI and
leaks a local path; remove the absolute local replace directive and either
remove the v0.0.0 require (and rely on the committed vendor state) or change the
replace to a repo-relative path or an appropriate upstream GitHub module/fork
consistent with how cluster-api/providers/azurestack/go.mod and the root vendor
handle CAPZ so the module resolution is reproducible across machines.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 11, 2026

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

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-custom-dns 434f3bb link false /test e2e-gcp-custom-dns
ci/prow/e2e-azure-ovn-shared-vpc 434f3bb link false /test e2e-azure-ovn-shared-vpc
ci/prow/e2e-gcp-xpn-custom-dns 434f3bb link false /test e2e-gcp-xpn-custom-dns
ci/prow/verify-vendor 434f3bb link true /test verify-vendor
ci/prow/azure-ovn-marketplace-images 434f3bb link false /test azure-ovn-marketplace-images
ci/prow/e2e-azure-default-config 434f3bb link false /test e2e-azure-default-config
ci/prow/e2e-azurestack 434f3bb link false /test e2e-azurestack
ci/prow/e2e-azure-ovn 434f3bb link true /test e2e-azure-ovn
ci/prow/e2e-aws-ovn-rhcos10-devpreview 434f3bb link false /test e2e-aws-ovn-rhcos10-devpreview
ci/prow/gcp-custom-endpoints-proxy-wif 434f3bb link false /test gcp-custom-endpoints-proxy-wif

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

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

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants