From 6a511b36ee2f31666f5b5578a5eb57b01ccb2761 Mon Sep 17 00:00:00 2001 From: Prabhat Dwivedi Date: Wed, 18 Sep 2024 22:20:29 +0530 Subject: [PATCH] Merge pull request #313 from nutanix/task/m-dsl-381-release-note-update 381 Release Notes Update (cherry picked from commit 5827a043dc25df69add9a7b18039c18d137b2c5e) --- 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