-
Notifications
You must be signed in to change notification settings - Fork 380
Update pipeline to create/destroy azure resource dynamically #1208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| transport: 'mqtt' | ||
| imageName: 'ubuntu-22.04' | ||
| consumerGroup: 'cg9' | ||
| py312_linux_mqttws: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to update these to include Python 3.13 and Python 3.14 - the modern versions people actually use.
I think we can safely delete the commented lines about 3.8 since Azure ended support for 3.8 in April of this year. 3.9 support is dropping in April 2026.
Adding 3.13 and 3.14 could be a follow up, but I'd go ahead and remove the 3.8 lines now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (some test failures)
Thank you for helping us improve the Azure IoT Python SDK!
Need Support
Here's a little checklist of things that will help it make its way to the repository: Note that you don't have to check all the boxes, we can help you with that.
This being said, the more you do, the quicker it'll go through our gated build!
-->
Checklist
devdocfolder and added or modified requirements.Reference/Link to the issue solved with this PR (if any)
Description of the problem
Pipeline needs to be changed to create azure resources dynamically.
Description of the solution
Implemented scripts to create resources dynamically.