Skip to content

Commit 4e52d72

Browse files
#1891898: [Test] Pops up com.azure.core.management.exception.ManagementException while deploying spring cloud with a creating service
1 parent 1b5eb8e commit 4e52d72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/java/com/microsoft/azure/toolkit/intellij/appservice/AppServiceMonitorPanel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ private void createUIComponents() {
153153
txtRetention = new AzureIntegerInput();
154154
txtRetention.setMinValue(0);
155155
txtRetention.setMaxValue(99999);
156-
txtRetention.setDefaultValue(0);
157156
txtRetention.setRequired(false);
158157
}
159158

0 commit comments

Comments
 (0)