From 056a943465209e8c2d9d6e403426cdaee373adb8 Mon Sep 17 00:00:00 2001 From: TehMuffinMoo Date: Wed, 17 Jul 2024 13:19:02 +0100 Subject: [PATCH] docs --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index c6e0c28e..9eef11e4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,6 +3,7 @@ - Add new CubeJS wrapper functions for interacting with the BloxOne CubeJS API - Add `-VMHost` parameter to `Deploy-B1Appliance` when using `-Type VMware`. This is used both to specify a specific host on a Cluster, or on its own to enable support for deploying to standalone hosts. - Various minor code improvements & fixes +- Refactored all code to remove unneccessary whitespace and unused variables ### Breaking Changes Support for `ShouldProcess` is being added for all functions, which enables three new parameters. `-Confirm`, `-WhatIf` & `-Force`.