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

Add support disk Type #72

Closed
thomas-illiet opened this issue Nov 26, 2016 · 1 comment
Closed

Add support disk Type #72

thomas-illiet opened this issue Nov 26, 2016 · 1 comment

Comments

@thomas-illiet
Copy link

Hello,

Could you add feature for Type Disk (Fixed Or dynamic) ?

if($TypeT -eq "Fixed"){
	$null = New-VHD -Path $vhdFilePath -SizeBytes $MaximumSizeBytes -Fixed
} else {
	$null = New-VHD -Path $vhdFilePath -SizeBytes $MaximumSizeBytes -Dynamic
}

Thx

@johnf
Copy link
Contributor

johnf commented Jan 8, 2017

I've implemented something similar in #77

bgelens added a commit that referenced this issue Jul 9, 2017
xVHD - Add support for setting disk type (Fixed, Dynamic, Differencing)
Fixes: #72
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

No branches or pull requests

2 participants