Reputation: 330
I am new to azure, I am reading from a book. I already downloaded azure modules but when I run the following cmdlets I got an error message saying that those are not defined cmdlets:
Setup-Azure Reset-Azure
Anyone knows why?
Upvotes: 0
Views: 302
Reputation: 2206
I have seen this command in Azure Training book and stuffs provided by MS. In previous version of Azure powershell this was working.
Reset-Azure command was used to delete all resources except active directory in the subscription. To execute this command it asks for user credentials as it was responsible to delete resources.
I guess this command is no more present after azure powershell version 0.9.0. Latest is 2.2.0
Upvotes: 2