From 8ff7bb3616a11c5e5d154003572c16b8cc636587 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Thu, 24 Dec 2020 05:41:24 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20for=20#699=20=F0=9F=A5=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d50271..25bef506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Created 3 new parameter sets to `Invoke-RubrikRESTCall` : `BodyAsArray`, `BodyAsJson`, `General` fixing [Issue 711](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/711) * Added support for `WhatIf` & `Confirm` to the `Invoke-RubrikRESTCall` cmdlet fixing [Issue 713](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/713) * Changed how `PrimaryClusterID` is handled in the `Get-RubrikDatabase` cmdlet fixing [Issue 691](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/691) +* Changed how `ConfirmImpact` is handled in the `New-RubrikSnapshot` cmdlet, it will now error when no SLAID is found when query by SLA and won't prompt for Test-SLA unless using `-Confirm`, fixing [Issue 699](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/699) ### Added