Constant Field Values
Contents
com.microsoft.*
-
com.microsoft.azure.maven.function.AbstractFunctionMojo Modifier and Type Constant Field Value private static final StringDISABLE_APP_INSIGHTS_KEY"disableAppInsights"private static final StringFUNCTION_DEPLOY_TO_SLOT_KEY"isDeployToFunctionSlot"private static final StringFUNCTION_IS_DOCKER_KEY"isDockerFunction"private static final StringFUNCTION_JAVA_VERSION_KEY"functionJavaVersion"private static final StringFUNCTION_PRICING_KEY"pricingTier"private static final StringFUNCTION_REGION_KEY"region"private static final StringFUNCTION_RUNTIME_KEY"os"protected static final StringTRIGGER_TYPE"triggerType" -
com.microsoft.azure.maven.function.AddMojo Modifier and Type Constant Field Value private static final StringDEFAULT_INPUT_ERROR_MESSAGE"Invalid input, please check and try again."private static final StringFILE_EXIST"Function already exists at %s. Please specify a different function name."private static final StringFIND_TEMPLATE"Step 2 of 4: Select function template"private static final StringFIND_TEMPLATE_DONE"Successfully found function template: "private static final StringFIND_TEMPLATE_FAIL"Function template not found: "private static final StringFOUND_VALID_VALUE"Found valid value. Skip user input."private static final StringFUNCTION_NAME_REGEXP"^[a-zA-Z][a-zA-Z\\d_\\-]*$"private static final StringLOAD_TEMPLATES"Step 1 of 4: Load all function templates"private static final StringLOAD_TEMPLATES_DONE"Successfully loaded all function templates"private static final StringPREPARE_PARAMS"Step 3 of 4: Prepare required parameters"private static final StringPROMPT_STRING_WITH_DEFAULTVALUE"Enter value for %s(Default: %s): "private static final StringPROMPT_STRING_WITHOUT_DEFAULTVALUE"Enter value for %s: "private static final StringSAVE_FILE"Step 4 of 4: Saving function to file"private static final StringSAVE_FILE_DONE"Successfully saved new function at " -
com.microsoft.azure.maven.function.DeployMojo Modifier and Type Constant Field Value private static final StringAPPINSIGHTS_INSTRUMENTATION_KEY"APPINSIGHTS_INSTRUMENTATIONKEY"private static final StringAPPLICATION_INSIGHTS_CONFIGURATION_CONFLICT"Contradictory configurations for application insights, specify \'appInsightsKey\' or \'appInsightsInstance\' if you want to enable it, and specify \'disableAppInsights=true\' if you want to disable it."private static final StringAPPLICATION_INSIGHTS_CREATE_FAILED"Unable to create the Application Insights for the Function App due to error %s. Please use the Azure Portal to manually create and configure the Application Insights if needed."private static final StringAPPLICATION_INSIGHTS_CREATE_START"Creating application insights..."private static final StringAPPLICATION_INSIGHTS_CREATED"Successfully created the application insights %s for this Function App. You can visit %s/#@/resource%s/overview to view your Application Insights component."private static final StringAPPLICATION_INSIGHTS_NOT_SUPPORTED"Application Insights features are not supported with current authentication, skip related steps."private static final StringARTIFACT_INCOMPATIBLE"Your function app artifact compile version is higher than the java version in function host, please downgrade the project compile version and try again."private static final StringAUTH_LEVEL"authLevel"private static final StringCREATE_NEW_FUNCTION_APP"isCreateNewFunctionApp"private static final StringCUSTOMIZED_FUNCTIONS_WORKER_RUNTIME_WARNING"App setting `FUNCTIONS_WORKER_RUNTIME` doesn\'t meet the requirement of Azure Java Functions, the value should be `java`."private static final StringDEPLOY_FINISH"Deployment done, you may access your resource through %s"private static final StringDEPLOY_START"Starting deployment..."private static final StringDEPLOYMENT_TYPE_KEY"deploymentType"private static final StringFAILED_TO_GET_APPLICATION_INSIGHTS"The application insights %s cannot be found, will create it in resource group %s."private static final StringFAILED_TO_GET_FUNCTION_APP_PRICING_TIER"Failed to get function app pricing tier"private static final StringFAILED_TO_LIST_TRIGGERS"Deployment succeeded, but failed to list http trigger urls."private static final StringFUNCTION_APP_CREATE_START"The specified function app does not exist. Creating a new function app..."private static final StringFUNCTION_APP_CREATED"Successfully created the function app: %s."private static final StringFUNCTION_APP_NOT_EXISTS"Cannot find the Function App \'%s\' when creating deployment slot."private static final StringFUNCTION_APP_UPDATE"Updating the specified function app..."private static final StringFUNCTION_APP_UPDATE_DONE"Successfully updated the function app: %s."private static final StringFUNCTION_SLOT_CREATE_START"The specified function slot does not exist. Creating a new slot..."private static final StringFUNCTION_SLOT_CREATED"Successfully created the function slot: %s."private static final StringFUNCTION_SLOT_UPDATE"Updating the specified function slot..."private static final StringFUNCTION_SLOT_UPDATE_DONE"Successfully updated the function slot: %s."private static final StringFUNCTIONS_EXTENSION_VERSION_NAME"FUNCTIONS_EXTENSION_VERSION"private static final StringFUNCTIONS_EXTENSION_VERSION_VALUE"~3"private static final StringFUNCTIONS_WORKER_RUNTIME_NAME"FUNCTIONS_WORKER_RUNTIME"private static final StringFUNCTIONS_WORKER_RUNTIME_VALUE"java"private static final StringHTTP_TRIGGER"httpTrigger"private static final StringHTTP_TRIGGER_URLS"HTTP Trigger Urls:"private static final StringINSTRUMENTATION_KEY_IS_NOT_VALID"Instrumentation key is not valid, please update the application insights configuration"private static final intLIST_TRIGGERS_MAX_RETRY3private static final intLIST_TRIGGERS_RETRY_PERIOD_IN_SECONDS10private static final StringNO_ANONYMOUS_HTTP_TRIGGER"No anonymous HTTP Triggers found in deployed function app, skip list triggers."private static final StringNO_TRIGGERS_FOUNDED"No triggers found in deployed function app, please try recompile the project by `mvn clean package` and deploy again."private static final StringRUNNING"Running"private static final StringSET_FUNCTIONS_EXTENSION_VERSION"Functions extension version isn\'t configured, setting up the default value."private static final StringSET_FUNCTIONS_WORKER_RUNTIME"Set function worker runtime to java."private static final StringSKIP_CREATING_APPLICATION_INSIGHTS"Skip creating application insights"private static final StringSYNCING_TRIGGERS_AND_FETCH_FUNCTION_INFORMATION"Syncing triggers and fetching function information (Attempt %d/%d)..."private static final StringUNABLE_TO_LIST_NONE_ANONYMOUS_HTTP_TRIGGERS"Some http trigger urls cannot be displayed because they are non-anonymous. To access the non-anonymous triggers, please refer https://aka.ms/azure-functions-key."private static final StringUNKNOWN_DEPLOYMENT_TYPE"The value of <deploymentType> is unknown, supported values are: ftp, zip, msdeploy, run_from_blob and run_from_zip." -
com.microsoft.azure.maven.function.HelpMojo Modifier and Type Constant Field Value private static final intDEFAULT_LINE_LENGTH80private static final StringPLUGIN_HELP_PATH"/META-INF/maven/com.microsoft.azure/azure-functions-maven-plugin/plugin-help.xml" -
com.microsoft.azure.maven.function.ListMojo Modifier and Type Constant Field Value protected static final StringBINDINGS_END">> bindings end <<"protected static final StringBINDINGS_FILE"/bindings.json"protected static final StringBINDINGS_START">> bindings begin <<"protected static final StringRESOURCES_END">> resources end <<"protected static final StringRESOURCES_FILE"/resources.json"protected static final StringRESOURCES_START">> resources begin <<"protected static final StringTEMPLATES_END">> templates end <<"protected static final StringTEMPLATES_FILE"/templates.json"protected static final StringTEMPLATES_START">> templates begin <<" -
com.microsoft.azure.maven.function.PackageMojo Modifier and Type Constant Field Value public static final StringBUILD_SUCCESS"Successfully built Azure Functions."private static final StringCAN_NOT_FIND_ARTIFACT"Cannot find the maven artifact, please run `mvn package` first."public static final StringCOPY_JARS"Step 7 of 8: Copying JARs to staging directory"public static final StringCOPY_SUCCESS"Copied successfully."private static final StringDEFAULT_HOST_JSON"{\"version\":\"2.0\",\"extensionBundle\":{\"id\":\"Microsoft.Azure.Functions.ExtensionBundle\",\"version\":\"[1.*, 2.0.0)\"}}\n"private static final StringDEFAULT_LOCAL_SETTINGS_JSON"{ \"IsEncrypted\": false, \"Values\": { \"FUNCTIONS_WORKER_RUNTIME\": \"java\" } }"public static final StringEXTENSION_BUNDLE"extensionBundle"private static final StringEXTENSION_BUNDLE_ID"Microsoft.Azure.Functions.ExtensionBundle"public static final StringFOUND_FUNCTIONS" Azure Functions entry point(s) found."public static final StringFUNCTION_JSON"function.json"public static final StringGENERATE_CONFIG"Step 2 of 8: Generating Azure Functions configurations"public static final StringGENERATE_DONE"Generation done."public static final StringGENERATE_SKIP"No Azure Functions found. Skip configuration generation."public static final StringHOST_JSON"host.json"public static final StringINSTALL_EXTENSIONS"Step 8 of 8: Installing function extensions if needed"public static final StringINSTALL_EXTENSIONS_FINISH"Function extension installation done."public static final StringLOCAL_SETTINGS_JSON"local.settings.json"public static final StringNO_FUNCTIONS"Azure Functions entry point not found, plugin will exit."public static final StringSAVE_FUNCTION_JSON"Starting processing function: "public static final StringSAVE_FUNCTION_JSONS"Step 6 of 8: Saving configurations to function.json"public static final StringSAVE_SKIP"No configurations found. Skip save."public static final StringSAVE_SUCCESS"Successfully saved to "public static final StringSAVING_HOST_JSON"Step 4 of 8: Saving host.json"public static final StringSAVING_LOCAL_SETTINGS_JSON"Step 5 of 8: Saving local.settings.json"public static final StringSEARCH_FUNCTIONS"Step 1 of 8: Searching for Azure Functions entry points"private static final StringSKIP_INSTALL_EXTENSIONS_BUNDLE"Extension bundle specified, skip install extension"public static final StringSKIP_INSTALL_EXTENSIONS_HTTP"Skip install Function extension for HTTP Trigger Functions"public static final StringVALIDATE_CONFIG"Step 3 of 8: Validating generated configurations"public static final StringVALIDATE_DONE"Validation done."public static final StringVALIDATE_SKIP"No configurations found. Skip validation." -
com.microsoft.azure.maven.function.RunMojo Modifier and Type Constant Field Value protected static final StringFUNC_CMD"func -v"protected static final StringFUNC_HOST_START_CMD"func host start"private static final StringFUNC_HOST_START_WITH_DEBUG_CMD"func host start --language-worker -- \"-agentlib:jdwp=%s\""private static final StringFUNC_VERSION_CMD"func -v"private static final StringFUNCTION_CORE_TOOLS_OUT_OF_DATE"Local function core tools didn\'t support java 9 or higher runtime, to update it, see: https://aka.ms/azfunc-install."protected static final StringRUN_FUNCTIONS_FAILURE"Failed to run Azure Functions. Please checkout console output."private static final StringRUNTIME_FOUND"Azure Functions Core Tools found."protected static final StringRUNTIME_NOT_FOUND"Azure Functions Core Tools not found. Please go to https://aka.ms/azfunc-install to install Azure Functions Core Tools first."private static final StringSTAGE_DIR_FOUND"Azure Function App\'s staging directory found at: "private static final StringSTAGE_DIR_NOT_FOUND"Stage directory not found. Please run mvn package first."