From 9474d89b3b928c27fd875f6924490511c44003b9 Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Thu, 11 Jul 2024 12:33:33 +0530 Subject: [PATCH] add a mock test package for azure cosmos --- registry/azure-cosmos/metadata.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/registry/azure-cosmos/metadata.json b/registry/azure-cosmos/metadata.json index 46b72c45..f78f8c5e 100644 --- a/registry/azure-cosmos/metadata.json +++ b/registry/azure-cosmos/metadata.json @@ -15,6 +15,17 @@ "is_verified": true, "is_hosted_by_hasura": true, "packages": [ + { + "version": "test", + "uri": "https://github.com/hasura/ndc-azure-cosmos-connector/releases/download/test/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "34655ff615be0d5738ffe1811972776808e9880a6fa3ec673123844c648154d7" + }, + "source": { + "hash": "97032d1a41fd932d637b5ba24ca6611d9e1f4905" + } + }, { "version": "0.1.3", "uri": "https://github.com/hasura/ndc-azure-cosmos-connector/releases/download/v0.1.3/connector-definition.tgz",