Skip to content
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

Feature/cplat add az vhd improve #17999

Merged
merged 33 commits into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ce6b442
update
grizzlytheodore Mar 24, 2022
04d73e4
add PSDisk
grizzlytheodore Mar 29, 2022
a30d5fe
updates
grizzlytheodore Apr 8, 2022
02a484b
Differencing disk convert bug
grizzlytheodore Apr 8, 2022
ef9a4aa
Update field names to match specification.
grizzlytheodore Apr 8, 2022
eaa73b9
update field to use current Size
grizzlytheodore Apr 8, 2022
80ace7b
dynamic upload conversion on-the-fly
grizzlytheodore Apr 8, 2022
5a7185c
update output methods, changelog
grizzlytheodore Apr 12, 2022
716eb94
remove shouldSupport
grizzlytheodore Apr 12, 2022
948106f
update description, console output, and fix resizing.
grizzlytheodore Apr 13, 2022
ed00c8a
update output format, typos
grizzlytheodore Apr 13, 2022
c020ea0
grammar
grizzlytheodore Apr 13, 2022
46989a3
Merge branch 'main' into feature/cplat-Add-AzVhdImprove
grizzlytheodore Apr 13, 2022
044502f
suppress breaking change, no change in customer usage
grizzlytheodore Apr 14, 2022
924233e
undo adding -keepConvertedResizedFile, and do not return PSDisk
grizzlytheodore Apr 14, 2022
5055239
merge
grizzlytheodore Apr 14, 2022
1464d50
fix error
grizzlytheodore Apr 15, 2022
c454166
Revert "fix error"
grizzlytheodore Apr 15, 2022
d1d6aaf
fix error
grizzlytheodore Apr 15, 2022
13dd4f2
change capitalization
grizzlytheodore Apr 15, 2022
0e814eb
change variable name
grizzlytheodore Apr 15, 2022
6e7b75a
remove debug Console output
grizzlytheodore Apr 15, 2022
8a0a6e4
rebase to main
grizzlytheodore Apr 26, 2022
8dc3cfc
resolve filePath to VHD File
grizzlytheodore Apr 27, 2022
91da584
refactor/clean up code
grizzlytheodore Apr 27, 2022
2cbf87c
when synchronize fails, clean up resource then throw terminating error
grizzlytheodore Apr 27, 2022
1c5fe3f
Add OS checking and warning before conversion/resizing
grizzlytheodore Apr 28, 2022
4b58523
adjust to follow conventions
grizzlytheodore Apr 29, 2022
4bb7110
test and fix small error
grizzlytheodore May 4, 2022
8cae110
Merge branch 'main' into feature/cplat-Add-AzVhdImprove
grizzlytheodore May 27, 2022
72ea2ed
Update ChangeLog.md
grizzlytheodore Jun 16, 2022
0ef38ba
Update ChangeLog.md
grizzlytheodore Jun 16, 2022
71867e3
Merge branch 'main' into feature/cplat-Add-AzVhdImprove
VeryEarly Jun 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

-->
## Upcoming Release
* For `Add-AzVhd` upon upload failure using DirectUploadToManagedDisk parameter set, the SAS will be revoked and the created managed disk will be deleted.
* An unresolved path can be passed in for '-LocalFilePath' for `Add-AzVhd`. The cmdlet with unresolve the path itself.

## Version 4.27.0
* Edited `New-AzVm` cmdlet internal logic to use the `PlatformFaultDomain` value in the `PSVirtualMachine` object passed to it in the new virtual machine.
Expand Down
Loading