The IoT Edge OSS project
Перейти к файлу
Damon Barry 95cabb5143
Upgrade deprecated pipeline tasks (#7370)
The AzureKeyVault@1 and PublishCodeCoverageResults@1 tasks for Azure pipelines are deprecated. This change updates both tasks in YAML files across the codebase. It also updates the BuildQualityChecks task to the latest version.

I confirmed that deprecation warnings disappear from the affected pipelines.

## Azure IoT Edge PR checklist:
2024-09-13 16:04:00 +00:00
.config Remove experimental mqtt broker code (#6410) 2022-06-16 04:58:38 +00:00
.github Remove Ubuntu 18.04 support (#7143) 2023-11-22 20:10:30 +00:00
.vscode Let DirectMethodReceiver reports back to TRC (#2235) 2020-01-07 13:44:03 -08:00
builds Upgrade deprecated pipeline tasks (#7370) 2024-09-13 16:04:00 +00:00
doc Add an event listener to log SDK events. (#7320) 2024-09-05 21:50:47 +00:00
e2e_deployment_files Use SAS tokens to get an identity in Connectivity tests (#7313) 2024-08-01 22:26:47 +00:00
e2e_test_files Adding E2E Test for Twin Operations. (#754) 2019-01-29 11:51:13 -08:00
edge-agent Add an event listener to log SDK events. (#7320) 2024-09-05 21:50:47 +00:00
edge-hub Add an event listener to log SDK events. (#7320) 2024-09-05 21:50:47 +00:00
edge-modules Merge tag 'metrics-collector-1.2.10' into main 2024-09-11 03:09:02 +00:00
edge-util Upgrade alpine image for building rocksdb (#7325) 2024-07-16 18:49:32 +00:00
edgelet Prepare for release 1.5.10 (#7366) 2024-09-09 21:58:17 +00:00
mqtt Switch from clap 2 and structopt to clap 4 (#6720) 2022-10-25 19:29:08 +00:00
platform-validation Use new image name for arm64 agent (#6564) 2022-08-10 21:17:57 +00:00
samples/dotnet Upgrade to .NET 8 + latest LTS of IoT SDKs (#7262) 2024-04-12 00:03:54 +00:00
scripts Use SAS tokens to get an identity in Connectivity tests (#7313) 2024-08-01 22:26:47 +00:00
smoke Upgrade to .NET 8 + latest LTS of IoT SDKs (#7262) 2024-04-12 00:03:54 +00:00
snap Fix snap startup error (#7351) 2024-08-19 20:25:23 +00:00
test Add support for Ubuntu 24.04 (#7360) 2024-09-03 20:22:53 +00:00
tools Remove Ubuntu 18.04 support (#7143) 2023-11-22 20:10:30 +00:00
.editorconfig Merged PR 469065: Merge master1 to master 2017-10-16 20:12:49 +00:00
.gitattributes Ensure rs files have LF endings (#475) 2018-10-22 14:10:20 -07:00
.gitignore Upgrade to .NET 8 + latest LTS of IoT SDKs (#7262) 2024-04-12 00:03:54 +00:00
Azure.IoT.Edge.DotSettings Update Code Style (#1629) 2019-08-29 15:05:38 -07:00
CHANGELOG.md Prepare for release 1.5.11 2024-09-11 03:09:27 +00:00
CodeCoverage.runsettings Patch vulnerabilities in .NET dependencies (#6927) 2023-02-23 17:01:37 +00:00
LICENSE Merged PR 922782: Add line breaks to license 2018-06-26 00:38:17 +00:00
Makefile Module runtime binary and package rename (#4004) 2020-11-23 18:41:34 +00:00
Microsoft.Azure.Devices.Edge.sln Edge Agent: Remove docker mode (#6452) 2022-07-13 20:26:03 +00:00
Microsoft.Azure.Devices.Edge.sln.DotSettings Code formating for C# codebase (#677) 2019-01-04 13:42:31 -08:00
README.md Update references to the default branch (#6149) 2022-02-22 17:41:37 -08:00
SECURITY.md Add SECURITY.md (#1665) 2019-09-03 14:53:15 -07:00
THIRDPARTYNOTICES Remove k8s projects from master (#6060) 2022-02-01 21:31:35 +00:00
netcoreappVersion.props Upgrade to .NET 8 + latest LTS of IoT SDKs (#7262) 2024-04-12 00:03:54 +00:00
owners.txt Add owners.txt for ownership enforcement (#1788) 2019-10-02 08:59:55 -07:00
rust-toolchain.toml Update rust toolchain to 1.73 (#7142) 2023-11-06 18:08:55 +00:00
stylecop.json Code formating for C# codebase (#677) 2019-01-04 13:42:31 -08:00
stylecop.props [main] Remove duplicate `PackageReference`s (#6586) 2022-08-10 18:12:09 +00:00
stylecop.ruleset Migrate to Dotnet 6 (#6214) 2022-04-13 18:38:24 +00:00
trademark.txt Merged PR 922483: Add LICENSE, THIRDPARTYNOTICE, trademark.txt, and updated README.md 2018-06-26 00:03:36 +00:00
versionInfo.json Prepare for release 1.5.11 2024-09-11 03:09:27 +00:00

README.md

IoT Edge

Build Status

Welcome to the home of IoT Edge.

IoT Edge moves cloud analytics and custom business logic to devices so that your organization can focus on business insights instead of data management. Enable your solution to truly scale by configuring your IoT software, deploying it to devices via standard containers, and monitoring it all from the cloud. This repository consists of three main projects: the Edge Agent, the Edge Hub, and the IoT Edge Security Daemon.

Documentation

Documentation for the Azure IoT Edge product can be found at https://docs.microsoft.com/azure/iot-edge.

Contributing

If you would like to build or change the IoT Edge source code, please follow the devguide.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.