Skip to content

[AzureRT] Sprint 56 update #1294

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 10 commits into from
Nov 18, 2015
Merged

[AzureRT] Sprint 56 update #1294

merged 10 commits into from
Nov 18, 2015

Conversation

hyonholee
Copy link
Contributor

  1. Enable BGInfo by default
  2. Fix the issue when an OS disk is in a different resource group - Now New-AzureRmVM does not create a new storage account for boot diagnostics.
  3. Add a new test when an empty list for additional unattend content is set for Update-AzureRmVM.
  4. Re-record all compute tests because of New-AzureRmVM behavior change.

@markcowl
Copy link
Member

@@ -63,6 +63,7 @@ protected void ExecuteClientAction(Action action)
}
catch (CloudException ex)
{
base.EndProcessing();
Copy link
Contributor

Choose a reason for hiding this comment

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

What if EndProcessing() shows exception? In that case, ComputeCloudException will be missed.

@huangpf
Copy link
Contributor

huangpf commented Nov 18, 2015

LGTM, other than 1 question about EndProcessing.

markcowl added a commit that referenced this pull request Nov 18, 2015
[AzureRT] Sprint 56 update
@markcowl markcowl merged commit 59ab91f into Azure:dev Nov 18, 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.

4 participants