Skip to content

Conversation

@hyonholee
Copy link
Contributor

ARM Compute update:

  • Add -SecureExecution parameter to Set-AzureRmVMCustomScriptExtension
  • Update positions of parameters for New-AzureRmVM
  • Add -DisableAutoUpgradeMinorVersion and -ForceRerun parameters to Set-AzureRmVMExtension
  • Add Set-AzureRmVMPlan cmdlet
  • Add -Redeploy parameter to Set-AzureRmVM
  • Add AutoUpgradeMinorVersion and ForceUpdateTag parameters for Get-AzureRmVMExtension

ASM Compute (ServiceManagement) update:

  • Add Set-AzureBootDiagnostics cmdlets
  • Enable boot diagnostics by default for New-AzureVM and New-AzureQuickVM

$containerName = 'script';

# Set custom script extension
Set-AzureRmVMCustomScriptExtension -ResourceGroupName $rgname -Location $loc -VMName $vmname -Name $extname -TypeHandlerVersion $extver -StorageAccountName $stoname -StorageAccountKey $stokey -FileName $fileToExecute -ContainerName $containerName -SecureExecution;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using ``` to break the long line into multiple ones.

@huangpf
Copy link
Contributor

huangpf commented Feb 24, 2016

LGTM.

@hovsepm
Copy link
Contributor

hovsepm commented Feb 24, 2016

hovsepm pushed a commit that referenced this pull request Feb 25, 2016
[AzureRT] Sprint 58 update
@hovsepm hovsepm merged commit ca3b677 into Azure:dev Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants