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

Add support for no-downtime disk resizes. #17245

Merged
merged 21 commits into from
Nov 9, 2022

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    851699d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    a77f38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1111471 View commit details
    Browse the repository at this point in the history
  3. tweak docs

    kazimierzbudzyk committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    67dda3f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Merge branch 'master' of github.com:kazimierzbudzyk/terraform-provide…

    …r-azurerm into kb/live-disk-resize
    kazimierzbudzyk committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    547a7cf View commit details
    Browse the repository at this point in the history
  2. flip default to true

    kazimierzbudzyk committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    80e65c3 View commit details
    Browse the repository at this point in the history
  3. vendor

    kazimierzbudzyk committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    fa1d8d0 View commit details
    Browse the repository at this point in the history
  4. fix test

    kazimierzbudzyk committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d0fe26c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    bd50a25 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    87a68d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. update branch

    kazimierzbudzyk committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9c37781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3cb84 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. update branch

    kazimierzbudzyk committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    bce7ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7b998 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. merge

    kazimierzbudzyk committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    1b3cc70 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    6ca8c00 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. r/managed_disk: support for Expand Without Downtime

    This extends the work done by @kazimierzbudzyk to ensure we check the Virtual Machine and Managed Disk to confirm
    that they support Expand Without Downtime (and fallback to shutting the machine down if not).
    
    Unfortunately we're unable to output a warning either way at this time (since that'd require Framework) - as such
    this PR includes adding notes to the documentation calling out we'll best-effort this.
    tombuildsstuff committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    87c5510 View commit details
    Browse the repository at this point in the history
  2. go mod tidy/vendor

    tombuildsstuff committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    db79bfc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    909ae41 View commit details
    Browse the repository at this point in the history
  2. Rename feature flag

    manicminer committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4f423ea View commit details
    Browse the repository at this point in the history
  3. goimports

    manicminer committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0c8c96a View commit details
    Browse the repository at this point in the history