Azure Programmable Connectivity SDK initial
Description
This is a PR to add python SDK for Azure Programmable Connectivity.
Typespec can be seen here: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/programmableconnectivity/Azure.ProgrammableConnectivity/tspconfig.yaml
Tests have been added, and migrated to Azure/azure-sdk-assets
All SDK Contribution checklist:
- [X] The pull request does not introduce [breaking changes]
- [X] CHANGELOG is updated for new features, bug fixes or other significant changes.
- [X] I have read the contribution guidelines.
General Guidelines and Best Practices
- [X] Title of the pull request is clear and informative.
- [X] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.
Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
Our team (Azure Programmable Connectivity) is still working on a small typespec change, after which this PR will be ready to go in.
Our team (Azure Programmable Connectivity) is still working on a small typespec change, after which this PR will be ready to go in.
https://github.com/Azure/azure-rest-api-specs/pull/28080
This typespec PR will go in as soon as a pipeline issue gets fixed. Until then, we'd appreciate comments/review on this PR. It's the first time our team has done a PR into Azure/azure-sdk-for-python, so apologies if we have forgotten something.
But samples have been written, README.md updated, changelog added, tests added, with recordings migrated, tests passing
/azp run prepare-pipelines
Azure Pipelines successfully started running 1 pipeline(s).
It would be nice to add some samples under a samples/ directory before the first beta.
I will add the samples that I have into the samples/ folder, and remove them from the README.md, and just link to them
/azp run python - programmableconnectivity - ci
No pipelines are associated with this pull request.
/azp run python - programmableconnectivity - ci
Azure Pipelines successfully started running 1 pipeline(s).
API change check
APIView has identified API level changes in this PR and created following API reviews.
@xiangyan99 I have written some async tests as well now. I've noticed quite a lot of repetition between the README.md/test code/async test code. In the .NET SDK they mandate the use of snippets, but I've not seen this as much in the python repository.
Can you confirm that it's OK to have copy/pasted code?
@xiangyan99 I have written some
asynctests as well now. I've noticed quite a lot of repetition between theREADME.md/test code/asynctest code. In the .NET SDK they mandate the use of snippets, but I've not seen this as much in the python repository.Can you confirm that it's OK to have copy/pasted code?
Do you mean https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/code_snippets.md?
We support referencing snippets in README. But not mandate it. :)
Hi @aronhegedusms. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.
Hi @aronhegedusms. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing /reopen if you'd like to continue working on these changes. Please be sure to use the command to reopen or remove the no-recent-activity label; otherwise, this is likely to be closed again with the next cleanup pass.