Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
04a7174
Set-AzureRmVmDiskEncryption along with encryptionSettings in UpdateVM
Oct 22, 2015
47885d0
Updated with Get-AzureDiskEncryptionStatus cmdlet
Oct 23, 2015
decf009
Merge branch 'dev' of https://github.com/AzureRT/azure-powershell int…
Oct 23, 2015
3ccbce6
Merge branch 'dev' of https://github.com/Azure/azure-powershell into …
Oct 23, 2015
589d5db
Merge Set-AzureVMOSDisk changes
Oct 24, 2015
c7cf3b3
Update extension default version to 1.3
Oct 24, 2015
508b217
Handled no extensions case for GetAzureDiskEncryptionStatus
Oct 24, 2015
6630f4a
Handle empty volumeType in extension config
Oct 24, 2015
3a31a05
Changed default parameters to AAD Client Secret and updated confirmat…
Oct 26, 2015
4ea96ac
Added AadCertThumbprint support
Oct 27, 2015
8168544
Updated extension name to AzureDiskEncryption and changed cmdlet name…
Oct 29, 2015
0bf565c
linux support for AzureDiskEncryption.
andyliuliming Oct 30, 2015
7ac47dc
Merge pull request #2 from andyliuliming/AzureDiskEncryption
Oct 30, 2015
7d02de6
Remove GetAzureDiskEncryptionExtension cmdlet
Oct 30, 2015
03099e3
Merging Linux extension changes
Oct 30, 2015
49d5f1c
Refactoring Linux changes to separate function and fixinf indentation
Oct 30, 2015
3eebd4f
Added copy right headers
Oct 30, 2015
e6e4a93
Merge pull request #1 from SudhakaraReddyEvuri/AzureDiskEncryption
andyliuliming Oct 31, 2015
8451665
remove the extra parameters.
andyliuliming Oct 31, 2015
3c43e22
Merge pull request #3 from andyliuliming/AzureDiskEncryption
Oct 31, 2015
8f90648
passphrase support in Powershell
andyliuliming Nov 1, 2015
a4c06f9
Set the extension default Name, add tests
Nov 2, 2015
bf7a4e0
Updating help files for AzureDiskEncryption cmdlets, updating test to…
Nov 3, 2015
d492438
merge Sudhakar's change
andyliuliming Nov 3, 2015
04326fc
help document for the Linux part.
andyliuliming Nov 3, 2015
7d3efd0
Merge AzureRT\Dev
Nov 4, 2015
acfa917
Merge branch 'AzureDiskEncryption' of https://github.com/andyliulimin…
Nov 4, 2015
bf7640c
Merge branch 'andyliuliming-AzureDiskEncryption' into dev
Nov 4, 2015
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
Prev Previous commit
Next Next commit
Remove GetAzureDiskEncryptionExtension cmdlet
  • Loading branch information
Sudhakara Reddy Evuri committed Oct 30, 2015
commit 7d02de61bf1c687f87116d2f5228895a2ffcdf21
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
<Compile Include="Extension\AzureDiskEncryption\AzureDiskEncryptionExtensionContext.cs" />
<Compile Include="Extension\AzureDiskEncryption\AzureDiskEncryptionExtensionProtectedSettings.cs" />
<Compile Include="Extension\AzureDiskEncryption\AzureDiskEncryptionExtensionPublicSettings.cs" />
<Compile Include="Extension\AzureDiskEncryption\GetAzureDiskEncryptionExtension.cs" />
<Compile Include="Extension\AzureDiskEncryption\GetAzureDiskEncryptionStatus.cs" />
<Compile Include="Extension\AzureDiskEncryption\RemoveAzureDiskEncryptionExtension.cs" />
<Compile Include="Extension\AzureDiskEncryption\SetAzureDiskEncryptionExtension.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ public static class ProfileNouns

//AzureDiskEncryption
public const string AzureDiskEncryptionExtension = "AzureRmVMDiskEncryptionExtension";
public const string AzureDiskEncryptionStatus = "AzureRmVmDiskEncryptionStatus";
public const string AzureDiskEncryptionStatus = "AzureRmVMDiskEncryptionStatus";
}
}

This file was deleted.