Skip to content

AzureRT PR #1044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
Oct 5, 2015
Merged

AzureRT PR #1044

merged 37 commits into from
Oct 5, 2015

Conversation

hyonholee
Copy link
Contributor

ARM update:

  • Boot diagnostics feature:
    • Set-AzureRmBootDiagnostics cmdlet
    • Get-AzureRmBootDiagnosticsData cmdlet
    • New-AzureRmVM sets boot diagnostics enabled by default
  • Save-AzureRmVhd cmdlet

ASM update:

  • Fix for Get-AzureRemoteDesktopFile with Launch parameter
  • Update for New-AzureQuickVM: it creates a VM in an existing service even when location or affinity parameter is given.
  • Update for Remove-AzureVM: -WhatIf parameter support.

such that it creates a vm with an existing service
when a location or an affinity group is given.
Set-AzureRMVMBootDiagnostics, Get-AzureVMBootDiagnosticsData
Conflicts:
	src/ResourceManager/Compute/Commands.Compute/Common/ConstantStringTypes.cs
Conflicts:
	src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj
	src/ResourceManager/Compute/Commands.Compute.Test/packages.config
	src/ResourceManager/Compute/Commands.Compute/packages.config
…nto dev

Conflicts:
	src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineTests.ps1
	src/ResourceManager/Compute/Commands.Compute.Test/packages.config
	src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs
	src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx
	src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/GetAzureVMBootDiagnosticsDataCommand.cs
	src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/NewAzureVMCommand.cs
	src/ResourceManager/Compute/Commands.Compute/packages.config
Conflicts:
	src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineTests.ps1
@azurecla
Copy link

azurecla commented Oct 2, 2015

Hi @hyonholee, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (hylee). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@@ -63,6 +69,8 @@ public static class ProfileNouns
public const string DataDisk = "AzureRmVMDataDisk";
public const string OSDisk = "AzureRmVMOSDisk";
public const string SourceImage = "AzureRmVMSourceImage";
public const string BootDiagnostics = "AzureRMVMBootDiagnostics";
Copy link
Member

Choose a reason for hiding this comment

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

Should be AzureRmXXX (lower-case m) everywhere

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@markcowl
Copy link
Member

markcowl commented Oct 3, 2015

@hyonholee Please sync to the latest and respond to feedback

Conflicts:
	src/ResourceManager/Compute/Commands.Compute.Test/packages.config
	src/ResourceManager/Compute/Commands.Compute/packages.config
@@ -45,10 +52,28 @@ protected override void ProcessRecord()
{
base.ProcessRecord();

if (this.VM.DiagnosticsProfile == null)
{
var storageUri = GetStorageAccountForBootDiagnostics();
Copy link
Contributor

Choose a reason for hiding this comment

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

GetOrCreate ?

@markcowl
Copy link
Member

markcowl commented Oct 5, 2015

@hyonholee please sync to the latest

Conflicts:
	src/ResourceManager/Compute/Commands.Compute.Test/packages.config
	src/ResourceManager/Compute/Commands.Compute/packages.config
@stankovski
Copy link
Member

ogail added a commit that referenced this pull request Oct 5, 2015
@ogail ogail merged commit 0570089 into Azure:dev Oct 5, 2015
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.

6 participants