Skip to content

Commit

Permalink
Merge pull request #1363 from farodin91/support-vsphere-7-for-dvs
Browse files Browse the repository at this point in the history
Support vsphere 7 for dvs
  • Loading branch information
koikonom authored Mar 16, 2021
2 parents 05b3d8f + c4436f8 commit 2b41446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vsphere/distributed_virtual_switch_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ var dvsVersions = []string{
"5.5.0",
"6.0.0",
"6.5.0",
"7.0.0",
"7.0.2",
}

// dvsFromUUID gets a DVS object from its UUID.
Expand Down

0 comments on commit 2b41446

Please sign in to comment.