Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.63 KB

TODO.md

File metadata and controls

55 lines (40 loc) · 1.63 KB

ToDo list for module EasyAzureFunction

See live list of issues. This file will be removed in future.

Open tasks

Version 0.4

Later

  • Add support for script with parameters and script with function(s) inside
  • Add complex objects, namely PSCredentials
  • Add dropdown for enum classes

Documentation updates

  • Add more tasks here, or in the issues (with link from here)
  • Re-upload examples
  • Add images for my examples
  • Add images for creating AzF
  • Add Skype chat button on github

Done

Version 0.3

  • Add better deployment to PS Gallery

Version 0.2

  • Test with PowerShell core
  • Unify argument names (Name vs CommandName vs Command), add support for pipeline from Get-Command
  • Verify if command exists on remote system before running it, not needed
  • Add switch PreCode and Hello World example
  • Split readme into more MD files (like todo.md, etc.)
  • Add Write-Output examples
  • Include GoBack into pre tag
  • Move these docs to root folder
  • Test documentation into Pester

Version 0.1

  • Add Pester tests
  • Add documentation, via PlatyPS
  • Add primary function to call two private ones
  • Add psd1
  • Add CI/CD pipeline, publish to PSGallery
  • Add build badge
  • Add go back link at the end of results page