Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Get-AzureResourceGroup may not exist in new Azure PowerShell 1.0.1 release #84

Closed
hnakayam opened this issue Dec 3, 2015 · 7 comments
Closed
Labels

Comments

@hnakayam
Copy link

hnakayam commented Dec 3, 2015

Hi.

Now I started to build and deploy azure iot hub - remote monitoring demo, following the Wiki steps described below:
https://github.com/Azure/azure-iot-remote-monitoring/wiki

The build step was successful. But when I tried to deploy local i.e. "build.cmd local", the Azure PowerShell commandlet Get-AzureResourceGroup in DeploymentLib.ps1 failed.

Because Azure PowerShell 1.0.1 (November 2015) was released recently, that Get-AzureResourceGroup commandlet may be removed (or my environment is not upgraded from older version...).

Thanks.

@rangedsp
Copy link

rangedsp commented Dec 3, 2015

You need to use PowerShell 0.9 for now.
IIRC they are working on support for 1.0+ at the moment.

@aguilaaj
Copy link
Contributor

aguilaaj commented Dec 3, 2015

This is currently in our backlog, thanks!

@hnakayam
Copy link
Author

Hi,

I confirmed "build local" working in my environment when I tried PowerShell 0.9.8.1 (October 2015) release reinstalled.

Thanks!

@networkfusion
Copy link

Is there any update on when a fix for this will be available?

@rangedsp
Copy link

Just had this issue popping up after a long while, guess my azure powershell got auto updated.

@0xbrock
Copy link

0xbrock commented Jan 20, 2016

I ran into this issue last week and was going to wait for Microsoft to fix it, but it seems like they split the Service Management module from the Resource Manager module. How to install and configure Azure PowerShell talks about how get the SM and RM modules setup with Azure Powershell 1.0 (upgrading from 0.9).

Edit: Model -> Module

@aguilaaj aguilaaj added the bug label Feb 5, 2016
@jamesweb-ms
Copy link
Contributor

Fixed with #111

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants