From 9d3fb20bb7c320983cb13eb670345243e869696f Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Fri, 22 Sep 2023 10:25:59 -0700 Subject: [PATCH] Added ApiView for blob checkpoint store (#4981) --- .../inc/ApiViewSettings.json | 4 +--- .../blob-store/inc/ApiViewSettings.json | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 sdk/eventhubs/blob-store/inc/ApiViewSettings.json diff --git a/sdk/eventhubs/azure-messaging-eventhubs/inc/ApiViewSettings.json b/sdk/eventhubs/azure-messaging-eventhubs/inc/ApiViewSettings.json index e1cb579ea..0e3d947ab 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/inc/ApiViewSettings.json +++ b/sdk/eventhubs/azure-messaging-eventhubs/inc/ApiViewSettings.json @@ -4,9 +4,7 @@ ], "additionalIncludeDirectories": [ "../../../core/azure-core/inc", - "../../../core/azure-core-amqp/inc", - "../../../storage/azure-storage-common/inc", - "../../../storage/azure-storage-blobs/inc" + "../../../core/azure-core-amqp/inc" ], "additionalCompilerSwitches": [ "-D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH" diff --git a/sdk/eventhubs/blob-store/inc/ApiViewSettings.json b/sdk/eventhubs/blob-store/inc/ApiViewSettings.json new file mode 100644 index 000000000..ea6cc6ee0 --- /dev/null +++ b/sdk/eventhubs/blob-store/inc/ApiViewSettings.json @@ -0,0 +1,20 @@ +{ + "sourceFilesToProcess": null, + "sourceFilesToSkip": [ + ], + "additionalIncludeDirectories": [ + "../../../core/azure-core/inc", + "../../azure-messaging-eventhubs/inc", + "../../../storage/azure-storage-common/inc", + "../../../storage/azure-storage-blobs/inc" + ], + "additionalCompilerSwitches": [ + ], + "allowInternal": false, + "includeDetail": false, + "includePrivate": false, + "filterNamespace": "Azure::Messaging", + "reviewName": "Azure Messaging EventHubs Blob Checkpoint Store API Review", + "serviceName": null, + "packageName": "azure-messaging-eventhubs-checkpointstore-blob-cpp" +}