@forge/manifest

12.1.0-next.612.1.0-next.7
out/text/errors.js
~out/text/errors.jsModified
+1−3
Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -152,11 +152,9 @@
         remote: {
             missingModuleRemoteStorageInScopeEUD: (key) => `missing storage.inScopeEUD in ${key} module. storage.inScopeEUD is required if storage is present in operations.`,
             allRegionsNotDeclared: (key) => `All region specific URLs are not declared for ${key}`,
             baseUrlNotPresent: (key) => `A remote must declare baseUrl for ${key}`,
-            userConfigurationPermissionsMismatch: (key) => `The remote ${key} is configurable, but permissions.configurable.enabled is not true`,
-            neitherBaseUrlNorUserConfigurationPresent: (key) => `A remote must declare either baseUrl or configurable for ${key}`,
-            bothBaseUrlAndUserConfigurationPresent: (key) => `A remote must not declare both baseUrl and configurable for ${key}`
+            neitherBaseUrlNorUserConfigurationPresent: (key) => `A remote must declare either baseUrl or configurable for ${key}`
         },
         rovo: {
             incorrectAgentActionReference: (module, moduleKey) => `${module} references undefined action module with key '${moduleKey}'.`,
             undefinedActionName: (action) => `Action '${action}' does not have a name property. 'name' property will be required when Forge Agents are GA.`,