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

Bump azure-keyvault from 1.1.0 to 4.1.0 in /requirements #9

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps azure-keyvault from 1.1.0 to 4.1.0.

Release notes

Sourced from azure-keyvault's releases.

azure-keyvault-administration_4.0.0b3

4.0.0b3 (2021-02-09)

Added

  • KeyVaultAccessControlClient supports managing custom role definitions

Breaking Changes

  • Renamed KeyVaultBackupClient.begin_full_backup() to .begin_backup()
  • Renamed KeyVaultBackupClient.begin_full_restore() to .begin_restore()
  • Renamed BackupOperation.azure_storage_blob_container_uri to .folder_url
  • Renamed id property of BackupOperation, RestoreOperation, and SelectiveKeyRestoreOperation to job_id
  • Renamed blob_storage_uri parameters of KeyVaultBackupClient.begin_restore() and .begin_selective_restore() to folder_url
  • Removed redundant folder_name parameter from KeyVaultBackupClient.begin_restore() and .begin_selective_restore() (the folder_url parameter contains the folder name)
  • Renamed KeyVaultPermission attributes:
    • actions -> allowed_actions
    • data_actions -> allowed_data_actions
    • not_actions -> denied_actions
    • not_data_actions -> denied_data_actions
  • Renamed KeyVaultRoleAssignment.assignment_id to .role_assignment_id
  • Renamed KeyVaultRoleScope enum values:
    • global_value -> GLOBAL
    • keys_value -> KEYS
Commits

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 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 Pull requests that update a dependency file label Mar 12, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch 2 times, most recently from 58a6a2e to 2165e01 Compare March 19, 2021 21:35
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch 2 times, most recently from f1c2b01 to 8cc26c5 Compare April 1, 2021 21:49
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from 8cc26c5 to f81f6cb Compare April 15, 2021 17:32
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch 2 times, most recently from c626c42 to 47babf8 Compare May 5, 2021 16:34
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch 2 times, most recently from 66a8645 to 0d9ccff Compare June 4, 2021 16:45
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from 0d9ccff to c4a729b Compare May 16, 2022 16:42
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from c4a729b to f6989a0 Compare July 6, 2022 23:43
@github-actions github-actions bot removed the dependencies Pull requests that update a dependency file label Jul 6, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from f6989a0 to a1932ff Compare July 18, 2022 21:29
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from a1932ff to 4d59715 Compare August 9, 2022 16:24
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from 4d59715 to bebe437 Compare September 8, 2022 23:12
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from bebe437 to 29d775d Compare September 27, 2022 15:59
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from 29d775d to 8a2b70a Compare November 22, 2022 17:13
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/azure-keyvault-4.1.0 branch from 8a2b70a to 2b11834 Compare January 18, 2023 17:49
keithjgrant pushed a commit that referenced this pull request Apr 17, 2023
* add assertions around access to resulting job

there is a problem getting the job w/ the user that launched it

add more assertions to bulk tests (#11)

dig more into the results and assert on results
also, use a fixture that already implemented the "max queries" thing

fix ansible collection sanity tests (#12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants