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

azure delete command cannot delete application deployed from VS #180

Closed amenarde closed 6 years ago

amenarde commented 6 years ago

Deployed application to azure using visual studio made from https://review.docs.microsoft.com/en-us/azure/service-fabric-mesh/service-fabric-mesh-quickstart-dotnet-core?branch=pr-en-us-45221

On azure portal, when I try to delete from (MeshApplication/Overview/Delete), throws: Operation name Delete Applications Time stamp Wed Jun 27 2018 15:30:57 GMT-0700 (Pacific Daylight Time) Event initiated by t-anmen@microsoft.com Error code NoRegisteredProviderFound Message No registered resource provider found for location 'eastus' and API version '2018-02-01' for type 'applications'. The supported api-versions are '2018-03-01-privatepreview'. The supported locations are 'eastus, westus'.

This implies to me that the delete request is being generated with an old API version and subsequently being rejected.

mattrowmsft commented 6 years ago

@ChackDan what is status of portal? That api-version has never existed for mesh apps. We would soon have a new namespace api-version as well.

mattrowmsft commented 6 years ago

This is fixed with today's portal deployment.