Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 1261244

Browse files
authored
Revert "Add Azure Queue Storage (#1543)"
This reverts commit fe6e900.
1 parent fe6e900 commit 1261244

File tree

7 files changed

+0
-159
lines changed

7 files changed

+0
-159
lines changed

libraries/botbuilder-azure/botbuilder/azure/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# --------------------------------------------------------------------------
77

88
from .about import __version__
9-
from .azure_queue_storage import AzureQueueStorage
109
from .cosmosdb_storage import CosmosDbStorage, CosmosDbConfig, CosmosDbKeyEscape
1110
from .cosmosdb_partitioned_storage import (
1211
CosmosDbPartitionedStorage,
@@ -15,7 +14,6 @@
1514
from .blob_storage import BlobStorage, BlobStorageSettings
1615

1716
__all__ = [
18-
"AzureQueueStorage",
1917
"BlobStorage",
2018
"BlobStorageSettings",
2119
"CosmosDbStorage",

libraries/botbuilder-azure/botbuilder/azure/azure_queue_storage.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

libraries/botbuilder-azure/botbuilder/azure/blob_storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
2-
# Licensed under the MIT License.
3-
41
import json
52
from typing import Dict, List
63

libraries/botbuilder-azure/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
REQUIRES = [
88
"azure-cosmos==3.2.0",
99
"azure-storage-blob==12.7.0",
10-
"azure-storage-queue==12.1.5",
1110
"botbuilder-schema==4.13.0",
1211
"botframework-connector==4.13.0",
1312
"jsonpickle>=1.2,<1.5",

libraries/botbuilder-azure/tests/test_queue_storage.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

libraries/botbuilder-core/botbuilder/core/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
from .middleware_set import AnonymousReceiveMiddleware, Middleware, MiddlewareSet
3131
from .null_telemetry_client import NullTelemetryClient
3232
from .private_conversation_state import PrivateConversationState
33-
from .queue_storage import QueueStorage
3433
from .recognizer import Recognizer
3534
from .recognizer_result import RecognizerResult, TopIntent
3635
from .show_typing_middleware import ShowTypingMiddleware
@@ -78,7 +77,6 @@
7877
"MiddlewareSet",
7978
"NullTelemetryClient",
8079
"PrivateConversationState",
81-
"QueueStorage",
8280
"RegisterClassMiddleware",
8381
"Recognizer",
8482
"RecognizerResult",

libraries/botbuilder-core/botbuilder/core/queue_storage.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)