Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Issue with creating resource group #400

Closed sushilraje closed 5 years ago

sushilraje commented 5 years ago

Type of issue

Description

up to date in 3.308s /usr/local/bin/pcs -> /usr/local/lib/node_modules/iot-solutions/publish/index.js /usr/local/lib/node_modules/iot-solutions -> /Users/sushil/work/PCS/pcs-cli Creating resources ... This operation might fail if you are not logged in. Please login and try again. ? Enter a solution name: ** ? Select a subscription: ** ? Select a location: East US / Creating resource group: sushil-local-macError: Invalid resource group location 'East US'. The Resource group already exists in location 'westus2'. ✕ Error: Invalid resource group location 'East US'. The Resource group already exists in location 'westus2'.

Steps to reproduce

  1. sh start.sh
  2. Select default subscription
  3. Select East Us location

Expected behavior

Should create a resource group

Current behavior

Cannot create a resource group using pcs-cli

Known workarounds

No

Possible solution

Context and Environment