Commit Graph

1014 Commits

Author SHA1 Message Date
William Lam
fd7429055d Add Remove-NSXTDistFirewallSection 2019-04-20 12:42:15 -07:00
William Lam
3134d1acd9 Removing -Name as required param + DROP keyword for action 2019-04-20 12:29:24 -07:00
Kyle Ruddy
942db3940d Merge pull request #275 from lamw/master
{Get/New/Remove} Route-Based VPN Functions
2019-04-20 13:41:43 +02:00
Kyle Ruddy
a9d6acc44b Merge pull request #274 from libertymutual/Enhancement-to-Get-HcxMigration
Get-HcxMigration: Allow array of MigrationIds
2019-04-20 13:41:23 +02:00
Kyle Ruddy
19d6151380 Merge pull request #272 from freythman/master
New VMware.Hv.Helper functions
2019-04-20 13:40:33 +02:00
William Lam
2cebd97c01 Fixed Distributed Firewall Rule Section + Remove NSX-T Service 2019-04-19 16:24:19 -07:00
William Lam
25450e9003 Fix No DHCP NSX-T Segment creation 2019-04-15 09:15:40 -07:00
thibautnoben
f2b9ac0647 Merge pull request #1 from vmware/master
mastersync
2019-04-14 19:16:19 +02:00
William Lam
0cfb39779b Fix "Successfully" typo 2019-04-13 14:11:49 -07:00
William Lam
423e752404 Adding Route Based VPN functions 2019-04-13 13:41:51 -07:00
Mark McGilly
b95886558f Get-HcxMigration: Allow array of MigrationIds 2019-04-09 10:55:34 -04:00
Matt Frey
3b5f501d72 Address Issue #180 2019-04-08 00:56:49 -05:00
Matt Frey
db8f4407a0 Address Issue #273 2019-04-05 11:19:38 -05:00
Matt Frey
31d785fc14 Merge branch 'master' into master 2019-04-04 11:29:51 -05:00
Kyle Ruddy
1760d4c963 Merge pull request #270 from freythman/patch-1
Address Issue #269
2019-03-29 18:52:09 -04:00
Kyle Ruddy
d12619c64d Merge pull request #271 from kmruddy/master
Add SDDC Cluster Functions
2019-03-26 21:16:42 -07:00
Kyle Ruddy
528eca815c Add SDDC Cluster Functions
Add the following SDDC Cluster Functions:
Get-VMCSDDCCluster
New-VMCSDDCCluster
Remove-VMCSDDCCluster
2019-03-27 00:12:03 -04:00
Kyle Ruddy
74dd5ef9fb Merge pull request #1 from vmware/master
Update kmruddy fork
2019-03-26 21:01:02 -07:00
Kyle Ruddy
45ac4a47fb Revert "Add SDDC Cluster Functions"
This reverts commit fe603f60d6.
2019-03-27 00:00:01 -04:00
Kyle Ruddy
fe603f60d6 Add SDDC Cluster Functions
Added the following functions:
Get-VMCSDDCCluster
New-VMCSDDCCluster
Remove-VMCSDDCCluster
2019-03-26 23:55:29 -04:00
Matt Frey
1c54a37fbd Shortened ImageType to Type 2019-03-19 15:06:54 -07:00
William Lam
d95806ea2f Fix CGW/MGW scope 2019-03-19 10:31:20 -07:00
William Lam
bda5a5a276 Fixing the default Scope label for CGW FW Rules 2019-03-18 13:39:52 -07:00
William Lam
72a5555860 Fixing logic for SRC/DST Infra Group 2019-03-15 10:46:43 -07:00
William Lam
29fbb5bc59 Fixing optional for Source/Destination Groups + typo 2019-03-15 05:13:37 -07:00
Matt Frey
360e190300 New HV Functions for vCenter and BaseImage 2019-03-14 19:08:01 -05:00
William Lam
b8b48e40f8 Add support for both Infra Group/Scopes related to CGW Edge Fireweall 2019-03-14 12:00:27 -07:00
Matt Frey
ecc12a1884 Address Issue #269
Both flash parameters for `New-HVPool` were limited to the validate set of `LINKED_CLONE`. This updates them to be valid for all desktop types, since it is applicable to all desktop types. See https://vdc-download.vmware.com/vmwb-repository/dcr-public/3721109b-48a5-4ffb-a0ad-6d6a44f2f288/ff45dfca-1050-4265-93ef-4e7d702322e4/vdi.resources.Desktop.AdobeFlashSettings.html for details.
2019-03-13 14:43:33 -05:00
Conor Tolan
bbc6d0f775 Started tests for VMCFirewall.
Fixed incorrect function call in sddc version test.
2019-02-27 22:23:05 +00:00
Conor Tolan
3e09f0a601 Wrote tests covering get VMC SDDC Version
Fixed up get VMC Hosts a bit.
2019-02-25 22:28:23 +00:00
Conor Tolan
f926508d1f Added test for Get-VMCVMHost, complicated object mocking. 2019-02-25 21:09:18 +00:00
Conor Tolan
c01427f6f4 Added new tests. 2019-02-24 16:06:47 +00:00
Conor Tolan
2bb82249ca Added new tests for get default creds
Added test for not connected route in functions to increase coverage.
2019-02-24 14:41:16 +00:00
Conor Tolan
b5111e1fab Adding a VMC code coverage script to invoke the coverage report. 2019-02-23 19:33:24 +00:00
Conor Tolan
5c833d4ce5 Wraped all the tests inModuleScope for invoke-pester invocation.
Moved function name into module scope.
2019-02-23 18:56:44 +00:00
Conor Tolan
b90c83ac56 Created tests for get VMC Task
Trimed out excess fom get SDDC parameters in the object.
2019-02-23 18:06:09 +00:00
Conor Tolan
f642290b2d Tidied up the object creation in tests. 2019-02-23 17:41:23 +00:00
Conor Tolan
a95e01066d Renamed VMC Org test file.
Added VMC Sddc test file.
2019-02-23 16:40:31 +00:00
Conor Tolan
6c578f7b78 Added mock write-host to clean up output.
Added the general creation of the $object needed to mock the function.
2019-02-23 16:37:03 +00:00
Conor Tolan
3a61850b41 Randomly wrote over import. undone. 2019-02-20 22:26:26 +00:00
Conor Tolan
783319a624 Finished org tests 2019-02-20 22:17:59 +00:00
Conor Tolan
f9ca007ae5 Added two pester tests for Get-VMCCommand and Connect-VMCVIServer. 2019-02-18 21:57:52 +00:00
Kyle Ruddy
71915cde79 Merge pull request #264 from kmruddy/master
Create Move-DatastoreCluster.ps1
2019-02-13 18:59:13 -05:00
Kyle Ruddy
0e318d3e07 Create Move-DatastoreCluster.ps1
Moves a datastore cluster to a new location
2019-02-13 15:57:51 -08:00
Kyle Ruddy
780e830205 Merge pull request #263 from lamw/master
Added NSX-T Overview Info
2019-02-08 08:59:36 -05:00
William Lam
2212477dff Added NSX-T Overview Info 2019-02-08 05:28:10 -08:00
Kyle Ruddy
481845717c Merge pull request #260 from lamw/master
Added Set-VMCSDDC function to rename SDDC
2019-02-04 12:36:48 -05:00
William Lam
407be173e4 Adding NSX-T Routing Table 2019-02-02 07:34:16 -08:00
Kyle Ruddy
6cc6634628 Create Set-NetworkAdapterOpaqueNetwork.ps1
Code sample provided as part of KB 65149: https://kb.vmware.com/s/article/65149
2019-02-01 14:19:32 -05:00
William Lam
9ff4c4f48c Merge branch 'master' into master 2019-01-23 05:48:32 -08:00