Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 2.18 KB

ChangeLog.md

File metadata and controls

55 lines (48 loc) · 2.18 KB

Upcoming Release

Version 0.2.0

  • Switched folowing cmdlets to generated
    • Get-AzDataBoxCredential
    • Get-AzDataBoxJob
    • New-AzDataBoxJob
    • Remove-AzDataBoxJob
    • Stop-AzDataBoxJob
  • Supported Creation, Updation, Deletion of Scheduled/Non-Scheduled order .
  • Added support of transfer type ExportFromAzure.
  • Added support of Customer Managed Key.
  • Added support of double encryption.
  • Added support of user assigned identity in create/update order.

Version 0.1.1

  • Update references in .psd1 to use relative path

Version 0.1.0

  • General Availability of Az.Databox Module
  • Added cmdlet Get-AzDataBoxJob
    • This cmdlet fetches the databox job/jobs of the user based on the filters applied like resource group name etc.
  • Added cmdlet Get-AzDataBoxCredential
    • This cmdlet fetches the databox credentials of the specified databox job.
  • Added cmdlet Stop-AzDataBoxJob
    • This cmdlet is used to cancel an ongoing databox job.
  • Added cmdlet Remove-AzDataBoxJob
    • This cmdlet is used to delete a finished(completed/cancelled/aborted) databox job.
  • Added cmdlet New-AzDataBoxJob
    • This cmdlet is used to create a new databox job.
  • Added confirmation message to Stop-AzDataBoxJob and Remove-AzDataBoxJob cmdlets
    • Added prompting for confirmation to Stop-AzDataBoxJob and Remove-AzDataBoxJob cmdlets.
    • Added Force switch parameter to skip confirmation for Stop-AzDataBoxJob and Remove-AzDataBoxJob cmdlets.
    • Updated tests and associated session records.
    • Cosmetic changes to help files.