PowerShell Azure Resource Manager Module 6.0.1!

Hi everyone!  Just a quick post to let you know that the AzureRM PowerShell module version 6.0.1 (MAY2018) is now available!  Check the page for the release notes to see what's new.  I recently went through an exercise to encrypt some Azure IaaS VMs using Azure Key Vault, and so the following changes are sparking some personal interest:

AzureRM.KeyVault
* Breaking changes to support piping scenarios
* Added new cmdlets: Backup/Restore-AzureKeyVaultManagedStorageAccount, Backup/Restore-AzureKeyVaultCertificate, Undo-AzureKeyVaultManagedStorageSasDefinitionRemoval, and Undo-AzureKeyVaultManagedStorageAccountRemoval
* 'Set-AzureRmVmDiskEncryptionExtension' makes AAD parameters optional

Instructions on how to install/update are here!  You may see the following requiring you to use the force:

P.S. - AzureRM 6.1.1 came out by the time I went to finish this post!

Jesse