Rename-AzVm.psd1

@{
GUID = '78012a65-6af2-475d-b117-882384e6958b'
Author = 'Baptiste COUAVOUX'
Description = 'As you know, Azure does not allow you to rename a VM. This function will rename any Azure VM by destroying the VM resource without touching those resources attached, and re-creating it with a new name and these resources. Only work with VM with standard resource attached ! (OSDISK,DATADISK,NETWORK)'
CompanyName = 'CEGID'
ModuleVersion = '1.0.2'
PowerShellVersion='4.0'
CLRVersion='4.0'
RootModule='Rename-AzVm.psm1'
FunctionsToExport='Rename-AzVm'
CmdletsToExport = @()
AliasesToExport = @()
}