Skip to content

v1.3.1

Choose a tag to compare

@ohadedry ohadedry released this 17 Dec 07:51
· 87 commits to main since this release
fd4f054

What's Changed

✨ New Functionality

  • Add support of mv, cp, export and import for SQLDatabase item type
  • Add new 'job run-rm' command for remove a scheduled job
  • Enhance set command for items to support any settable property path within the item's definition and metadata structure
  • Add support in ls commmand using -q flag for filtering based on JMESPath expressions

🔧 Bug Fix

  • Fix --output_format argument for command fab auth status
  • Fix context persistence in virtual environment
  • Fix create connection with onPremGateway and encryptedCredentials

⚡ Additional Optimizations

  • Add support for print in key-value list style
  • Optimize LRO polling by calling GetOperationResult API only when a Location header is present
  • Enforce CLI parameter values must be wrapped in single (') or double (") quotes in interactive mode

📝 Documentation Update

  • Documentation updates