-
Notifications
You must be signed in to change notification settings - Fork 3k
[Core] Create generic azure-core package: corehttp
#32191
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johanste
reviewed
Sep 22, 2023
sdk/core/generic-core/generic/core/pipeline/policies/_distributed_tracing.py
Outdated
Show resolved
Hide resolved
johanste
reviewed
Sep 22, 2023
sdk/core/generic-core/generic/core/pipeline/policies/_sensitive_header_cleanup_policy.py
Outdated
Show resolved
Hide resolved
9bf619b
to
fe19ef3
Compare
johanste
reviewed
Sep 26, 2023
johanste
reviewed
Sep 26, 2023
annatisch
reviewed
Sep 26, 2023
API change check APIView has identified API level changes in this PR and created following API reviews. |
24fdede
to
2e37869
Compare
600f740
to
9b839a1
Compare
corehttp
This adds a new package called corehttp into the "sdk/core" directory. This provides the building blocks used when generating Python SDKs. Signed-off-by: Paul Van Eck <[email protected]>
4f34d71
to
923dae8
Compare
lmazuel
reviewed
Oct 18, 2023
lmazuel
reviewed
Oct 18, 2023
Signed-off-by: Paul Van Eck <[email protected]>
lmazuel
approved these changes
Oct 18, 2023
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.
Ok for a preview
corehttp
corehttp
/check-enforcer override |
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Oct 19, 2023
…into update_package_json * 'main' of https://github.com/Azure/azure-sdk-for-python: (136 commits) Re-record (Azure#32584) Update CODEOWNERS (Azure#32583) capture request data with aiohttp multipart/form-data (Azure#32543) [Core] Create generic azure-core package: `corehttp` (Azure#32191) overwrite .amlignore file (Azure#32546) Fix Sphinx error in core (Azure#32417) skip pyright for now (Azure#32569) Fix identity-broker sdist (Azure#32568) Updates to interactions with `pyproject.toml` (Azure#32480) fix: fixing local variable's name(last_modified_exising -> last_modified_existing) typo via Cspell (Azure#32556) Update feature store related entities to use the GA version (Azure#32541) Removing unused RST files (Azure#32547) Update python version for virtualenv issues (Azure#32528) [AutoRelease] t2-keyvault-2023-10-13-36681(can only be merged by SDK owner) (Azure#32478) [Monitor Distro] Update broken link (Azure#32505) Bump python stress images and addons (Azure#32554) Bump (Azure#32552) Increment package version after release of azure-cosmos (Azure#32550) repair aggregate report pipeline (Azure#32509) update readme and samples (Azure#32548) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP
Current APIView: https://apiview.dev/Assemblies/Review/841eb4e594b04274bf21d9a42a738348
Can be installed by adding
"corehttp @ git+https://github.com/Azure/azure-sdk-for-python.git@feature/generic-core#subdirectory=sdk/core/corehttp"
to setup.pyinstall_requires
list.