From c352bd98e0f3bbe1d7ef9976bae90e5953de241a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20=C5=BDia=C4=8Dik?= Date: Mon, 2 Oct 2023 21:02:55 +0200 Subject: [PATCH] chore(core): nx plugin submission @ziacik/azure-func (#19304) Co-authored-by: Isaac Mann --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index b0c0f7edc34a9..b0f6100e2b13c 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -418,5 +418,10 @@ "name": "@naxodev/nx-cloudflare", "description": "Nx plugin for Cloudflare, in particular Cloudflare workers. It allows to generate build and run Cloudflare workers in your Nx workspace.", "url": "https://github.com/naxodev/oss/tree/main/packages/plugins/nx-cloudflare" + }, + { + "name": "@ziacik/azure-func", + "description": "Generating, serving and publishing Azure Functions 4 apps.", + "url": "https://github.com/ziacik/nx-tools/tree/master/packages/azure-func" } ]