You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-springcloud/src/main/java/com/microsoft/azure/toolkit/intellij/springcloud/component/ServiceNameInput.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,11 @@ public AzureValidationInfo doValidateValue() {
46
46
if (!name.matches(NAME_REGEX)) {
47
47
thrownewIllegalArgumentException("It can contain only lowercase letters, numbers and hyphens and the first character must be a letter but the last character can be a letter or number.");
Copy file name to clipboardExpand all lines: Utils/azure-toolkit-ide-libs/azure-toolkit-ide-common-lib/src/main/resources/bundles/com/microsoft/azure/toolkit/operation.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,7 @@ azure/function.trigger_function.func=treat function ({0})
208
208
azure/springcloud.enable_remote_debugging.deployment=enable remote debugging of deployment ({0})
209
209
azure/springcloud.disable_remote_debugging.deployment=disable remote debugging of deployment ({0})
210
210
azure/springcloud.scale_app_instances.deployment=scaling instances of deployment ({0})
211
+
azure/springcloud.check_name.name=validate name ({0}) of new Spring Apps
211
212
######################end other request operations######################
0 commit comments