Skip to content

Make VM name comparison case-insensitive in azure vm_backup_enabled check#10373

Open
MalfuncEddie wants to merge 1 commit intoprowler-cloud:masterfrom
MalfuncEddie:master
Open

Make VM name comparison case-insensitive in azure vm_backup_enabled check#10373
MalfuncEddie wants to merge 1 commit intoprowler-cloud:masterfrom
MalfuncEddie:master

Conversation

@MalfuncEddie
Copy link

Context

FIX #10372

Description

This makes the vm comparison case insensitive

Steps to review

Please add a detailed description of how to review this PR.

Checklist

Community Checklist
  • This feature/issue is listed in here or roadmap.prowler.com
  • Is it assigned to me, if not, request it via the issue/feature in here or Prowler Community Slack

SDK/CLI

  • Are there new checks included in this PR? No
    • If so, do we need to update permissions for the provider? Please review this carefully.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@MalfuncEddie MalfuncEddie requested review from a team as code owners March 18, 2026 12:34
@github-actions github-actions bot added provider/azure Issues/PRs related with the Azure provider community Opened by the Community labels Mar 18, 2026
@github-actions
Copy link
Contributor

Conflict Markers Resolved

All conflict markers have been successfully resolved in this pull request.

@MalfuncEddie MalfuncEddie changed the title Make VM name comparison case-insensitive Make VM name comparison case-insensitive in azure vm_backup_enabled check Mar 18, 2026
@jfagoagas jfagoagas added the status/waiting-for-revision Waiting for maintainer's revision label Mar 19, 2026
@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.12%. Comparing base (5a3475b) to head (ce98c1f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #10373       +/-   ##
===========================================
+ Coverage   56.85%   86.12%   +29.27%     
===========================================
  Files          87      223      +136     
  Lines        2846     5743     +2897     
===========================================
+ Hits         1618     4946     +3328     
+ Misses       1228      797      -431     
Flag Coverage Δ
prowler-py3.10-azure 86.12% <ø> (?)
prowler-py3.10-oraclecloud ?
prowler-py3.11-azure 86.12% <ø> (?)
prowler-py3.11-oraclecloud ?
prowler-py3.12-azure 86.12% <ø> (?)
prowler-py3.12-oraclecloud ?
prowler-py3.9-azure 86.12% <ø> (?)
prowler-py3.9-oraclecloud ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
prowler 86.12% <ø> (+29.27%) ⬆️
api ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

community Opened by the Community provider/azure Issues/PRs related with the Azure provider status/waiting-for-revision Waiting for maintainer's revision

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure vm_backup_enabled check should compare names case insensitive

2 participants