Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Changed Python quickstarts and tutorials to use V2 SDK#15

Merged
pierreca merged 2 commits intoAzure-Samples:masterfrom
cartertinney:quickstart-v2
Sep 5, 2019
Merged

Changed Python quickstarts and tutorials to use V2 SDK#15
pierreca merged 2 commits intoAzure-Samples:masterfrom
cartertinney:quickstart-v2

Conversation

@cartertinney
Copy link
Copy Markdown
Contributor

@cartertinney cartertinney commented Sep 3, 2019

Purpose

  • Modified quickstarts and tutorials to use the new V2 Python SDK

Does this introduce a breaking change?

[x] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:

Entirely adjusted existing files to use a new API, as the old one is now deprecated

How to Test

  • Get the code
git clone https://github.com/cartertinney/azure-iot-samples-python.git
cd azure-iot-samples-python
git checkout quickstart-v2
  • Install the new V2 Python SDK
pip install azure-iot-device
  • Run the quickstart files

What to Check

Verify that the following are valid

  • The quickstarts run

Edge tutorial compatibility with V2 SDK
Copy link
Copy Markdown

@pierreca pierreca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Copy Markdown

@BertKleewein BertKleewein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@pierreca pierreca merged commit aabb34f into Azure-Samples:master Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants