When creating a routed Org Network as an Org Admin using the New-OrgVdcNetwork cmdlet the following error is displayed.
The operation 'Create org network' is not available. It is available only to system administrators.
Users with OrgAdmin privileges must have the ability to create a routed Org network. This is possible using the tenant UI and the Rest API.
Get-InstalledModule -Name VMware.PowerCLI, VMware.VimAutomation.Cloud | select Version, Name, Repository
Version Name Repository
------- ---- ----------
11.4.0.14413515 VMware.PowerCLI PSGallery
11.0.0.10379994 VMware.VimAutomation.Cloud PSGallery
New-OrgVdcNetwork -Name "OrgVdcNetworkName" -Routed -OrgVdc $MyOrgVdc -edgegateway "ESGName" -Gateway "GWIP" -Netmask "Mask" -StaticIPPool "Pool" -PrimaryDns "PriDNS" -SecondaryDns "SecDNS" -DnsSuffix "Suffix"