Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Mesh Resource Provider is listing deleted networks #282

Open askew opened 6 years ago

askew commented 6 years ago

I’ve noticed that in my internal subscription there are a couple of SF Mesh networks that are reported by az mesh, that are in resource groups that have been deleted.

If I don’t have any Mesh deployments in my subscription az mesh network list shows nothing …

stephen@Azure:~$ az mesh network list
[]

If I now deploy an application that has one network, then run this again

stephen@Azure:~$ az mesh network list -o table
Name                 Description                       ProvisioningState    PublicIP        AddressPrefix
-------------------  --------------------------------  -------------------  --------------  ---------------
Application1Network  Application1Network description.  Succeeded            51.137.106.217  10.0.0.4/22
MeshNetwork          MeshNetwork description.          Succeeded            104.40.133.254  10.0.0.4/22
newNetwork                                             Succeeded            104.214.236.16  10.0.0.4/22

I now see two other networks from old deployments that have since been deleted. Even the resource groups for these no longer exist.

The first two networks should have been deleted, the resource groups Application1-rg and Mesh-rg no longer exist which means the networks can't be deleted. Do they exist or not?

stephen@Azure:~$ az mesh network delete -g 'Application1-rg' -n 'Application1Network'
Are you sure you want to perform this operation? (y/n): y
Can't find the resource.