Skip to content

Commit aaf5aa6

Browse files
authored
[k8s-extension] Remove code related to EntraWorkloadIAM (#8783)
1 parent 82fce94 commit aaf5aa6

File tree

5 files changed

+5
-570
lines changed

5 files changed

+5
-570
lines changed

src/k8s-extension/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.6.6
7+
++++++++++++++++++
8+
* microsoft.entraworkloadiam: Remove code that is no longer in use.
9+
610
1.6.5
711
++++++++++++++++++
812
* microsoft.dataprotection.kubernetes: Add support for 'DisableInformerCache' configuration.

src/k8s-extension/azext_k8s_extension/custom.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
from .partner_extensions.AzureMLKubernetes import AzureMLKubernetes
3131
from .partner_extensions.DataProtectionKubernetes import DataProtectionKubernetes
3232
from .partner_extensions.Dapr import Dapr
33-
from .partner_extensions.EntraWorkloadIAM import EntraWorkloadIAM
3433
from .partner_extensions.DefaultExtension import (
3534
DefaultExtension,
3635
user_confirmation_factory,
@@ -52,7 +51,6 @@ def ExtensionFactory(extension_name):
5251
"microsoft.azureml.kubernetes": AzureMLKubernetes,
5352
"microsoft.dapr": Dapr,
5453
"microsoft.dataprotection.kubernetes": DataProtectionKubernetes,
55-
"microsoft.entraworkloadiam": EntraWorkloadIAM,
5654
}
5755

5856
# Return the extension if we find it in the map, else return the default

src/k8s-extension/azext_k8s_extension/partner_extensions/EntraWorkloadIAM.py

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)