-
Notifications
You must be signed in to change notification settings - Fork 1.5k
ML Ext changes to ml Dev branch #9376
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
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135751142&view=results Last commit: Azure@64ab529
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135839673&view=results Last commit: Azure@7d5b657
…Azure#9037) * added * commit * Made Changes * Added change * Made changes * List solution revisions and instances * Made changes rr * Made change --------- Co-authored-by: Atharva <[email protected]> Co-authored-by: Manaswita Chichili <[email protected]>
…tion` to enable KMS infrastructure encryption. (Azure#9071)
…zure#9118) This reverts commit 616990f.
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135846382&view=results Last commit: Azure@042aa4e
…re#9075) * bump version for psycopg2-binary * update
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135848078&view=results Last commit: Azure@e1df567
…less-3.3.5 ] Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135848077&view=results Last commit: Azure@42db1eb
* Update version from 1.0.0b6 to 1.0.0 * Update HISTORY.rst with release information
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135957068&view=results Last commit: Azure@18785cf
Co-authored-by: Jianping Zeng <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135967911&view=results Last commit: Azure@1d48b87
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135984989&view=results Last commit: Azure@b79f617
Co-authored-by: Atharva <[email protected]>
…0.0 ] Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=135985917&view=results Last commit: Azure@715f0c6
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=136097084&view=results Last commit: Azure@06d116e
* add pester tests for k8s-extension * fix testcases for nodepool image issues (Azure#5) * update readme and version release notes (Azure#6) * fix: simplify logic and enable correct recording rule groups for managed prom extension (Azure#7) * update readme and version release notes (Azure#6) * fix: simplify logic and enable correct recording rule groups for managed prom extension (Azure#7) * Extend ContainerInsights Extension for high log scale mode support (Azure#9) * update python version to 3.13 (Azure#10) * update readme and version release notes (Azure#6) * fix: simplify logic and enable correct recording rule groups for managed prom extension (Azure#7) * update readme and version release notes (Azure#6) * fix: simplify logic and enable correct recording rule groups for managed prom extension (Azure#7) * Add k8s-extension troubleshoot phase 1: Infrastructure setup. (Azure#11) * [k8s-extension] Update extension CLI to v1.7.0 (Azure#13) * remove redundant test files --------- Co-authored-by: Bavneet Singh <[email protected]> Co-authored-by: bragi92 <[email protected]> Co-authored-by: Long Wan <[email protected]> Co-authored-by: Andres Borja <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=136097815&view=results Last commit: Azure@40c0147
* ensure that oras discover doesn't error when the remote image doesn't exist * updating version * adding print for binary version * commenting out some tests due to docker incompatibility * pull image before saving to tar --------- Co-authored-by: Heather Garvison <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=136107318&view=results Last commit: Azure@bca2ea1
Azure#9133) * feat: Add Neon PostgreSQL preview API commands with parameter mapping fixes - Added 13 new commands for Neon PostgreSQL 2025-06-23-preview API - Fixed critical parameter mapping issues in endpoint/database/role create commands - Added comprehensive test suite with 6 test methods covering all functionality - Updated azext_metadata.json with new command registrations New Commands Added: - az neon postgres endpoint create/list/delete - az neon postgres neon-database create/list/delete - az neon postgres neon-role create/list/delete - az neon postgres get-postgres-version Parameter Mapping Fixes: - Fixed URL parameter mapping to use project_id/branch_id when available - Resolved 'branch not found' errors in create commands - Ensured proper API endpoint construction for nested resources Testing: - All 6 tests passing (100% success rate) - Comprehensive validation of parameter mapping fixes - Help command testing for all new commands - Parameter validation testing for required fields * Add command examples to fix linter violations - Added examples for endpoint create command - Added examples for get-postgres-version command - Added examples for neon-role create command - Added examples for neon-database create command - Examples include common usage patterns and parameter variations * fix: Add parameter mapping fixes for create commands - Add project_id parameter to endpoint, role, and database create commands - Implement URL parameter mapping with getattr/hasattr fallback pattern - Fix endpoint list command parameter mapping - Enable proper API URL construction for all create operations - All tests passing (6/6) with real Azure resource validation - Successfully tested with live Azure resources (endpoints, roles, databases created) * fix: Correct help examples to fix linter errors - Fix --attributes parameter examples to use proper JSON format instead of space-separated key=value pairs - Replace invalid --suspend-timeout-minutes parameter with valid --size parameter in endpoint create example - Resolve HIGH severity linter error: faulty_help_example_parameters_rule - All help examples now use correct Azure CLI parameter syntax * fix: Add linter exclusions for missing_command_example - Add exclusions for neon postgres commands to resolve git-based linter check failure - Commands have proper help examples but git-based linter doesn't detect them for AAZ commands - Excludes: endpoint create, neon-role create, neon-database create, get-postgres-version - Resolves HIGH severity missing_command_example linter error in CI pipeline * feat: Remove wait commands and update to version 1.0.1b1 - Remove wait command files: branch/_wait.py, project/_wait.py, organization/_wait.py - Update __init__.py files to remove wait command imports - Add linter exclusions for require_wait_command_if_no_wait rule for all command groups - Update version to 1.0.1b1 in setup.py - Add comprehensive changelog entry to HISTORY.rst documenting all improvements: * 25 commands across 8 command groups * Parameter mapping fixes with real Azure resource validation * Help examples and linter compliance * Successful testing with live Azure subscription - Wait commands removed as operations complete quickly and were unnecessary - All tests passing (6/6) and functionality verified * docs: Update HISTORY.rst with concise 1.0.1b1 changelog - Streamline changelog entry for version 1.0.1b1 - Focus on key features: preview commands for new entities - Highlight important changes: wait commands removal, linter exclusions - Emphasize successful real Azure resources validation testing - Maintain clear and readable documentation format
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=136319375&view=results Last commit: Azure@fb81781
Co-authored-by: Sai Sankar Gochhayat <[email protected]>
…` and `az aks nodepool update` (Azure#9095) * chore: add AzureLinux3 OSSKU enum value Signed-off-by: Calvin Shum <[email protected]> * Complete AzureLinux3 OSSKU implementation - Add changelog entry for version 18.0.0b29 - Bump version to 18.0.0b29 - Follow exact pattern from Ubuntu2204/Ubuntu2404 implementation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Calvin Shum <[email protected]> * add recording test * Revert "Complete AzureLinux3 OSSKU implementation" This reverts commit 588cb2a. * Bump version to 18.0.0b34 - Add changelog entry for version 18.0.0b34 - Bump version to 18.0.0b34 * Update test_aks_nodepool_add_with_ossku_azurelinux3.yaml * Revert "Update test_aks_nodepool_add_with_ossku_azurelinux3.yaml" This reverts commit 5a20e1b. * Reapply "Update test_aks_nodepool_add_with_ossku_azurelinux3.yaml" This reverts commit e702361. --------- Signed-off-by: Calvin Shum <[email protected]> Co-authored-by: anujmaheshwari1 <[email protected]> Co-authored-by: Claude <[email protected]>
…n name in azdev linter/style logs (Azure#9350)
* initial checking for 2025-07-15 stable CLI * Moving managed network fabric cli to stable version. * updating history file
* Cli command code changes auto-generated + changes for backward compatibility * Update descriptions * Update to new stable version of az cli * Add fixes by GHCP * Update HISTORY.rst * Update to az cli beta version instead of stable * Fix lint issues - add abbreviated options for SCM and appInsights * Update version to 1.1.2b3 as per beta release guidelines * Add examples for 4 commands * Update to stable version * Add and update tests * Change version to 1.1.2 * Add SCM config test * Remove preview flag from metadata
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=142036764&view=results Last commit: Azure@6a86176
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=142037459&view=results Last commit: Azure@fa08f5e
…run service_name check (Azure#9358) - Add entry_equals_ignore_url to detect modified index.json entries while ignoring downloadUrl differences (avoids treating URL-only changes as metadata changes). - Replace direct entry inequality with URL-agnostic comparison to build correct modified_entries list. - Remove special-case skip for 'deploy-to-azure' so service_name.check runs for all external extensions.
Co-authored-by: Matthew Chen <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=142184051&view=results Last commit: Azure@20eb061
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=142412041&view=results Last commit: Azure@92525e0
|
Hi @achauhan-scc, |
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @achauhan-scc, |
Collaborator
|
ML |
kairu-ms
approved these changes
Nov 3, 2025
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.