|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 1/13/2021 |
| 6 | +# Generated on: 2/19/2021 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
10 | 10 |
|
11 |
| - # Script module or binary module file associated with this manifest. |
12 |
| - RootModule = './Az.Migrate.psm1' |
13 |
| - |
14 |
| - # Version number of this module. |
15 |
| - ModuleVersion = '0.2.0' |
16 |
| - |
17 |
| - # Supported PSEditions |
18 |
| - CompatiblePSEditions = 'Core', 'Desktop' |
19 |
| - |
20 |
| - # ID used to uniquely identify this module |
21 |
| - GUID = 'c638312b-9fd1-4611-a5cc-11a8caa5b698' |
22 |
| - |
23 |
| - # Author of this module |
24 |
| - Author = 'Microsoft Corporation' |
25 |
| - |
26 |
| - # Company or vendor of this module |
27 |
| - CompanyName = 'Microsoft Corporation' |
28 |
| - |
29 |
| - # Copyright statement for this module |
30 |
| - Copyright = 'Microsoft Corporation. All rights reserved.' |
31 |
| - |
32 |
| - # Description of the functionality provided by this module |
33 |
| - Description = 'Microsoft Azure PowerShell: Migrate cmdlets' |
34 |
| - |
35 |
| - # Minimum version of the PowerShell engine required by this module |
36 |
| - PowerShellVersion = '5.1' |
37 |
| - |
38 |
| - # Name of the PowerShell host required by this module |
39 |
| - # PowerShellHostName = '' |
40 |
| - |
41 |
| - # Minimum version of the PowerShell host required by this module |
42 |
| - # PowerShellHostVersion = '' |
43 |
| - |
44 |
| - # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 |
| - DotNetFrameworkVersion = '4.7.2' |
46 |
| - |
47 |
| - # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 |
| - # ClrVersion = '' |
49 |
| - |
50 |
| - # Processor architecture (None, X86, Amd64) required by this module |
51 |
| - # ProcessorArchitecture = '' |
52 |
| - |
53 |
| - # Modules that must be imported into the global environment prior to importing this module |
54 |
| - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; }) |
55 |
| - |
56 |
| - # Assemblies that must be loaded prior to importing this module |
57 |
| - RequiredAssemblies = './bin/Az.Migrate.private.dll' |
58 |
| - |
59 |
| - # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
60 |
| - # ScriptsToProcess = @() |
61 |
| - |
62 |
| - # Type files (.ps1xml) to be loaded when importing this module |
63 |
| - # TypesToProcess = @() |
64 |
| - |
65 |
| - # Format files (.ps1xml) to be loaded when importing this module |
66 |
| - FormatsToProcess = './Az.Migrate.format.ps1xml' |
67 |
| - |
68 |
| - # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
69 |
| - # NestedModules = @() |
70 |
| - |
71 |
| - # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
72 |
| - FunctionsToExport = 'Get-AzMigrateDiscoveredServer', 'Get-AzMigrateJob', 'Get-AzMigrateProject', 'Get-AzMigrateReplicationFabric', 'Get-AzMigrateReplicationPolicy', 'Get-AzMigrateReplicationProtectionContainer', 'Get-AzMigrateReplicationProtectionContainerMapping', 'Get-AzMigrateReplicationRecoveryServicesProvider', 'Get-AzMigrateRunAsAccount', 'Get-AzMigrateServerReplication', 'Get-AzMigrateSite', 'Get-AzMigrateSolution', 'New-AzMigrateDiskMapping', 'New-AzMigrateNicMapping', 'New-AzMigrateProject', 'New-AzMigrateReplicationPolicy', 'New-AzMigrateReplicationProtectionContainerMapping', 'New-AzMigrateServerReplication', 'Register-AzMigrateProjectTool', 'Remove-AzMigrateProject', 'Remove-AzMigrateServerReplication', 'Restart-AzMigrateServerReplication', 'Set-AzMigrateServerReplication', 'Start-AzMigrateServerMigration', 'Start-AzMigrateTestMigration', 'Start-AzMigrateTestMigrationCleanup' |
73 |
| - |
74 |
| - # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
75 |
| - CmdletsToExport = @() |
76 |
| - |
77 |
| - # Variables to export from this module |
78 |
| - # VariablesToExport = @() |
79 |
| - |
80 |
| - # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
81 |
| - AliasesToExport = '*' |
82 |
| - |
83 |
| - # DSC resources to export from this module |
84 |
| - # DscResourcesToExport = @() |
85 |
| - |
86 |
| - # List of all modules packaged with this module |
87 |
| - # ModuleList = @() |
88 |
| - |
89 |
| - # List of all files packaged with this module |
90 |
| - # FileList = @() |
91 |
| - |
92 |
| - # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
93 |
| - PrivateData = @{ |
94 |
| - |
95 |
| - PSData = @{ |
96 |
| - |
97 |
| - # Tags applied to this module. These help with module discovery in online galleries. |
98 |
| - Tags = 'Azure','ResourceManager','ARM','PSModule','Migrate' |
99 |
| - |
100 |
| - # A URL to the license for this module. |
101 |
| - LicenseUri = 'https://aka.ms/azps-license' |
102 |
| - |
103 |
| - # A URL to the main website for this project. |
104 |
| - ProjectUri = 'https://github.com/Azure/azure-powershell' |
105 |
| - |
106 |
| - # A URL to an icon representing this module. |
107 |
| - # IconUri = '' |
108 |
| - |
109 |
| - # ReleaseNotes of this module |
110 |
| - ReleaseNotes = '* Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones. |
111 |
| -* Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider. |
112 |
| -* Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name. |
113 |
| -* Bug fixed in enable migrate to stop passing Target Boot Diagnostic Storage Account if it is in a different subscription id than the target VM. |
114 |
| -* Fix to in online URLs of existing code doc.' |
115 |
| - |
116 |
| - |
117 |
| - # Prerelease string of this module |
118 |
| - # Prerelease = '' |
119 |
| - |
120 |
| - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
121 |
| - # RequireLicenseAcceptance = $false |
122 |
| - |
123 |
| - # External dependent modules of this module |
124 |
| - # ExternalModuleDependencies = @() |
125 |
| - |
126 |
| - } # End of PSData hashtable |
127 |
| - |
128 |
| - } # End of PrivateData hashtable |
129 |
| - |
130 |
| - # HelpInfo URI of this module |
131 |
| - # HelpInfoURI = '' |
132 |
| - |
133 |
| - # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
134 |
| - # DefaultCommandPrefix = '' |
135 |
| - |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = './Az.Migrate.psm1' |
| 13 | + |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '1.0.0' |
| 16 | + |
| 17 | +# Supported PSEditions |
| 18 | +CompatiblePSEditions = 'Core', 'Desktop' |
| 19 | + |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = 'c638312b-9fd1-4611-a5cc-11a8caa5b698' |
| 22 | + |
| 23 | +# Author of this module |
| 24 | +Author = 'Microsoft Corporation' |
| 25 | + |
| 26 | +# Company or vendor of this module |
| 27 | +CompanyName = 'Microsoft Corporation' |
| 28 | + |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = 'Microsoft Corporation. All rights reserved.' |
| 31 | + |
| 32 | +# Description of the functionality provided by this module |
| 33 | +Description = 'Microsoft Azure PowerShell: Migrate cmdlets' |
| 34 | + |
| 35 | +# Minimum version of the PowerShell engine required by this module |
| 36 | +PowerShellVersion = '5.1' |
| 37 | + |
| 38 | +# Name of the PowerShell host required by this module |
| 39 | +# PowerShellHostName = '' |
| 40 | + |
| 41 | +# Minimum version of the PowerShell host required by this module |
| 42 | +# PowerShellHostVersion = '' |
| 43 | + |
| 44 | +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | +DotNetFrameworkVersion = '4.7.2' |
| 46 | + |
| 47 | +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | +# CLRVersion = '' |
| 49 | + |
| 50 | +# Processor architecture (None, X86, Amd64) required by this module |
| 51 | +# ProcessorArchitecture = '' |
| 52 | + |
| 53 | +# Modules that must be imported into the global environment prior to importing this module |
| 54 | +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; }) |
| 55 | + |
| 56 | +# Assemblies that must be loaded prior to importing this module |
| 57 | +RequiredAssemblies = './bin/Az.Migrate.private.dll' |
| 58 | + |
| 59 | +# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 60 | +# ScriptsToProcess = @() |
| 61 | + |
| 62 | +# Type files (.ps1xml) to be loaded when importing this module |
| 63 | +# TypesToProcess = @() |
| 64 | + |
| 65 | +# Format files (.ps1xml) to be loaded when importing this module |
| 66 | +FormatsToProcess = './Az.Migrate.format.ps1xml' |
| 67 | + |
| 68 | +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 69 | +# NestedModules = @() |
| 70 | + |
| 71 | +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
| 72 | +FunctionsToExport = 'Get-AzMigrateDiscoveredServer', 'Get-AzMigrateJob', |
| 73 | + 'Get-AzMigrateProject', 'Get-AzMigrateReplicationFabric', |
| 74 | + 'Get-AzMigrateReplicationPolicy', |
| 75 | + 'Get-AzMigrateReplicationProtectionContainer', |
| 76 | + 'Get-AzMigrateReplicationProtectionContainerMapping', |
| 77 | + 'Get-AzMigrateReplicationRecoveryServicesProvider', |
| 78 | + 'Get-AzMigrateRunAsAccount', 'Get-AzMigrateServerReplication', |
| 79 | + 'Get-AzMigrateSite', 'Get-AzMigrateSolution', |
| 80 | + 'Initialize-AzMigrateReplicationInfrastructure', |
| 81 | + 'New-AzMigrateDiskMapping', 'New-AzMigrateNicMapping', |
| 82 | + 'New-AzMigrateProject', 'New-AzMigrateReplicationPolicy', |
| 83 | + 'New-AzMigrateReplicationProtectionContainerMapping', |
| 84 | + 'New-AzMigrateServerReplication', 'Register-AzMigrateProjectTool', |
| 85 | + 'Remove-AzMigrateProject', 'Remove-AzMigrateServerReplication', |
| 86 | + 'Restart-AzMigrateServerReplication', |
| 87 | + 'Set-AzMigrateServerReplication', 'Start-AzMigrateServerMigration', |
| 88 | + 'Start-AzMigrateTestMigration', |
| 89 | + 'Start-AzMigrateTestMigrationCleanup' |
| 90 | + |
| 91 | +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
| 92 | +CmdletsToExport = @() |
| 93 | + |
| 94 | +# Variables to export from this module |
| 95 | +# VariablesToExport = @() |
| 96 | + |
| 97 | +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
| 98 | +AliasesToExport = '*' |
| 99 | + |
| 100 | +# DSC resources to export from this module |
| 101 | +# DscResourcesToExport = @() |
| 102 | + |
| 103 | +# List of all modules packaged with this module |
| 104 | +# ModuleList = @() |
| 105 | + |
| 106 | +# List of all files packaged with this module |
| 107 | +# FileList = @() |
| 108 | + |
| 109 | +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 110 | +PrivateData = @{ |
| 111 | + |
| 112 | + PSData = @{ |
| 113 | + |
| 114 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 115 | + Tags = 'Azure','ResourceManager','ARM','PSModule','Migrate' |
| 116 | + |
| 117 | + # A URL to the license for this module. |
| 118 | + LicenseUri = 'https://aka.ms/azps-license' |
| 119 | + |
| 120 | + # A URL to the main website for this project. |
| 121 | + ProjectUri = 'https://github.com/Azure/azure-powershell' |
| 122 | + |
| 123 | + # A URL to an icon representing this module. |
| 124 | + # IconUri = '' |
| 125 | + |
| 126 | + # ReleaseNotes of this module |
| 127 | + ReleaseNotes = '* Az.Migrate GA |
| 128 | +* Incorporated Initialize-AzMigrateReplicationInfrastructure as a cmdlet in the Az.Migrate module, from the external script that is run currently today. |
| 129 | +* Made some parameters of New-AzMigrateServerReplication, New-AzMigrateDiskMapping case insensitive. |
| 130 | +* Added support for scale appliance change, to handle new V3 keys.' |
| 131 | + |
| 132 | + # Prerelease string of this module |
| 133 | + # Prerelease = '' |
| 134 | + |
| 135 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 136 | + # RequireLicenseAcceptance = $false |
| 137 | + |
| 138 | + # External dependent modules of this module |
| 139 | + # ExternalModuleDependencies = @() |
| 140 | + |
| 141 | + } # End of PSData hashtable |
| 142 | + |
| 143 | + } # End of PrivateData hashtable |
| 144 | + |
| 145 | +# HelpInfo URI of this module |
| 146 | +# HelpInfoURI = '' |
| 147 | + |
| 148 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 149 | +# DefaultCommandPrefix = '' |
| 150 | + |
136 | 151 | }
|
137 | 152 |
|
0 commit comments