Skip to content

Commit e4e56b3

Browse files
author
Rival Abdrakhmanov
committed
Fix compilation
1 parent 97558a5 commit e4e56b3

File tree

1 file changed

+5
-0
lines changed
  • Utils/azure-toolkit-ide-hdinsight-libs/azuretools-core/test/com/microsoft/azuretools/core/mvp/model/rediscache

1 file changed

+5
-0
lines changed

Utils/azure-toolkit-ide-hdinsight-libs/azuretools-core/test/com/microsoft/azuretools/core/mvp/model/rediscache/RedisCacheMock.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ public RedisAccessKeys regenerateKey(RedisKeyType keyType) {
165165
return new RedisAccessKeysMock();
166166
}
167167

168+
@Override
169+
public PublicNetworkAccess publicNetworkAccess() {
170+
return null;
171+
}
172+
168173
@Override
169174
public TlsVersion minimumTlsVersion() {
170175
return null;

0 commit comments

Comments
 (0)