Skip to content

Commit

Permalink
added default identity support for microsoft.azurebackup.backupagent (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sangitaray2021 authored Apr 1, 2022
1 parent 4d3e5ab commit 0f17192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/k8s-extension/azext_k8s_extension/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def ExtensionFactory(extension_name):
"microsoft.openservicemesh": OpenServiceMesh,
"microsoft.azureml.kubernetes": AzureMLKubernetes,
"microsoft.dapr": Dapr,
"microsoft.azurebackup.backupagent": DefaultExtension,
}

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

0 comments on commit 0f17192

Please sign in to comment.