chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
AGENT_NAME_REGEX = r"^[0-9A-Za-z_-]+$"
|
||||
PLUGIN_NAME_REGEX = r"^[0-9A-Za-z_]+$"
|
||||
FUNCTION_NAME_REGEX = r"^[0-9A-Za-z_-]+$"
|
||||
FULLY_QUALIFIED_FUNCTION_NAME = r"^(?P<plugin>[0-9A-Za-z_]+)[.](?P<function>[0-9A-Za-z_-]+)$"
|
||||
FUNCTION_PARAM_NAME_REGEX = r"^[0-9A-Za-z_-]+$"
|
||||
Reference in New Issue
Block a user