Skip to content

Commit

Permalink
Rename (#519) (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianan authored Feb 25, 2022
1 parent 563dd68 commit ea88356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Azure IoT Edge Dev Tool

[![PyPI version](https://badge.fury.io/py/iotedgedev.svg)](https://badge.fury.io/py/iotedgedev)
[![Build Status](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_apis/build/status/Azure.iotedgedev?branchName=master)](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_build/latest?definitionId=35&branchName=master)
[![Build Status](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_apis/build/status/Azure.iotedgedev?branchName=main)](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_build/latest?definitionId=35&branchName=main)

The **IoT Edge Dev Tool** greatly simplifies [Azure IoT Edge](https://azure.microsoft.com/en-us/services/iot-edge/) development down to simple commands driven by environment variables.

Expand Down
2 changes: 1 addition & 1 deletion docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
* [Python Virtual Environment Setup](python-virtual-environment-setup)
* [Test Coverage](test-coverage)
* [Troubleshooting](troubleshooting)
* [Contributing](https://github.com/Azure/iotedgedev/blob/master/CONTRIBUTING.md)
* [Contributing](https://github.com/Azure/iotedgedev/blob/main/CONTRIBUTING.md)
* Misc
* [Migration Guides for Public Preview Users](migration-guides)
2 changes: 1 addition & 1 deletion vsts_ci/.vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/python
pr:
- master
- main

trigger: none

Expand Down

0 comments on commit ea88356

Please sign in to comment.