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

vmware_dvswitch_pvlans: The VLAN ID type has been updated to be handled as an integer #2267

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sky-joker
Copy link
Collaborator

@sky-joker sky-joker commented Dec 5, 2024

SUMMARY

This module had a bug that caused an error if the VLAN ID was a string type.
The argument_specs and documentation have been improved to address this issue.

fixes: #2216

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
  • plugins/modules/vmware_dvswitch_pvlans.py
  • changelogs/fragments/2216-vmware_dvswitch_pvlans.yml
ADDITIONAL INFORMATION

Tested on VCSA 7.0

@sky-joker sky-joker changed the title [WIP] vmware_dvswitch_pvlans: The VLAN ID type has been updated to be handled as an integer vmware_dvswitch_pvlans: The VLAN ID type has been updated to be handled as an integer Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vmware_dvswitch_pvlans: For "primaryVlanId" expected type int, but got str
1 participant