Skip to content

Commit

Permalink
Merge pull request Azure#1656 from arroyc/clu
Browse files Browse the repository at this point in the history
Added changes for clu helps
  • Loading branch information
markcowl committed Jan 15, 2016
2 parents 43b752c + 3e1d6a3 commit 6bb4338
Show file tree
Hide file tree
Showing 297 changed files with 8,338 additions and 10 deletions.
39 changes: 39 additions & 0 deletions src/CLU/Microsoft.Azure.Commands.Compute/Content/help/vhd.add.hlp
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

Add-AzureRmVhd





Command syntax

az vhd add [[--resourcegroupname] <string>] [--destination] <Uri> [--localfilepath] <FileInfo> [[--numberofuploaderthreads] <Nullable`1[Int32]>] [[--baseimageuritopatch] <Uri>] [[--overwrite]] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname


--destination


--localfilepath


--numberofuploaderthreads


--baseimageuritopatch


--overwrite


--informationaction


--informationvariable



41 changes: 41 additions & 0 deletions src/CLU/Microsoft.Azure.Commands.Compute/Content/help/vhd.save.hlp
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

Save-AzureRmVhd





Command syntax

az vhd save [--resourcegroupname] <string> [--sourceuri] <Uri> [--localfilepath] <FileInfo> [[--numberofthreads] <int>] [[--overwrite]] [--informationaction <ActionPreference>] [--informationvariable <string>]

az vhd save [--storagekey] <string> [--sourceuri] <Uri> [--localfilepath] <FileInfo> [[--numberofthreads] <int>] [[--overwrite]] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname


--sourceuri


--localfilepath


--numberofthreads


--overwrite


--informationaction


--informationvariable


--storagekey



Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

Get-AzureRmVMAccessExtension: Gets information about the VMAccess extension.


The Get-AzureRmVMAccessExtension cmdlet gets information about the Virtual Machine Access (VMAccess) Virtual Machine Extension.


Command syntax

az vm accessextension ls [--resourcegroupname] <string> [--vmname] <string> [--name] <string> [[--status]] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname
Specifies the name of the resource group of the virtual machine.

--vmname
Specifies the name of a virtual machine. This cmdlet gets information about VMAccess for the virtual machine that this parameter specifies.

--name
Specifies the name of the extension that this cmdlet gets.

--status
Indicates that this cmdlet gets only the instance view of the extension.

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

Remove-AzureRmVMAccessExtension: Removes the VMAccess extension from a virtual machine.


The Remove-AzureRmVMAccessExtension cmdlet removes the Virtual Machine Access (VMAccess) Virtual Machine Extension from a virtual machine.


Command syntax

az vm accessextension rm [--resourcegroupname] <string> [--vmname] <string> [--name] <string> [--force] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname
Specifies the name of the resource group of the virtual machine.

--vmname
Specifies the name of a virtual machine. This cmdlet removes VMAccess for the virtual machine that this parameter specifies.

--name
Specifies the name of the extension that this cmdlet removes.

--force
Forces the command to run without asking for user confirmation.

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

Set-AzureRmVMAccessExtension: Adds the VMAccess extension to a virtual machine.


The Set-AzureRmVMAccessExtension cmdlet adds the Virtual Machine Access (VMAccess) Virtual Machine Extension to a virtual machine. VMAccess can reset the virtual machine user name and password.


Command syntax

az vm accessextension set [--resourcegroupname] <string> [--vmname] <string> [--name] <string> [[--typehandlerversion] <string>] [[--username] <string>] [[--password] <string>] [[--location] <string>] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname
Specifies the name of the resource group of the virtual machine.

--vmname
Specifies the name of a virtual machine. This cmdlet adds VMAccess for the virtual machine that this parameter specifies.

--name
Specifies the name of the extension that this cmdlet adds.

--typehandlerversion
Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureRmVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter.

--username
Specifies the new user name for the virtual machine.

--password
Specifies the new password of the virtual machine.

--location
Specifies the location of the virtual machine.

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

Add-AzureRmVMAdditionalUnattendContent: Adds information to the unattended Windows Setup answer file.


The Add-AzureRmVMAdditionalUnattendContent cmdlet adds information to the unattended Windows Setup answer file. Specify additional base 64 encoded XML formatted information that this cmdlet adds to the unattend.xml file.


Command syntax

az vm additional unattend content add [--vm] <PSVirtualMachine> [[--content] <string>] [[--settingname] <string>] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--vm
Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRmVM cmdlet. Create a virtual machine object by using the New-AzureRmVMConfig cmdlet.

--content
Specifies base 64 encoded XML formatted content. This cmdlet adds the content to the unattend.xml file. The XML content must be less than 4 KB and must include the root element for the setting or feature that this cmdlet inserts.

--settingname
Specifies the name of the setting to which the content applies. Valid values are:
-- FirstLogonCommands
-- AutoLogon

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

Get-AzureRmAvailabilitySet: Gets Azure availability sets in a resource group.


The Get-AzureRmAvailabilitySet cmdlet gets Azure availability sets in a resource group. Specify the name of a specific availability set to get.


Command syntax

az vm availabilityset ls [--resourcegroupname] <string> [[--name] <string>] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname
Specifies the name of a resource group.

--name
Specifies the name of an availability set to get.

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

New-AzureRmAvailabilitySet: Creates an Azure availability set.


The New-AzureRmAvailabilitySet cmdlet creates an Azure availability set.


Command syntax

az vm availabilityset new [--resourcegroupname] <string> [--name] <string> [--location] <string> [[--platformupdatedomaincount] <Nullable`1[Int32]>] [[--platformfaultdomaincount] <Nullable`1[Int32]>] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname
Specifies the name of a resource group.

--name
Specifies a name for the availability set.

--location
Specifies the location for the availability set.

--platformupdatedomaincount
Specifies the platform update domain count.

--platformfaultdomaincount
Specifies the platform fault domain count.

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

Remove-AzureRmAvailabilitySet: Removes an availability set from Azure.


The Remove-AzureRmAvailabilitySet cmdlet removes an availability set from Azure.


Command syntax

az vm availabilityset rm [--resourcegroupname] <string> [[--name] <string>] [[--force]] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname
Specifies the name of a resource group.

--name
Specifies the name of the availability set to remove.

--force
Forces the command to run without asking for user confirmation.

--informationaction


--informationvariable



Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Get-AzureRmVMBootDiagnosticsData





Command syntax

az vm bootdiagnostics data ls [--resourcegroupname] <string> [--name] <string> [--windows] [--localpath] <string> [--informationaction <ActionPreference>] [--informationvariable <string>]

az vm bootdiagnostics data ls [--resourcegroupname] <string> [--name] <string> [--linux] [--localpath] <string> [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--resourcegroupname


--name


--windows


--localpath


--informationaction


--informationvariable


--linux



Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Set-AzureRmVMBootDiagnostics





Command syntax

az vm bootdiagnostics set [--vm] <PSVirtualMachine> [--enable] [--resourcegroupname] <string> [[--storageaccountname] <string>] [--informationaction <ActionPreference>] [--informationvariable <string>]

az vm bootdiagnostics set [--vm] <PSVirtualMachine> [--disable] [--informationaction <ActionPreference>] [--informationvariable <string>]


Parameters

--vm


--enable


--resourcegroupname


--storageaccountname


--informationaction


--informationvariable


--disable



Loading

0 comments on commit 6bb4338

Please sign in to comment.