Home
last modified time | relevance | path

Searched refs:RepoScopeMapActions (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acr/
H A D_utils.py448 from .scope_map import RepoScopeMapActions
449 valid_actions = {action.value for action in RepoScopeMapActions}
462 from .scope_map import RepoScopeMapActions, GatewayScopeMapActions
463 valid_actions = {action.value for action in RepoScopeMapActions}
H A Dscope_map.py14 class RepoScopeMapActions(Enum): class
H A D_params.py41 from .scope_map import RepoScopeMapActions, GatewayScopeMapActions
326 …epo_valid_actions = "Valid actions are {}".format({action.value for action in RepoScopeMapActions})