-
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
Merged
Merged
AzureRT PR #1044
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
1cfc107
Dev code for Save-AzureRMVhd cmdlet
hyonholee 64bfa31
Add "None" value for Disk Caching.
hyonholee faef27a
Fix the output of New-AzureRMVM and Update-AzureRMVM
hyonholee 3ec24ea
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee d01407d
Fix AzureRT test settings
hyonholee dd2b55a
Add -WhatIf to Remove-AzureVM
hyonholee 94916b9
Fix AzureRT test issues due to the storage cmdlet name changes
hyonholee f0a258d
Update New-AzureQuickVM
hyonholee 6e2937f
Fix Get-AzureRemoteDesktopFile cmdlet with Launch parameter
hyonholee f917639
Fix Get-AzureRMRemoteDesktopFile
hyonholee 5be0fc7
Adding BootDiagnostics feature:
hyonholee 752dd50
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee e77f993
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee 8185b5b
Fix Get-AzureRMRemoteDesktopFile cmdlet
hyonholee 89c26d7
Add boot diagnostic feature
hyonholee ce5ba4b
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee c7659ca
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee 22e8990
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee fd39b26
Merge branch 'dev' of https://github.com/hyonholee/azure-powershell i…
hyonholee 84558c9
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee 1a9e7bf
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee f895f08
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee ca5d5ab
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee 7c403c7
Add Save-AzureRMVhd Test
hyonholee 2173bc4
Update New-AzureVM and Add tests for BootDiagnostics
hyonholee eebf8ed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee e0ab966
Merge branch 'dev' of https://github.com/hyonholee/azure-powershell i…
hyonholee 85d304e
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee 68888c9
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee a8a4581
Revert skipMD5 hash parameter in Add-AzureVhd
hyonholee f69b0e6
Add StatusCode to PSComputeLongRunningOperation
hyonholee 656aa0d
Re-record Compute tests
hyonholee 326a632
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee 0525010
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee f4c9564
Update according to PR comments
hyonholee e00709f
Change the method name.
hyonholee a649695
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
hyonholee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you please add a comment for the resource ID format? It would make the code more clear.