Skip to content

Conversation

DomAyre
Copy link
Owner

@DomAyre DomAyre commented Sep 19, 2025

NOTE: Must merge after #3

Why

After #3 we found a bug where --exclude-default-fragments was broken and ignored. This PR fixes it

How

  • The code that uses exclude_default_fragments sets it to False for each container group regardless of the value passed in, make it a local variable instead and initialise it to the value passed in.
  • Update the expected rego policies

This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

@DomAyre DomAyre force-pushed the fix-exclude-default-fragments branch from 1f39946 to 25677b6 Compare September 20, 2025 16:07
DomAyre pushed a commit that referenced this pull request Sep 22, 2025
* 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 (Azure#11)

* update errors

* format

* style

* update python version to 3.13 (Azure#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 <bavneetsingh@microsoft.com>
Co-authored-by: Atchut Kumar Barli <atchut@gmail.com>
nafizhaider32 and others added 7 commits September 23, 2025 11:01
)

* new version of networkcloud cli

* updating min version

* pushing some updates

* fix run command for storage appliance on windows

* update history

---------

Co-authored-by: Nafiz Haider <nafizhaider@microsoft.com>
… for az aks nodepool add and az aks nodepool update (Azure#9147)
…e this extension was released. Remove incompatibility with previous CLI core version. (Azure#9200)
@DomAyre DomAyre force-pushed the fix-exclude-default-fragments branch 2 times, most recently from b14d692 to e7c8027 Compare September 23, 2025 15:47
@DomAyre DomAyre force-pushed the fix-exclude-default-fragments branch from e7c8027 to 7b92e93 Compare September 24, 2025 18:38
melodyyzhu and others added 12 commits September 25, 2025 10:56
Co-authored-by: Melody Zhu <melodyyzhu@users.noreply.github.com>
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
…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
* 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
@DomAyre DomAyre force-pushed the fix-exclude-default-fragments branch from 7b92e93 to 9c0f192 Compare September 27, 2025 13:04
nearora-msft and others added 12 commits September 29, 2025 11:33
…r -storage behavior and add --container-storage-version (Azure#9138)
….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>
* 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>
@DomAyre DomAyre force-pushed the fix-exclude-default-fragments branch from d772a9d to 9d386e2 Compare September 29, 2025 12:12
@DomAyre
Copy link
Owner Author

DomAyre commented Sep 29, 2025

Moved to Azure#9248

@DomAyre DomAyre closed this Sep 29, 2025
DomAyre pushed a commit that referenced this pull request Sep 30, 2025
* 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 python version to 3.13 (Azure#12)

* changes to support gateway association/disassociation for api version '2025-08-01-preview' (Azure#17)

* [Azure RBAC] Deprecate 3P mode flags, fix Azure RBAC enablement bug, add E2E coverage and improve logging (Azure#20)

* add pester tests for connectedk8s cli extension

* Pass the force delete param to the API call (#4)

* forcedelete

* format

* add code owner

* mypy

* Parameterize for airgapped clouds (#5)

* Add parameterization for the airgapped clouds

* Fix azdev style

* MCR path function

* azdev, ruff, and mypy

---------

Co-authored-by: Matthew McNeal (from Dev Box) <mmcneal@microsoft.com>

* Oras client fix to work with different MCRs (#6)

Co-authored-by: mmcneal <mmcneal@microsoft.com>

* fix CI testcases for nodepool image issues (#8)

* update errors for the config and connectivity issues (Azure#11)

* update errors

* format

* style

* update python version to 3.13 (Azure#12)

* Update cluster diagnostics image to 1.29.3 (#7)

* Update cluster diagnostics helm chart to 1.29.3

* Fix lint issues

---------

Co-authored-by: bgriddaluru <bharath.griddaluru@microsoft.com>

* RBAC deprecation & fix the issue

* typo

* fix comments

* update tests

* 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 (Azure#11)

* update errors

* format

* style

* update python version to 3.13 (Azure#12)

* rebase

* fix tests

* fix version

* fix mypy, lint

* fix test

* fix test

* fix test

* fix test

* fix test

* rename test

* deprecate flags

* rebase

* rebase

* bump version for release

---------

Co-authored-by: Bavneet Singh <bavneetsingh@microsoft.com>
Co-authored-by: Atchut Kumar Barli <atchut@gmail.com>
Co-authored-by: mcnealm13 <57726243+mcnealm13@users.noreply.github.com>
Co-authored-by: Matthew McNeal (from Dev Box) <mmcneal@microsoft.com>
Co-authored-by: Bavneet Singh <33008256+bavneetsingh16@users.noreply.github.com>
Co-authored-by: bgriddaluru <117554445+bgriddaluru@users.noreply.github.com>
Co-authored-by: bgriddaluru <bharath.griddaluru@microsoft.com>
Co-authored-by: vithumma <vithumma@microsoft.com>

* remove redundant test files

---------

Co-authored-by: Bavneet Singh <bavneetsingh@microsoft.com>
Co-authored-by: Atchut Kumar Barli <atchut@gmail.com>
Co-authored-by: Vineeth Thumma <vineeth-thumma@users.noreply.github.com>
Co-authored-by: mcnealm13 <57726243+mcnealm13@users.noreply.github.com>
Co-authored-by: Matthew McNeal (from Dev Box) <mmcneal@microsoft.com>
Co-authored-by: bgriddaluru <117554445+bgriddaluru@users.noreply.github.com>
Co-authored-by: bgriddaluru <bharath.griddaluru@microsoft.com>
Co-authored-by: vithumma <vithumma@microsoft.com>
DomAyre pushed a commit that referenced this pull request Oct 16, 2025
* 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 python version to 3.13 (Azure#12)

* changes to support gateway association/disassociation for api version '2025-08-01-preview' (Azure#17)

* [Azure RBAC] Deprecate 3P mode flags, fix Azure RBAC enablement bug, add E2E coverage and improve logging (Azure#20)

* add pester tests for connectedk8s cli extension

* Pass the force delete param to the API call (#4)

* forcedelete

* format

* add code owner

* mypy

* Parameterize for airgapped clouds (#5)

* Add parameterization for the airgapped clouds

* Fix azdev style

* MCR path function

* azdev, ruff, and mypy

---------

Co-authored-by: Matthew McNeal (from Dev Box) <mmcneal@microsoft.com>

* Oras client fix to work with different MCRs (#6)

Co-authored-by: mmcneal <mmcneal@microsoft.com>

* fix CI testcases for nodepool image issues (#8)

* update errors for the config and connectivity issues (Azure#11)

* update errors

* format

* style

* update python version to 3.13 (Azure#12)

* Update cluster diagnostics image to 1.29.3 (#7)

* Update cluster diagnostics helm chart to 1.29.3

* Fix lint issues

---------

Co-authored-by: bgriddaluru <bharath.griddaluru@microsoft.com>

* RBAC deprecation & fix the issue

* typo

* fix comments

* update tests

* 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 (Azure#11)

* update errors

* format

* style

* update python version to 3.13 (Azure#12)

* rebase

* fix tests

* fix version

* fix mypy, lint

* fix test

* fix test

* fix test

* fix test

* fix test

* rename test

* deprecate flags

* rebase

* rebase

* bump version for release

---------

Co-authored-by: Bavneet Singh <bavneetsingh@microsoft.com>
Co-authored-by: Atchut Kumar Barli <atchut@gmail.com>
Co-authored-by: mcnealm13 <57726243+mcnealm13@users.noreply.github.com>
Co-authored-by: Matthew McNeal (from Dev Box) <mmcneal@microsoft.com>
Co-authored-by: Bavneet Singh <33008256+bavneetsingh16@users.noreply.github.com>
Co-authored-by: bgriddaluru <117554445+bgriddaluru@users.noreply.github.com>
Co-authored-by: bgriddaluru <bharath.griddaluru@microsoft.com>
Co-authored-by: vithumma <vithumma@microsoft.com>

* remove hardcoded public ARM endpoint url for fairfax and mooncake (Azure#24)

* Bug Fix for FFX mcr url  (Azure#22)

* [connectedk8s] update release notes and version (Azure#26)

* remove redundant test files

* remove change not relevant to connectedk8s release

---------

Co-authored-by: Bavneet Singh <bavneetsingh@microsoft.com>
Co-authored-by: Atchut Kumar Barli <atchut@gmail.com>
Co-authored-by: Vineeth Thumma <vineeth-thumma@users.noreply.github.com>
Co-authored-by: mcnealm13 <57726243+mcnealm13@users.noreply.github.com>
Co-authored-by: Matthew McNeal (from Dev Box) <mmcneal@microsoft.com>
Co-authored-by: bgriddaluru <117554445+bgriddaluru@users.noreply.github.com>
Co-authored-by: bgriddaluru <bharath.griddaluru@microsoft.com>
Co-authored-by: vithumma <vithumma@microsoft.com>
Co-authored-by: hapate <hapate@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.