Loading src/open_exposure_gateway/api/camara/edge_application_management/vwip/router.py +1 −1 Original line number Diff line number Diff line Loading @@ -387,7 +387,7 @@ async def delete_app_deployment( ), ) async def update_app_deployment(appDeploymentId: UUID) -> Any: raise NotImplementedException(message="Multi-zone deployment is not implemented") raise NotImplementedException(message="Deployment update is not implemented") @router.get( Loading Loading
src/open_exposure_gateway/api/camara/edge_application_management/vwip/router.py +1 −1 Original line number Diff line number Diff line Loading @@ -387,7 +387,7 @@ async def delete_app_deployment( ), ) async def update_app_deployment(appDeploymentId: UUID) -> Any: raise NotImplementedException(message="Multi-zone deployment is not implemented") raise NotImplementedException(message="Deployment update is not implemented") @router.get( Loading