From 375ec701f921e76a94071d0c4004727d8dc6a8a4 Mon Sep 17 00:00:00 2001 From: baozhoutao Date: Thu, 14 Mar 2024 19:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=81=E5=AE=9A=E7=89=88=E6=9C=AC@azure/core?= =?UTF-8?q?-paging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/community/app/platform/package.json | 3 ++- deploy/enterprise/app/platform/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/community/app/platform/package.json b/deploy/community/app/platform/package.json index 999f71d2c1..59ea92fe91 100644 --- a/deploy/community/app/platform/package.json +++ b/deploy/community/app/platform/package.json @@ -14,6 +14,7 @@ "@azure/core-rest-pipeline": "1.12.1", "@azure/core-util": "1.5.0", "@azure/logger": "1.0.4", - "@azure/core-tracing": "1.0.1" + "@azure/core-tracing": "1.0.1", + "@azure/core-paging": "1.5.0" } } \ No newline at end of file diff --git a/deploy/enterprise/app/platform/package.json b/deploy/enterprise/app/platform/package.json index 10fb1d82e5..bdcf4b91aa 100644 --- a/deploy/enterprise/app/platform/package.json +++ b/deploy/enterprise/app/platform/package.json @@ -17,6 +17,7 @@ "@azure/core-util": "1.5.0", "@azure/keyvault-keys": "4.7.2", "@azure/logger": "1.0.4", - "@azure/core-tracing": "1.0.1" + "@azure/core-tracing": "1.0.1", + "@azure/core-paging": "1.5.0" } } \ No newline at end of file