Skip to content

Commit

Permalink
add customization for microsoft.azureml.kubernetes (#23)
Browse files Browse the repository at this point in the history
* add customization for microsoft.azureml.kubernetes

* Update release history

Co-authored-by: Yue Yu <yuyu3@microsoft.com>
Co-authored-by: jonathan-innis <jonathan.innis.ji@gmail.com>
  • Loading branch information
3 people authored Apr 23, 2021
1 parent 2971d69 commit 5077192
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/k8s-extension/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

0.3.0
++++++++++++++++++

* Release customization for microsoft.azureml.kubernetes

0.2.1
++++++++++++++++++

Expand Down
2 changes: 2 additions & 0 deletions src/k8s-extension/azext_k8s_extension/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from .partner_extensions.ContainerInsights import ContainerInsights
from .partner_extensions.AzureDefender import AzureDefender
from .partner_extensions.Cassandra import Cassandra
from .partner_extensions.AzureMLKubernetes import AzureMLKubernetes
from .partner_extensions.DefaultExtension import DefaultExtension
from . import consts

Expand All @@ -33,6 +34,7 @@ def ExtensionFactory(extension_name):
extension_map = {
'microsoft.azuremonitor.containers': ContainerInsights,
'microsoft.azuredefender.kubernetes': AzureDefender,
'microsoft.azureml.kubernetes': AzureMLKubernetes,
'cassandradatacentersoperator': Cassandra,
}

Expand Down
Loading

0 comments on commit 5077192

Please sign in to comment.