-
Notifications
You must be signed in to change notification settings - Fork 3k
Update feature store related entities to use the GA version #32541
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
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
API change check APIView has identified API level changes in this PR and created following API reviews. |
shail2208
reviewed
Oct 17, 2023
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_feature_store/feature_store.py
Outdated
Show resolved
Hide resolved
fredms
approved these changes
Oct 17, 2023
…iew version entity
shail2208
approved these changes
Oct 18, 2023
qjxu
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) ...
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.
Description
Update feature store related entities to use the GA version.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines