agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/configuration/Configuration.java [1030:1048]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  + "Learn more about attribute processors here: https://go.microsoft.com/fwlink/?linkid=2151557");
        }
        if (!isEmpty(value)) {
          throw new FriendlyException(
              "An attribute processor configuration has an " + action + " action with a \"value\".",
              "Please do not provide a \"value\" under the "
                  + action
                  + " action. "
                  + "Learn more about attribute processors here: https://go.microsoft.com/fwlink/?linkid=2151557");
        }
        if (fromAttribute != null) {
          throw new FriendlyException(
              "An attribute processor configuration has an "
                  + action
                  + " action with a \"fromAttribute\".",
              "Please do not provide a \"fromAttribute\" under the "
                  + action
                  + " action. "
                  + "Learn more about attribute processors here: https://go.microsoft.com/fwlink/?linkid=2151557");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/configuration/Configuration.java [1058:1076]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  + "Learn more about attribute processors here: https://go.microsoft.com/fwlink/?linkid=2151557");
        }
        if (!isEmpty(value)) {
          throw new FriendlyException(
              "An attribute processor configuration has an " + action + " action with a \"value\".",
              "Please do not provide a \"value\" under the "
                  + action
                  + " action. "
                  + "Learn more about attribute processors here: https://go.microsoft.com/fwlink/?linkid=2151557");
        }
        if (fromAttribute != null) {
          throw new FriendlyException(
              "An attribute processor configuration has an "
                  + action
                  + " action with a \"fromAttribute\".",
              "Please do not provide a \"fromAttribute\" under the "
                  + action
                  + " action. "
                  + "Learn more about attribute processors here: https://go.microsoft.com/fwlink/?linkid=2151557");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



