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

chore(deps): bump azure-mgmt-network from 27.0.0 to 28.0.0 #5616

Merged
merged 4 commits into from
Nov 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps azure-mgmt-network from 27.0.0 to 28.0.0.

Release notes

Sourced from azure-mgmt-network's releases.

azure-mgmt-network_28.0.0

28.0.0 (2024-11-01)

Breaking Changes

  • This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller 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 ingore this change.
Commits
  • 8a810a3 [AutoRelease] t2-network-2024-10-31-29845(can only be merged by SDK owner) (#...
  • b9e0c0b Session Token Management APIs (#36971)
  • 35d19de [core] add servicemanagement legacy to ci for release (#38253)
  • a5474cf Sync eng/common directory with azure-sdk-tools for PR 9294 (#38251)
  • 60e5527 Enable py2docfx docs gen tool, remove the dockerimage docs validation (#38085)
  • 22c49da [GraphRBAC] deprecating package (#38224)
  • a22dfc9 [ServiceManagement] deprecate azure-servicemanagement-legacy (#38230)
  • 2dfb9f3 [Scheduler] deprecate azure-mgmt-scheduler (#38228)
  • fc38319 Sync eng/common directory with azure-sdk-tools for PR 9288 (#38243)
  • 187523b clean up unused python script (#38128)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Dependabot Updates label Nov 1, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 22:49
@dependabot dependabot bot added pip Dependabot Updates Python v3 Everything related to Prowler 3.0 labels Nov 1, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 22:49
@puchy22 puchy22 added the no-merge Please, DO NOT MERGE this PR. label Nov 4, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/v3/azure-mgmt-network-28.0.0 branch 10 times, most recently from e6a69a6 to c3e38bd Compare November 8, 2024 10:20
@dependabot dependabot bot force-pushed the dependabot/pip/v3/azure-mgmt-network-28.0.0 branch 4 times, most recently from d6430e6 to 4d324b5 Compare November 12, 2024 12:48
Bumps [azure-mgmt-network](https://github.com/Azure/azure-sdk-for-python) from 27.0.0 to 28.0.0.
- [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-network_27.0.0...azure-mgmt-network_28.0.0)

---
updated-dependencies:
- dependency-name: azure-mgmt-network
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/v3/azure-mgmt-network-28.0.0 branch from 4d324b5 to 51e8f60 Compare November 12, 2024 14:27
@puchy22 puchy22 self-assigned this Nov 12, 2024
@puchy22 puchy22 removed the no-merge Please, DO NOT MERGE this PR. label Nov 12, 2024
@github-actions github-actions bot added the provider/azure Issues/PRs related with the Azure provider label Nov 12, 2024
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.85%. Comparing base (a16fecc) to head (d45b4f5).
Report is 1 commits behind head on v3.

Additional details and impacted files
@@            Coverage Diff             @@
##               v3    #5616      +/-   ##
==========================================
- Coverage   86.86%   86.85%   -0.01%     
==========================================
  Files         716      716              
  Lines       22568    22568              
==========================================
- Hits        19603    19602       -1     
- Misses       2965     2966       +1     

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

@MrCloudSec
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@MrCloudSec MrCloudSec merged commit 4bf01bd into v3 Nov 12, 2024
11 checks passed
@MrCloudSec MrCloudSec deleted the dependabot/pip/v3/azure-mgmt-network-28.0.0 branch November 12, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot Updates pip Dependabot Updates Python provider/azure Issues/PRs related with the Azure provider v3 Everything related to Prowler 3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants