Dropping support for Python 3.7, 3.8 and 3.9 for ml extension#9446
Closed
saanikaguptamicrosoft wants to merge 364 commits intoAzure:ml-devfrom
Closed
Dropping support for Python 3.7, 3.8 and 3.9 for ml extension#9446saanikaguptamicrosoft wants to merge 364 commits intoAzure:ml-devfrom
saanikaguptamicrosoft wants to merge 364 commits intoAzure:ml-devfrom
Conversation
… for az aks nodepool add and az aks nodepool update (Azure#9147)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137942863&view=results Last commit: Azure@ce952e4
…e this extension was released. Remove incompatibility with previous CLI core version. (Azure#9200)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137945712&view=results Last commit: Azure@fe864e4
Co-authored-by: Melody Zhu <melodyyzhu@users.noreply.github.com>
…_provider_addon_and_keyvault_id` (Azure#9221)
Simplified the aks-mcp parameter by removing custom positive/negative labels and using the default three_state_flag behavior to properly handle true/false values.
* [AKS Agent] Bump aks-mcp version to v0.0.9 * [AKS Agent] Bump aks-agent version to 1.0.0b4
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138354998&view=results Last commit: Azure@fa62bf3
…w clearing the values (Azure#9216) * updating nexusidentity - Resolves installation issue caused by Graphs Python SDK package where a long path error occured. To fix this - SDK support was removed and replaced with httpclient * fixing a small security concern with shell * retrigger checks * retrigger checks * removing unsupported operation * removing unsupported operation * Retrigger GitHub Actions * Adding nullable to all ARM-ID fields * Adding nullable to all ARM-ID fields * fixing versioning
* migrate to aaz, support with Azure Function * remove cf, run live test * update version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138359475&view=results Last commit: Azure@2453de1
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138359965&view=results Last commit: Azure@ef3c612
* Add tests for acipolicygen on arm template * Add missing sha based references * Remove helper script * Add a test for fragments * Skip test with known issue * Skip exclude default fragment tests for known issue * Update missed rego policies * Fix the curdir of acipolicygen test runner
* Bump the infra fragment minimum svn to 4 * Bump version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138363679&view=results Last commit: Azure@f4f6815
…r -storage behavior and add --container-storage-version (Azure#9138)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138547011&view=results Last commit: Azure@737b240
….extractall() on `nfd build` command (Azure#9234) * AOSM CLI - Fixing a zip-slip security bug for code that was using tar.extractall() on `nfd build` command * fixing tests * fixing tests * review updates --------- Co-authored-by: Daniel Steven <danielsteven@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138548638&view=results Last commit: Azure@966e8d8
* Workload orchestration 3.1.0 * Update version * Update version * Adding example * Adding example * Removing pem files * Updating api version * Fixing tests * Fixing tests * Backward Compatible --------- Co-authored-by: Atharva <audapure@microsoft.com>
…0.0 ] Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138573512&view=results Last commit: Azure@d378651
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=138664427&view=results Last commit: Azure@8e30da7
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Contributor
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
Contributor
Release SuggestionsModule: machinelearningservices
Notes
|
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.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.