Skip to content

Commit df0f4d6

Browse files
author
Pierre Cauchois
committed
Replace SDK folders with submodule links to the new repositories
1 parent d7f3055 commit df0f4d6

File tree

1,320 files changed

+24
-326004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,320 files changed

+24
-326004
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,12 @@ java/**/*.crt
214214
# C/C++ extension for VS Code
215215
.browse.VC.db*
216216

217-
csharp/device/NuGet/*.exe
218-
csharp/device/NuGet/*.nupkg
219-
csharp/device/.vs/*
220217
service/java/.idea
221218
service/java/target
222219
service/java/iot.service.sdk.java.iml
223220
java/device/doc/api_reference
224221
java/service/doc/api_reference
225222
c/build_all/windows/nuget.exe
226-
csharp/device/build/nuget.exe
227223

228224
# .NET Micro Framework Emulator files and folders
229225
OnBoardFlash.dat

.gitmodules

+18-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,28 @@
1212
[submodule "c/parson"]
1313
path = c/parson
1414
url = https://github.com/kgabis/parson
15-
[submodule "csharp/device/external_modules/dotnetty"]
16-
path = csharp/device/external_modules/dotnetty
17-
url = https://github.com/Azure/DotNetty.git
18-
branch = dev
1915
[submodule "c/iothub_service_client/parson"]
2016
path = c/iothub_service_client/parson
2117
url = https://github.com/kgabis/parson
2218
[submodule "tools/device-discovery-cli"]
2319
path = tools/device-discovery-cli
2420
url = https://github.com/Azure/device-discovery-cli.git
2521
branch = develop
22+
[submodule "node"]
23+
path = node
24+
url = https://github.com/azure/azure-iot-sdk-node
25+
[submodule "tools/iothub-explorer"]
26+
path = tools/iothub-explorer
27+
url = https://github.com/azure/iothub-explorer
28+
[submodule "tools/iothub-diagnostics"]
29+
path = tools/iothub-diagnostics
30+
url = https://github.com/azure/iothub-diagnostics
31+
[submodule "java"]
32+
path = java
33+
url = https://github.com/azure/azure-iot-sdk-java.git
34+
[submodule "javawrapper"]
35+
path = javawrapper
36+
url = https://github.com/azure/azure-iot-sdk-javawrapper.git
37+
[submodule "csharp"]
38+
path = csharp
39+
url = https://github.com/azure/azure-iot-sdk-csharp.git

csharp

Submodule csharp added at 1f5a259

csharp/device/Microsoft.Azure.Devices.Client.NetMF/HttpClient_43/Common/Extensions/NetMFStringExtensions.cs

-80
This file was deleted.

csharp/device/Microsoft.Azure.Devices.Client.NetMF/HttpClient_43/Common/Extensions/WebHeaderCollectionExtensions.cs

-15
This file was deleted.

csharp/device/Microsoft.Azure.Devices.Client.NetMF/HttpClient_43/Common/NetMF.WebUtility.cs

-167
This file was deleted.

0 commit comments

Comments
 (0)