Added ApiView for blob checkpoint store (#4981)

This commit is contained in:
Larry Osterman 2023-09-22 10:25:59 -07:00 committed by GitHub
parent 336c8c02fb
commit 9d3fb20bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 3 deletions

View File

@ -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"

View File

@ -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"
}