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 the publicIpPrefix prop during VmssUpdate #1

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

Commits on Aug 3, 2021

  1. Add the publicIpPrefix prop during VmssUpdate

    When a customer tries to scale VMSS using Terraform, since the current definitions do not have publicIpPrefix property, the new VM will be assigned a random IP address which is outside the range of public Ip prefix. Customer has to resolve the issue by deleting the Vmss and recreating it. This PR tries to resolve the issue by adding the publicIpPrefix property in the JSON definition which is used to generate a request for VMSS update. 
    
    More details about the issue can be found here - Azure#10190
    karthikka4820 authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    d3e9a50 View commit details
    Browse the repository at this point in the history