-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Merge main to ml-dev #9411
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
Closed
Closed
Merge main to ml-dev #9411
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=136721005&view=results Last commit: 3d00677
* add logic to deal with xml format in return error * change as per comments * change version * code style * change version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=136758693&view=results Last commit: 7a71074
* feat: Improve user experience of az aks agent with aks-mcp
Enhance the user experience of az aks agent, including:
1. Use aks-mcp by default, offering an opt-out flag --no-aks-mcp.
2. Disable duplicated built-in toolsets when using aks-mcp.
3. Manage the lifecycle of aks-mcp binary, including downloading,
updating, health checking and gracefully stopping.
4. Offer status subcommand to display the system status.
Refine system prompt.
5. Smart toolset refreshment when switching between mcp and traditional
mode.
* use --status instead of status
* address ai comments
* style
* add pytest-asyncio dependency
* fix unit tests
* fix(aks-agent/mcp): eliminate “Event loop is closed” shutdown error
- Launch aks-mcp via subprocess.Popen instead of
asyncio.create_subprocess_exec to avoid asyncio transport GC on a closed
loop.
- Add robust teardown: terminate → wait(timeout) → kill fallback, and
explicitly close stdin/stdout/stderr pipes.
- Make is_server_running use Popen.poll() safely.
- Minor: update MCP prompt to prefer kubectl node listing when Azure
Compute ops are blocked by read-only policy.
* {AKS} Clarify model parameter (cherry-pick PR #9145)
Squashed cherry-pick of PR #9145 commits:\n- clarify model parameter\n- adjust command example to pretty print recommendation\n- fix disallowed html tag in deployment name\n- update examples to use model name as deployment name\n- remove redundant starting space in parameter help\n\nExcluded changes to HISTORY.rst and setup.py as requested.
* chore: Add nilo19 and mainerd to aks agent owners
* chore(aks-agent): fix flake8 issues (E306, E261, W291)
* chore(aks-agent): flake8 E261 fix in mcp_manager.py (two spaces before inline comment)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137081945&view=results Last commit: 158f3c3
….39.0 ] Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137089933&view=results Last commit: e87f842
…rt assigning identity (#9109) * [Storage-Mover] update to api version 2025-07-01; `az storage-mover endpoint`: Support `identity` * Custom Commands for Endpoint Create/Update for NFS File Share and Multi Cloud Connector * Added param for nfs-file-share * Added test for nfs file share * NFS Tests Working * multi cloud connector tests passing * reverted test_storage_mover_endpoint_scenarios.yaml * NFS endpoint scenarios recording * azdev style storage-mover PASSED * Bumped version and added updates in HISTORY.rst * fix azdev Linter * azdev linter and style fix * azdev lint fix * edit HISTORY.rst as per the guidlines * updated API version in the test recordings * Fixed failing tests * fixed CI issues * fixed linter issues * Added tests for endpoint identity commands * AzDev Linter Fix --------- Co-authored-by: KARTIK KHULLAR <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137092341&view=results Last commit: 7fc2114
…h probe support (#9139)
…n main branch push (#9158) * Add workflow to trigger Test Extension Release Pipeline on main branch push * Add a test pipeline to perform a dry run release of new external extension wheel packages to the unified AME storage account. * Update .github/workflows/TestTriggerExtensionRelease.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* Updating firmwareanalysis extension for GA release - updated models for latest swagger version 2025-08-02 - updated tests - removed sas url generation test * fixed broken cli commands and tests added back upload url test, but with redacted sasurl * updating version to 2.0.0 * updated changelog - removed deprecated command - fixed test to reference all test values * update examples to make linter happy --------- Co-authored-by: Mike Kennedy (from Dev Box) <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137217401&view=results Last commit: e15cd80
… Python SDK package. (#9102) * 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
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137316991&view=results Last commit: 55aa877
* init managed sftp prototype * port fix * more unit tests * test fixes * clean tests * big clean * fix flake8 * pylint fixes * fix versioning and summary * simplify * sftp cert ests * sftp connect tests * organize tests * support tilde * clean logged out logs * az sftp cert expiration * az sftp cert argument combination tests * parameterize some tests * az sftp connect arg combos * remove batch mode * unit tests * simplify * update args and summary * minor changes and add basic scenario tests * style * remove validators * remove connectivity utils and client factory * remove test-only functions * remove unnecessary wrappers * remove chmod * remove batch commands example * add sftp to service_name.json * Add copyright header test_sftp_scenario.py * Update azext_metadata.json --------- Co-authored-by: Zhiyi Huang <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137326695&view=results Last commit: 3ff2094
Co-authored-by: guptakashish <[email protected]>
- remove azext.isPreview configuration so docs reflect GA status instead of Preview - bump version to 2.0.1 so we can release the fix Co-authored-by: Mike Kennedy (from Dev Box) <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137347377&view=results Last commit: 2788cf1
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137471450&view=results Last commit: acc900e
* feat: add acns perf options * feat: fix issues, add tests * chore: update history * Update src/aks-preview/azext_aks_preview/managed_cluster_decorator.py Co-authored-by: Copilot <[email protected]> * Update src/aks-preview/azext_aks_preview/tests/latest/test_managed_cluster_decorator.py Co-authored-by: Copilot <[email protected]> * Update src/aks-preview/linter_exclusions.yml Co-authored-by: Copilot <[email protected]> * Update src/aks-preview/linter_exclusions.yml Co-authored-by: Copilot <[email protected]> * fix: address comments * fix: address comments * fix: switch to westcentralus * chore: update version * fix: undo accidental delete * chore: update acns perf test, add recording * fix bad merge --------- Co-authored-by: Copilot <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137487000&view=results Last commit: b06cbbb
* add pester tests for connectedk8s cli extension * Pass the force delete param to the API call (#4) * forcedelete * format * add code owner * mypy * fix CI testcases for nodepool image issues (#8) * update errors for the config and connectivity issues (#11) * update errors * format * style * update python version to 3.13 (#12) * changes to support gateway association/disassociation for api version '2025-08-01-preview' (#17) * update release notes and version for connectedk8s cli extension (#18) * remove redundant test files specific to forked repo CI checks --------- Co-authored-by: Bavneet Singh <[email protected]> Co-authored-by: Atchut Kumar Barli <[email protected]>
…for connection check of Azure OpenAI service (#9405)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=143173826&view=results Last commit: 4a42852
* adding stack-hci-vm 1.11.0 * adding stack-hci-vm 1.11.0 * update to 1.11.1
* minimised command size * added mandatory examples * removing version update * added test cases * added all tests * added few examples * updated test cases and attached their recordings * updated test cases * updated version & removed stale comments * removing the version update * accomodating pr reviews * Add licensing header * updating version --------- Co-authored-by: Bhanu Chand J <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=143184722&view=results Last commit: 4a3a1b6
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=143195860&view=results Last commit: aad8ba5
|
Hi @kshitij-microsoft, |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
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.