From 22d34c17ce9349c0eca66cbbe98cfe6df159125b Mon Sep 17 00:00:00 2001 From: Jakob Gray <20209054+JakobGray@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:22:52 -0500 Subject: [PATCH 1/2] OCM-12401 | Add WifConfig patch endpoint --- model/clusters_mgmt/v1/wif_config_resource.model | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model/clusters_mgmt/v1/wif_config_resource.model b/model/clusters_mgmt/v1/wif_config_resource.model index 3698ed8c..54e92edd 100644 --- a/model/clusters_mgmt/v1/wif_config_resource.model +++ b/model/clusters_mgmt/v1/wif_config_resource.model @@ -21,6 +21,11 @@ resource WifConfig { out Body WifConfig } + // Updates the WifConfig. + method Update { + in out Body WifConfig + } + // Deletes the wif_config. method Delete { // Dry run flag is used to check if the operation can be completed, but won't delete. From 8e02555067d75193a02eba48ac39479aa569193f Mon Sep 17 00:00:00 2001 From: Jakob Gray <20209054+JakobGray@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:24:58 -0500 Subject: [PATCH 2/2] chore: release v0.0.404 --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aeb515b3..3b33af33 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ This document describes the relevant changes between releases of the API model. +## 0.0.404 Dec 13 2024 +- Add WifConfig patch endpoint + ## 0.0.403 Dec 13 2024 - Add `NodesOutboundConnectivity` in azure_type.model to the `Azure` model - Add `AzureNodesOutboundConnectivity` model