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

Mesh CLI for Windows: validate input parameters on the client side #166

Open dragav opened 6 years ago

dragav commented 6 years ago

Repro: create/deploy a Mesh application. Try and access its properties using an environment variable to specify the resource group:

az mesh network show --resource-group $rg% --name helloWorldNetwork Operation returned an invalid status code 'Bad Request'

Note the '$' in front of 'rg' - s/b '%'. Please confirm that the request is not sent to the service prior to validating the args.