Hi carloss I was following implementation of [share_network_create](https://opendev.org/openstack/manila-ui/src/commit/cc3cfad82d5a1f53d00bc744ed3a0e26746d4d1d/manila_ui/api/manila.py#L288) which calls [python-manilaclient/manilaclient/v2 /share_networks/create](https://github.com/openstack/python-manilaclient/blob/85f21732176ed6218e4b8b64ac3261dd40f54c7a/manilaclient/v2/share_networks.py#L99) Similarly, wanted to implement share_network_subnet_create but can't find any existing python-manilaclient implementation. I can see [share_network_subnet_create_check](https://github.com/openstack/python-manilaclient/blob/85f21732176ed6218e4b8b64ac3261dd40f54c7a/manilaclient/v2/share_networks.py#L326C9-L326C42) only. Is there any python-manilaclient api to add subnet for a share network ? Or it has to be created. Thanks