From 077e0e27db068c40158f09f9867048f585cffc0f Mon Sep 17 00:00:00 2001 From: Reid Mello <30907815+rjmello@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:39:14 -0500 Subject: [PATCH] Add changelog for `ComputeClientV2` endpoint methods --- ...30907815+rjmello_compute_client_endpoint_methods_v2.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog.d/20241114_142914_30907815+rjmello_compute_client_endpoint_methods_v2.rst diff --git a/changelog.d/20241114_142914_30907815+rjmello_compute_client_endpoint_methods_v2.rst b/changelog.d/20241114_142914_30907815+rjmello_compute_client_endpoint_methods_v2.rst new file mode 100644 index 000000000..d1f2a0a09 --- /dev/null +++ b/changelog.d/20241114_142914_30907815+rjmello_compute_client_endpoint_methods_v2.rst @@ -0,0 +1,7 @@ +Added +~~~~~ + +- Added the ``ComputeClientV2.register_endpoint()``, ``ComputeClientV2.get_endpoint()`` + ``ComputeClientV2.get_endpoint_status()``, ``ComputeClientV2.get_endpoints()``, + ``ComputeClientV2.delete_endpoint()``, and ``ComputeClientV2.lock_endpoint()`` + methods. (:pr:`NUMBER`) \ No newline at end of file