| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
MAVEN_PLUGIN_POSTFIX |
"-maven-plugin" |
protected static final String |
PORTAL_URL_PATTERN |
"%s/#@%s/resource%s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_METHOD |
"authMethod" |
public static final String |
AUTH_TYPE |
"authType" |
public static final String |
AZURE_INIT_FAIL |
"Failed to authenticate with Azure. Please check your configuration." |
public static final String |
FAILURE_REASON |
"failureReason" |
private static final String |
FIRST_RUN_KEY |
"first.run" |
public static final String |
INIT_FAILURE |
"InitFailure" |
public static final String |
INSTALLATION_ID_KEY |
"installationId" |
private static final String |
INVALID_AUTH_TYPE |
"\'%s\' is not a valid auth type for Azure maven plugins, supported values are %s. Will use \'auto\' by default." |
public static final String |
PLUGIN_NAME_KEY |
"pluginName" |
public static final String |
PLUGIN_VERSION_KEY |
"pluginVersion" |
private static final String |
PRIVACY_STATEMENT |
"\nData/Telemetry\n---------\nThis project collects usage data and sends it to Microsoft to help improve our products and services.\nRead Microsoft\'s privacy statement to learn more: https://privacy.microsoft.com/en-us/privacystatement.\n\nYou can change your telemetry configuration through \'allowTelemetry\' property.\nFor more information, please go to https://aka.ms/azure-maven-config.\n" |
public static final String |
SESSION_ID_KEY |
"sessionId" |
public static final String |
SUBSCRIPTION_ID_KEY |
"subscriptionId" |
public static final String |
TELEMETRY_NOT_ALLOWED |
"TelemetryNotAllowed" |
private static final String |
UNSUPPORTED_AZURE_ENVIRONMENT |
"Unsupported Azure environment %s, using Azure by default." |
private static final String |
USING_AZURE_ENVIRONMENT |
"Using Azure environment : %s." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
serialVersionUID |
6870052716860684958L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_FILE_NOT_CONFIG |
"Authentication file is not configured." |
public static final String |
AUTH_FILE_NOT_EXIST |
"Authentication file does not exist: " |
public static final String |
AUTH_FILE_READ_FAIL |
"Failed to read authentication file: " |
public static final String |
AUTH_WITH_AZURE_CLI |
"Authenticate with Azure CLI 2.0" |
public static final String |
AUTH_WITH_FILE |
"Authenticate with file: " |
public static final String |
AUTH_WITH_MSI |
"In the Azure Cloud Shell, use MSI to authenticate." |
public static final String |
AUTH_WITH_SERVER_ID |
"Authenticate with ServerId: " |
public static final String |
AZURE_AUTH_INVALID |
"Authentication info for Azure is not valid. ServerId=" |
public static final String |
AZURE_CLI_AUTH_FAIL |
"Failed to authenticate with Azure CLI 2.0" |
public static final String |
AZURE_CLI_GET_SUBSCRIPTION_FAIL |
"Failed to get default subscription of Azure CLI, please login Azure CLI first." |
public static final String |
AZURE_CLI_LOAD_TOKEN_FAIL |
"Failed to load Azure CLI token file, please login Azure CLI first." |
private static final String |
AZURE_FOLDER |
".azure" |
private static final String |
AZURE_PROFILE_NAME |
"azureProfile.json" |
private static final String |
AZURE_TOKEN_NAME |
"accessTokens.json" |
public static final String |
CERTIFICATE |
"certificate" |
public static final String |
CERTIFICATE_FILE_NOT_CONFIG |
"Certificate of your service principal is not configured." |
public static final String |
CERTIFICATE_FILE_READ_FAIL |
"Failed to read certificate file: " |
public static final String |
CERTIFICATE_PASSWORD |
"certificatePassword" |
public static final String |
CLIENT_ID |
"client" |
public static final String |
CLIENT_ID_NOT_CONFIG |
"Client Id of your service principal is not configured." |
public static final String |
CLOUD_SHELL_ENV_KEY |
"ACC_CLOUD" |
public static final String |
ENVIRONMENT |
"environment" |
public static final String |
KEY |
"key" |
public static final String |
KEY_NOT_CONFIG |
"Key of your service principal is not configured." |
public static final String |
SERVER_ID_NOT_CONFIG |
"ServerId is not configured for Azure authentication." |
public static final String |
TENANT_ID |
"tenant" |
public static final String |
TENANT_ID_NOT_CONFIG |
"Tenant Id of your service principal is not configured." |
public static final String |
USE_CERTIFICATE_TO_AUTH |
"Use certificate to get Azure authentication token." |
public static final String |
USE_KEY_TO_AUTH |
"Use key to get Azure authentication token: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NO_AVAILABLE_SUBSCRIPTION |
"No available subscription found in current account." |
public static final String |
SUBSCRIPTION_NOT_FOUND |
"Subscription %s was not found in current account." |
public static final String |
SUBSCRIPTION_NOT_SPECIFIED |
"Subscription ID was not specified, using the first subscription in current account, please refer https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#subscription for more information." |
private static final String |
SUBSCRIPTION_TEMPLATE |
"Subscription : %s(%s)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_INPUT_ERROR_MESSAGE |
"Invalid input, please check and try again." |
public static final String |
DEFAULT_INPUT_ERROR_MESSAGE_WITH_REGEX |
"Invalid input, value should match( %s )." |
public static final String |
FOUND_VALID_VALUE |
"Found valid value. Skip user input." |
public static final String |
PROMPT_STRING_WITH_DEFAULTVALUE |
"Define value for %s(Default: %s): " |
public static final String |
PROMPT_STRING_WITHOUT_DEFAULTVALUE |
"Define value for %s: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIGURATION_FILE |
"ApplicationInsights.xml" |
Copyright © 2020. All rights reserved.