Skip to content

Roadmap

Augustin Ziegler edited this page Apr 12, 2019 · 14 revisions

Is a set of features that will get available in next releases.

  • [Server] create new server (New-OSServer)
  • [Port] create new port (New-OSPort)
  • Identity
    • [Auth] Disconnect-OSAccount (API ref)
    • [Identity] all Set commands
    • [Region] Region management
    • [Policy] Policy management
  • Confirm on all Remove or change commands
  • [All] -Wait parameter on all Remove/New commands (e.g. Remove-OSVolume - status: deleting)
  • test for Powershell Core compatibility

Internal Radmap

This includes all upcoming that impacts the core, there is no change or impact on the end user side.

  • [Core] set id as default property if exists (Get-OSObjectIdentifierer)
    • does all objects have id property (metadata)?
  • [Commands] pipline possition (use command without parametername Get-OSServer )
  • [Commands] allow null value for set (Description) use $psboundparameters

Bugs

  • Disconnect-OSAccount
    • Invoke-WebRequest : {"error": {"message": "You are not authorized to perform the requested action: identity:revoke_token.", "code": 403, "title": "Forbidden"}}
  • use Add-OSServerVolumeAttachment not Mount-OSVolume (same for Remove)
Clone this wiki locally