Skip to content

Update azure-mgmt-compute requirement from ~=34.0.0 to ~=34.1.0#705

Merged
SeanTConrad merged 2 commits into
mainfrom
dependabot/pip/azure-mgmt-compute-approx-eq-34.1.0
Mar 25, 2025
Merged

Update azure-mgmt-compute requirement from ~=34.0.0 to ~=34.1.0#705
SeanTConrad merged 2 commits into
mainfrom
dependabot/pip/azure-mgmt-compute-approx-eq-34.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 24, 2025

Updates the requirements on azure-mgmt-compute to permit the latest version.

Release notes

Sourced from azure-mgmt-compute's releases.

azure-mgmt-compute_34.1.0

34.1.0 (2025-03-24)

Features Added

  • Added operation AvailabilitySetsOperations.begin_convert_to_virtual_machine_scale_set
  • Added operation AvailabilitySetsOperations.cancel_migration_to_virtual_machine_scale_set
  • Added operation AvailabilitySetsOperations.start_migration_to_virtual_machine_scale_set
  • Added operation AvailabilitySetsOperations.validate_migration_to_virtual_machine_scale_set
  • Added operation VirtualMachineImagesOperations.list_with_properties
  • Added operation VirtualMachinesOperations.begin_migrate_to_vm_scale_set
  • Model AvailabilitySet has a new parameter virtual_machine_scale_set_migration_info
  • Model AvailabilitySetUpdate has a new parameter virtual_machine_scale_set_migration_info
  • Model ProxyAgentSettings has a new parameter imds
  • Model ProxyAgentSettings has a new parameter wire_server
  • Model ResiliencyPolicy has a new parameter automatic_zone_rebalancing_policy
  • Model ScaleInPolicy has a new parameter prioritize_unhealthy_v_ms
  • Model SkuProfileVMSize has a new parameter rank
  • Model StorageProfile has a new parameter align_regional_disks_to_vm_zone
  • Model VirtualMachine has a new parameter placement
  • Model VirtualMachineScaleSetVM has a new parameter resilient_vm_deletion_status
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Enhancements:

  • Pick up new features and improvements in azure-mgmt-compute version 34.1.0, including new operations for AvailabilitySets and VirtualMachines, and new parameters for several models.

Updates the requirements on [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python) to permit the latest version.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-compute_34.0.0...azure-mgmt-compute_34.1.0)

---
updated-dependencies:
- dependency-name: azure-mgmt-compute
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 24, 2025
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Mar 24, 2025

Reviewer's Guide by Sourcery

This pull request updates the azure-mgmt-compute dependency in requirements.txt from ~=34.0.0 to ~=34.1.0. This change allows the project to use the latest features and fixes available in the azure-mgmt-compute library.

Updated class diagram for AvailabilitySet

classDiagram
    class AvailabilitySet {
        +virtual_machine_scale_set_migration_info: VirtualMachineScaleSetMigrationInfo
    }
    class VirtualMachineScaleSetMigrationInfo {
    }
    AvailabilitySet -- VirtualMachineScaleSetMigrationInfo : has
Loading

Updated class diagram for ResiliencyPolicy

classDiagram
    class ResiliencyPolicy {
        +automatic_zone_rebalancing_policy: AutomaticZoneRebalancingPolicy
    }
    class AutomaticZoneRebalancingPolicy {
    }
    ResiliencyPolicy -- AutomaticZoneRebalancingPolicy : has
Loading

Updated class diagram for StorageProfile

classDiagram
    class StorageProfile {
        +align_regional_disks_to_vm_zone: string
    }
Loading

Updated class diagram for VirtualMachine

classDiagram
    class VirtualMachine {
        +placement: Placement
    }
    class Placement {
    }
    VirtualMachine -- Placement : has
Loading

File-Level Changes

Change Details Files
Update azure-mgmt-compute dependency to allow the latest version.
  • Updated the azure-mgmt-compute requirement from ~=34.0.0 to ~=34.1.0.
requirements.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.03%. Comparing base (d12841a) to head (a2a6986).
⚠️ Report is 64 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #705      +/-   ##
==========================================
+ Coverage   77.98%   78.03%   +0.04%     
==========================================
  Files          31       31              
  Lines        2226     2226              
==========================================
+ Hits         1736     1737       +1     
+ Misses        490      489       -1     

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

🚀 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.

@SeanTConrad SeanTConrad merged commit b47d754 into main Mar 25, 2025
@dependabot dependabot Bot deleted the dependabot/pip/azure-mgmt-compute-approx-eq-34.1.0 branch March 25, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants