From fae83e35ceefb4f926a602bad9e26c93b2efe674 Mon Sep 17 00:00:00 2001 From: Francesco Poli <115670205+fpolisupsi@users.noreply.github.com> Date: Sun, 19 Oct 2025 02:34:43 +0200 Subject: [PATCH] Fix typo in availability schema property name Typo in the schema property, in the final output. cli output sample: { "id": "[cut]", "isAvailiable": true, "name": "[cut]", "type": "Microsoft.NotificationHubs/namespaces/checkNamespaceAvailability" } --- .../aaz/latest/notification_hub/_check_availability.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/notification-hub/azext_notification_hub/aaz/latest/notification_hub/_check_availability.py b/src/notification-hub/azext_notification_hub/aaz/latest/notification_hub/_check_availability.py index 1de6758e32c..c3f9a5b9be8 100644 --- a/src/notification-hub/azext_notification_hub/aaz/latest/notification_hub/_check_availability.py +++ b/src/notification-hub/azext_notification_hub/aaz/latest/notification_hub/_check_availability.py @@ -181,8 +181,8 @@ def _build_schema_on_200(cls): _schema_on_200.id = AAZStrType( flags={"read_only": True}, ) - _schema_on_200.is_availiable = AAZBoolType( - serialized_name="isAvailiable", + _schema_on_200.is_available = AAZBoolType( + serialized_name="isAvailable", ) _schema_on_200.location = AAZStrType() _schema_on_200.name = AAZStrType(