From 4c95e3ef68197b6ecf9b8300fb9dc3ee6567781e Mon Sep 17 00:00:00 2001 From: Prabhat Dwivedi Date: Tue, 17 Sep 2024 17:37:20 +0530 Subject: [PATCH] Update 381 release notes (#556) (cherry picked from commit 9fc83fe7788649a807c8c78ec994036f806bf6cd) --- release-notes/3.8.1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/3.8.1/README.md b/release-notes/3.8.1/README.md index 94f8afe3..270ac7a2 100644 --- a/release-notes/3.8.1/README.md +++ b/release-notes/3.8.1/README.md @@ -7,11 +7,11 @@ # Improvements -- Adds support to provide xml file path for guest customization while creating provider spec for AHV using `calm create provider spec --type AHV_VM` +- Adds support to provide xml file path for guest customization while creating provider spec for AHV using `calm create provider_spec --type AHV_VM` - Endpoints of VM type will only be created if referenced VM is in current context project i.e VM is authorized for a given project. Similarly, only authorized VM can be used as target endpoint in runbook/blueprint. # Bug Fixes - Fixes `calm get marketplace bps` command failure in Calm-VM 3.8.0 for objects MPI. - Fixes `calm update app-migratable-bp` command failure for multi-profile multi-VM blueprint. -- Fixes failure while providing guest customization for AHV using command `calm create provider spec --type AHV_VM` \ No newline at end of file +- Fixes failure while providing guest customization for AHV using command `calm create provider_spec --type AHV_VM` \ No newline at end of file