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

[release-1.24] Fix how getSecurityRuleName() handles IPv6 addr prefix #3353

Merged
merged 1 commit into from
Feb 15, 2023

Commits on Feb 14, 2023

  1. Fix how getSecurityRuleName() handles IPv6 addr prefix

    Error msg is like: Resource name a29b3b265d9f84776b6c877408e7a519-TCP-80-2001:1234:5678:9abd::4_128 is invalid. The name can be up to 80 characters long. It must begin with a word character, and it must end with a word character or with '_'. The name may contain word characters or '.', '-', '_'."
    * Bug fix
    * Add UT and adjust e2e
    
    Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
    lzhecheng committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d2ff54b View commit details
    Browse the repository at this point in the history