forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.json
33 lines (33 loc) · 2.1 KB
/
global.json
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
26
27
28
29
30
31
32
33
{
"projects": [
"src/ClientRuntime",
"src/KeyVault",
"src/TestFramework/Microsoft.Azure.Test.HttpRecorder",
"src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework",
"src/Search/Microsoft.Azure.Search",
"src/Search/Microsoft.Azure.Management.Search",
"src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC",
"src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization",
"src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn",
"src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices",
"src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute",
"src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics",
"src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store",
"src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs",
"src/ResourceManagement/KeyVaultManagement/Microsoft.Azure.Management.KeyVault",
"src/ResourceManagement/Logic/Microsoft.Azure.Management.Logic",
"src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning",
"src/ResourceManagement/Network/Microsoft.Azure.Management.Network",
"src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs",
"src/ResourceManagement/PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded",
"src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis",
"src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager",
"src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage",
"src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager",
"src/ResourceManagement/Websites/Microsoft.Azure.Management.Websites",
"src/ResourceManagement/DataLake.StoreUploader/Microsoft.Azure.Management.DataLake.StoreUploader",
"src/ResourceManagement/IotHub/Microsoft.Azure.Management.IotHub",
"src/ResourceManagement/Insights/Microsoft.Azure.Insights",
"src/ResourceManagement/AnalysisServices/Microsoft.Azure.Management.Analysis"
]
}