Skip to content

Commit

Permalink
fix: removing azure iot
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Apr 6, 2023
1 parent 0293acb commit 7e098a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 156 deletions.
146 changes: 0 additions & 146 deletions src/servers/azureiothubconfigurationserver.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/servers/jacdac-servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export * from "./powerserver"
export * from "./hidkeyboardserver"
export * from "./hidmouseserver"
export * from "./hidjoystickserver"
export * from "./azureiothubconfigurationserver"
export * from "./verifiedtelemetryserver"
export * from "./vibrationmotorserver"
export * from "./wifiserver"
Expand Down
8 changes: 0 additions & 8 deletions src/servers/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ import { PowerServer } from "./powerserver"
import { CapacitiveButtonServer } from "./capacitivebuttonserver"
import { HIDKeyboardServer } from "./hidkeyboardserver"
import { HIDMouseServer } from "./hidmouseserver"
import { AzureIoTHubConfigurationServer } from "./azureiothubconfigurationserver"
import { JDServiceProvider } from "../jdom/servers/serviceprovider"
import { VibrationMotorServer } from "./vibrationmotorserver"
import { WifiServer } from "./wifiserver"
Expand Down Expand Up @@ -1769,13 +1768,6 @@ function initProviders() {
],
}
: undefined,
Flags.diagnostics
? {
name: "Azure IoT Hub Health (virtual)",
serviceClasses: [SRV_CLOUD_CONFIGURATION],
services: () => [new AzureIoTHubConfigurationServer()],
}
: undefined,
].filter(s => !!s))
}

Expand Down

0 comments on commit 7e098a7

Please sign in to comment.