Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update azure-mgmt-compute requirement from ~=33.1.0 to ~=34.0.0 #664

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 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.0.0

34.0.0 (2025-01-20)

Features Added

  • Model CloudServiceVaultCertificate has a new parameter is_bootstrap_certificate

Breaking Changes

  • Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
  • Model Gallery no longer has parameter identity
  • Model GalleryImage no longer has parameter allow_update_image
  • Model GalleryImageFeature no longer has parameter starts_at_version
  • Model GalleryImageUpdate no longer has parameter allow_update_image
  • Model GalleryImageVersion no longer has parameter restore
  • Model GalleryImageVersion no longer has parameter validations_profile
  • Model GalleryImageVersionSafetyProfile no longer has parameter block_deletion_before_end_of_life
  • Model GalleryImageVersionUpdate no longer has parameter restore
  • Model GalleryImageVersionUpdate no longer has parameter validations_profile
  • Model GalleryList no longer has parameter security_profile
  • Model GalleryUpdate no longer has parameter identity
  • Model TargetRegion no longer has parameter additional_replica_sets
  • Model UserArtifactSettings no longer has parameter script_behavior_after_reboot
  • Removed operation group GalleryInVMAccessControlProfileVersionsOperations
  • Removed operation group GalleryInVMAccessControlProfilesOperations
  • Removed operation group SoftDeletedResourceOperation
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

New Features:

  • Add is_bootstrap_certificate parameter to CloudServiceVaultCertificate model.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Copy link
Contributor

sourcery-ai bot commented Jan 20, 2025

Reviewer's Guide by Sourcery

This pull request updates the azure-mgmt-compute dependency to version 34.0.0. This is a major version update, which includes breaking changes such as the removal of some models and operation groups. The update also includes a new parameter in the CloudServiceVaultCertificate model.

Class diagram showing breaking changes in Azure Compute Models

classDiagram
    class CloudServiceVaultCertificate {
      +bool is_bootstrap_certificate
    }
    note for CloudServiceVaultCertificate "Added new parameter"

    class Gallery {
      -identity
    }
    note for Gallery "Removed identity parameter"

    class GalleryImage {
      -allow_update_image
    }
    note for GalleryImage "Removed allow_update_image parameter"

    class GalleryImageVersion {
      -restore
      -validations_profile
    }
    note for GalleryImageVersion "Removed multiple parameters"

    class TargetRegion {
      -additional_replica_sets
    }
    note for TargetRegion "Removed parameter"

    class UserArtifactSettings {
      -script_behavior_after_reboot
    }
    note for UserArtifactSettings "Removed parameter"
Loading

File-Level Changes

Change Details Files
Updated the azure-mgmt-compute dependency to the latest major version.
  • Updated azure-mgmt-compute from ~=33.1.0 to ~=34.0.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.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a 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. You can also use
    this command to specify where the summary should be inserted.

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

@github-actions github-actions bot mentioned this pull request Jan 18, 2025
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_33.1.0...azure-mgmt-compute_34.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/azure-mgmt-compute-approx-eq-34.0.0 branch from 67cb5fe to 4163f1f Compare January 21, 2025 19:38
@github-actions github-actions bot mentioned this pull request Jan 23, 2025
@SeanTConrad SeanTConrad merged commit 7031a0f into main Jan 23, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/azure-mgmt-compute-approx-eq-34.0.0 branch January 23, 2025 22:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant