chore: update azure-mgmt-sql requirement from <=1.0.0 to <=3.0.1
Updates the requirements on azure-mgmt-sql to permit the latest version.
Commits
58f4008[AutoRelease] t2-sql-2021-07-15-33216 (#19819)053e685data-plan skip changelog generation (#19815)8f33748skip failing detect language tests due to service bug (#19806)e7568fdSearch v3 skills (#19804)2c04f44Sync eng/common directory with azure-sdk-tools for PR 1748 (#19567)f65d26f[translation] perf test (#19317)c6ab402switch to autorestv3 branch (#19758)1b4b481Usepip==20.3, Remove pinned min-dependency override oncryptography(#19...2f8f507improve streaming tests (#19743)398c149Update swagger_to_sdk_config_autorest.json (#19791)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
I'm not a user of the Azure module (yet) so a major version upgrade makes me a bit nervous
Hi @achantavy! I'm currently using azure-mgmt-sql v3.0.1, and I can't integrate Cartography on it because of the dependency mismatch. What do you think what would be the best way to upgrade it in Cartography?
Hi @achantavy and team! First of all, thanks for the beautiful job you guys do at Cartography. We want to use the main Cartography package but due to the Azure conflict with our version in Prowler we need to fork the repo until this is sorted out (updated). I wanted to let you guys know since it is not company strategy (to fork it whatsoever) but pure engineering and package management. Please let us know when the package version is updated. Thank you!
Hi @achantavy following the above comment from Toni, we created https://github.com/cartography-cncf/cartography/pull/2154 to bump azure-mgmt-sql and also modified the code with the breaking changes included. We run a scan for Azure and everything worked as expected. Thanks!