Skip to content

Commit

Permalink
fix(provider/azure): The cache data of firewall hasn't been removed a…
Browse files Browse the repository at this point in the history
…fter deleting firewall successfully (#3751)
  • Loading branch information
Neil Ye authored and Matt Duftler committed Jun 5, 2019
1 parent ab80b0f commit d6d3a1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class AzureSecurityGroupCachingAgent implements CachingAgent, OnDemandAgent, Acc
return buildCacheResult(providerCache, null, 0, updatedSecurityGroup, null)
} else {
evictedSecurityGroup = new AzureSecurityGroupDescription(
id: securityGroupName,
name: securityGroupName,
region: region,
appName: AzureUtilities.getAppNameFromAzureResourceName(securityGroupName),
Expand Down

0 comments on commit d6d3a1d

Please sign in to comment.