Merged
Conversation
xiangyan99
approved these changes
Oct 18, 2023
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) ...
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
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.
Today, with the current MANIFEST.in content, we build an incorrect sdist. Which means we build empty documentation for this package. As we've made recently building the doc more strict on DevOps, those kind of error shows more visibly.