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 11 forks source link

resource created in different region is not listed in az mesh CLI #306

Closed guibirow closed 5 years ago

guibirow commented 5 years ago

If I create a mesh resource in a diferent location than the resource group, when I try to list the resources fromaz mesh <resourcetype> list --resource-group name no results are shown.

Steps to reproduce: Create a resource group named "mesh" and Location "westeurope" Deploy the network resource on "eastus" location within the "mesh" resource group

Once deployment complete, run the command to list the networks: az mesh network list --resource-group mesh

No resources will be listed

jeffj6123 commented 5 years ago

was the deployment for the network successful? Also are you available to view the network within portal?

guibirow commented 5 years ago

Created successfully and visible in the Portal

jeffj6123 commented 5 years ago

can you give the version of the mesh extension are you using? You can check using az extension list

guibirow commented 5 years ago

Closing this as I have updated the az mesh extension after raised this ticket and tried now to reproduce and is not facing the same errors.

Currently using 0.10.2 the problem is gone.

Thanks @jeffj6123