Closed
Conversation
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137471450&view=results Last commit: Azure@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: Azure@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' (Azure#17) * update release notes and version for connectedk8s cli extension (Azure#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]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137602188&view=results Last commit: Azure@d4d58b1
5 tasks
…mand (Azure#9180) * Add deliveryReport and Tag parameters to sms send command * correct version * update version * Fix tests * Fix test and recordings * Fix recordings
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137812299&view=results Last commit: Azure@3e96534
* [amlfs] Add az amlfs auto-import commands * Updating History and setup files * Update src/amlfs/azext_amlfs/aaz/latest/amlfs/auto_import/_update.py Co-authored-by: Copilot <[email protected]> (cherry picked from commit 3d1f1fc) * Updating create option conflict resolution for shorter length * Adding re-recorded Import Job test * Adding re-recorded AutoExportJob tests * Adding re-recorded test results --------- Co-authored-by: Aman Jain <[email protected]> Co-authored-by: Copilot <[email protected]>
…zure#9153) * update error message * grant vnet perm * address comments * setup.py * update * update style * release version block * update
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137812854&view=results Last commit: Azure@8357d6f
…inistrative-state` command as it is not supported by the API. (Azure#9182) * 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
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=137813062&view=results Last commit: Azure@1c11305
2759049 to
667b777
Compare
Owner
Author
|
Moved to Azure#9199 |
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.
Why
Most existing tests call internal functions, not the end to end functions that are exposed to the user. Also the arm templates used by existing tests are embedded in the test code, making it hard to just try the tool with that use case, we want to fix both of these issues.
These new tests caught an issue with
--exclude-default-fragmentsbeing brokenHow
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)Note, since this change is only in tests, no version bump is needed