Home
last modified time | relevance | path

Searched refs:MSI_LOCAL_ID (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/container/
H A D_validators.py56 MSI_LOCAL_ID = '[system]'
64 if identities and MSI_LOCAL_ID not in identities:
H A Dcustom.py50 MSI_LOCAL_ID = '[system]' variable
239 if not identities or MSI_LOCAL_ID in identities:
241 external_identities = [x for x in identities if x != MSI_LOCAL_ID]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/
H A D_validators.py16 MSI_LOCAL_ID = '[system]' variable
216 if any(identity != MSI_LOCAL_ID for identity in identities):
225 if identities and MSI_LOCAL_ID not in identities:
H A Dcustom.py48 from ._validators import MSI_LOCAL_ID
2292 if not identities or MSI_LOCAL_ID in identities:
2448 policyAssignment.identity = _build_identities_info(cmd, [MSI_LOCAL_ID])
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A D_appservice_utils.py9 MSI_LOCAL_ID = '[system]' variable
H A D_params.py15 from azure.cli.command_modules.appservice._appservice_utils import MSI_LOCAL_ID
278 …o assign. Use '{0}' to refer to the system assigned identity. Default: '{0}'".format(MSI_LOCAL_ID))
280 …o assign. Use '{0}' to refer to the system assigned identity. Default: '{0}'".format(MSI_LOCAL_ID))
H A Dcustom.py779 from ._appservice_utils import MSI_LOCAL_ID
782 if not identities or MSI_LOCAL_ID in identities:
784 external_identities = [x for x in identities if x != MSI_LOCAL_ID]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/vm/
H A D_validators.py1193 from ._vm_utils import MSI_LOCAL_ID
1195 if identities[i] != MSI_LOCAL_ID:
1201 user_assigned_identities = [x for x in identities if x != MSI_LOCAL_ID]
1206 if identities and MSI_LOCAL_ID not in identities:
1759 from ._vm_utils import MSI_LOCAL_ID
1761 if namespace.identities[i] != MSI_LOCAL_ID:
H A D_vm_utils.py23 MSI_LOCAL_ID = '[system]' variable
H A Dcustom.py1794 from ._vm_utils import MSI_LOCAL_ID
1797 if MSI_LOCAL_ID in identities:
1799 identities.remove(MSI_LOCAL_ID)
1840 from ._vm_utils import MSI_LOCAL_ID
1841 identities = [MSI_LOCAL_ID]
2863 from ._vm_utils import MSI_LOCAL_ID
2866 if not identities or MSI_LOCAL_ID in identities:
2868 external_identities = [x for x in identities if x != MSI_LOCAL_ID]
3442 from ._vm_utils import MSI_LOCAL_ID
3443 identities = [MSI_LOCAL_ID]
H A D_params.py26 from azure.cli.command_modules.vm._vm_utils import MSI_LOCAL_ID
756 …o assign. Use '{0}' to refer to the system assigned identity. Default: '{0}'".format(MSI_LOCAL_ID))
762 …o remove. Use '{0}' to refer to the system assigned identity. Default: '{0}'".format(MSI_LOCAL_ID))