Skip to content

Commit 75a14ef

Browse files
authored
Mark storage as deprecated in explorer (#3775)
1 parent 944d07b commit 75a14ef

File tree

1 file changed

+1
-1
lines changed
  • Utils/azure-explorer-common/src/com/microsoft/tooling/msservices/serviceexplorer/azure/storage

1 file changed

+1
-1
lines changed

Utils/azure-explorer-common/src/com/microsoft/tooling/msservices/serviceexplorer/azure/storage/StorageModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public class StorageModule extends AzureRefreshableNode {
4444
private static final String STORAGE_MODULE_ID = com.microsoft.tooling.msservices.serviceexplorer.azure.storage.StorageModule.class.getName();
4545
private static final String ICON_PATH = "StorageAccount_16.png";
46-
private static final String BASE_MODULE_NAME = "Storage Accounts";
46+
private static final String BASE_MODULE_NAME = "Storage Accounts(Deprecated)";
4747

4848
public StorageModule(Node parent) {
4949
super(STORAGE_MODULE_ID, BASE_MODULE_NAME, parent, ICON_PATH);

0 commit comments

Comments
 (0)