-
Notifications
You must be signed in to change notification settings - Fork 781
/
.gitmodules
25 lines (24 loc) · 1.04 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "dotnet"]
path = dotnet
url = https://github.com/Azure/azure-service-bus-dotnet.git
branch = dev
[submodule "java"]
path = java
url = https://github.com/Azure/azure-service-bus-java.git
branch = dev
[submodule "MgmtAADJavaTopics"]
path = samples/Management/service-bus-java-manage-publish-subscribe-with-basic-features
url = https://github.com/Azure-Samples/service-bus-java-manage-publish-subscribe-with-basic-features.git
branch = master
[submodule "MgmtAADJavaQueues"]
path = samples/Management/service-bus-java-manage-queue-with-advanced-features
url = https://github.com/Azure-Samples/service-bus-java-manage-queue-with-advanced-features.git
branch = master
[submodule "PerformanceTesting"]
path = samples/DotNet/service-bus-dotnet-messaging-performance
url = https://github.com/Azure-Samples/service-bus-dotnet-messaging-performance.git
branch = master
[submodule "MgmtAADDotNet"]
path = samples/Management/service-bus-dotnet-management
url = https://github.com/Azure-Samples/service-bus-dotnet-management.git
branch = master