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

Smart state Snapshot Managed Disk Name 80 Char Limit #157

Merged

Commits on Nov 3, 2017

  1. SSA Snapshot Disk Name 80 Char Limit

    Changes required since there is an 80 character limit on the name
    of the snapshot for a managed disk -
    1) Use the VM name instead of the OS DIsk name.
    2) Shorten the suffix for the snapshot from 20 to 13 characters.
    3) If the above is still longer than 80 characters truncate the VM name to 80-13 characters.
    4) Always pass the snapshot name to MiqAzureVm so that it does not have to compute the name
       as well.
    jerryk55 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    9a1b8d3 View commit details
    Browse the repository at this point in the history