Skip to content

v1.1.0

Choose a tag to compare

@jeshuaedgar jeshuaedgar released this 01 Jan 20:44
· 93 commits to master since this release

Added

  • Much improved error handling for requests, will return OpenProvider error code that you can reference to instead of generic failures. (reference)
  • Sanbox connectivity!
  • Validation of created nameserver in Add-OPNameserver
  • Added $true outputs for all Get, Set and Remove commands when completed succesfully for logic.
  • [CmdletBinding()] to every function for common parameters.
  • Connect-OpenProvider now uses Invoke-OPRequest
  • More readable and useful outputs for all commands that return information (Get-OP*)
  • Update-OPDomain add comments, lock the domain and change nameserver groups with this command.
  • Get-OPNameserverGroup get a list of nameserver groups in your tenant.
  • New-OPAuthCode get a AuthCode for your domain (specify domain ID)

Fixed

  • Fixed an error when adding a body to a Get request in PowerShell 5.1 (New-QuerryString)

Changed

  • Get-OPZone now takes an optional -Provider parameter instead of a clunky Zone ID.
  • Update-OPZone parameter -IsSpamexpertsEnabled is now -EnableSpamExperts
  • Get-OPDomainDetails is now Get-OPDomain -Detailed

Removed

  • Update-OPZone - removed because function is obsolete. New-OPZoneRecord uses same endpoint and has similar functionality.