-
Notifications
You must be signed in to change notification settings - Fork 4k
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
AzureRT PR #1044
Conversation
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
Hi @hyonholee, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
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"; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GetOrCreate
?
@hyonholee please sync to the latest |
Conflicts: src/ResourceManager/Compute/Commands.Compute.Test/packages.config src/ResourceManager/Compute/Commands.Compute/packages.config
ARM update:
ASM update: