Skip to content

Commit f7c0407

Browse files
[skip ci] Archive c52c5ef (#28294)
1 parent c52c5ef commit f7c0407

33 files changed

+3418
-1076
lines changed

generated/Migrate/Migrate.Autorest/Az.Migrate.format.ps1xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27674,9 +27674,6 @@
2767427674
<TableColumnHeader>
2767527675
<Label>IsOSDisk</Label>
2767627676
</TableColumnHeader>
27677-
<TableColumnHeader>
27678-
<Label>StorageContainerId</Label>
27679-
</TableColumnHeader>
2768027677
</TableHeaders>
2768127678
<TableRowEntries>
2768227679
<TableRowEntry>
@@ -27699,9 +27696,6 @@
2769927696
<TableColumnItem>
2770027697
<PropertyName>IsOSDisk</PropertyName>
2770127698
</TableColumnItem>
27702-
<TableColumnItem>
27703-
<PropertyName>StorageContainerId</PropertyName>
27704-
</TableColumnItem>
2770527699
</TableColumnItems>
2770627700
</TableRowEntry>
2770727701
</TableRowEntries>

generated/Migrate/Migrate.Autorest/Az.Migrate.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
GUID = 'c638312b-9fd1-4611-a5cc-11a8caa5b698'
33
RootModule = './Az.Migrate.psm1'
4-
ModuleVersion = '3.0.10'
4+
ModuleVersion = '3.0.12'
55
CompatiblePSEditions = 'Core', 'Desktop'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

generated/Migrate/Migrate.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Migrate")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.7.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("2.7.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.8.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.8.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27-
28-
29-

generated/Migrate/Migrate.Autorest/exports/Get-AzMigrateJob.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.Synopsis
1919
Retrieves the status of an Azure Migrate job.
2020
.Description
21-
The Get-AzMigrateJob cmdlet retrives the status of an Azure Migrate job.
21+
The Get-AzMigrateJob cmdlet retrieves the status of an Azure Migrate job.
2222
.Example
2323
Get-AzMigrateJob -JobID "/Subscriptions/xxx-xxx-xxx/resourceGroups/azmigratepwshtestasr13072020/providers/Microsoft.RecoveryServices/vaults/AzMigrateTestProjectPWSH02aarsvault/replicationJobs/997e2a92-5afe-49c7-a81a-89660aec9b7b"
2424
.Example

generated/Migrate/Migrate.Autorest/exports/Get-AzMigrateLocalJob.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.Synopsis
1919
Retrieves the status of an Azure Migrate job.
2020
.Description
21-
The Get-AzMigrateLocalJob cmdlet retrives the status of an Azure Migrate job.
21+
The Get-AzMigrateLocalJob cmdlet retrieves the status of an Azure Migrate job.
2222
.Example
2323
Get-AzMigrateLocalJob -ID "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/jobs/0203aa1b-1dff-4653-89a9-b90a76d1601a"
2424
.Example

generated/Migrate/Migrate.Autorest/exports/New-AzMigrateDiskMapping.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ param(
4747
${IsOSDisk},
4848

4949
[Parameter(Mandatory)]
50-
[ArgumentCompleter({ "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "PremiumV2_LRS"})]
50+
[ArgumentCompleter({ "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "PremiumV2_LRS", "UltraSSD_LRS", "StandardSSD_ZRS", "Premium_ZRS"})]
5151
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
5252
[System.String]
5353
# Specifies the type of disks to be used for the Azure VM.
@@ -56,7 +56,7 @@ param(
5656
[Parameter()]
5757
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
5858
[System.String]
59-
# Specifies the disk encyption set to be used.
59+
# Specifies the disk encryption set to be used.
6060
${DiskEncryptionSetID}
6161
)
6262

generated/Migrate/Migrate.Autorest/exports/New-AzMigrateLocalDiskMappingObject.ps1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,15 @@ param(
6262
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
6363
[System.String]
6464
# Specifies the disk format.
65+
# 'VHD' or 'VHDX' for Hyper-V Generation 1; 'VHDX' for Hyper-V Generation 2.
6566
${Format},
6667

6768
[Parameter()]
6869
[ArgumentCompleter({ "512", "4096" })]
6970
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
7071
[System.Int64]
7172
# Specifies the disk physical sector size in bytes.
72-
${PhysicalSectorSize},
73-
74-
[Parameter()]
75-
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
76-
[System.String]
77-
# Specifies the storage path ARM ID where the disk will be stored.
78-
${TargetStoragePathId}
73+
${PhysicalSectorSize}
7974
)
8075

8176
begin {

generated/Migrate/Migrate.Autorest/exports/New-AzMigrateLocalServerReplication.ps1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ param(
6767
# Specifies the name of the VM to be created.
6868
${TargetVMName},
6969

70+
[Parameter(Mandatory)]
71+
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
72+
[System.String]
73+
# Specifies the source appliance name for the AzLocal scenario.
74+
${SourceApplianceName},
75+
76+
[Parameter(Mandatory)]
77+
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
78+
[System.String]
79+
# Specifies the target appliance name for the AzLocal scenario.
80+
${TargetApplianceName},
81+
7082
[Parameter(ParameterSetName='ByIdDefaultUser', Mandatory)]
7183
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
7284
[System.String]

generated/Migrate/Migrate.Autorest/exports/New-AzMigrateServerReplication.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ param(
216216
[Parameter(ParameterSetName='ByInputObjectDefaultUser')]
217217
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
218218
[System.String]
219-
# Specifies the disk encyption set to be used.
219+
# Specifies the disk encryption set to be used.
220220
${DiskEncryptionSetID},
221221

222222
[Parameter()]

generated/Migrate/Migrate.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@ end {
29132913
.Synopsis
29142914
Retrieves the status of an Azure Migrate job.
29152915
.Description
2916-
The Get-AzMigrateJob cmdlet retrives the status of an Azure Migrate job.
2916+
The Get-AzMigrateJob cmdlet retrieves the status of an Azure Migrate job.
29172917
.Example
29182918
Get-AzMigrateJob -JobID "/Subscriptions/xxx-xxx-xxx/resourceGroups/azmigratepwshtestasr13072020/providers/Microsoft.RecoveryServices/vaults/AzMigrateTestProjectPWSH02aarsvault/replicationJobs/997e2a92-5afe-49c7-a81a-89660aec9b7b"
29192919
.Example
@@ -3181,7 +3181,7 @@ end {
31813181
.Synopsis
31823182
Retrieves the status of an Azure Migrate job.
31833183
.Description
3184-
The Get-AzMigrateLocalJob cmdlet retrives the status of an Azure Migrate job.
3184+
The Get-AzMigrateLocalJob cmdlet retrieves the status of an Azure Migrate job.
31853185
.Example
31863186
Get-AzMigrateLocalJob -ID "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/jobs/0203aa1b-1dff-4653-89a9-b90a76d1601a"
31873187
.Example
@@ -4612,7 +4612,7 @@ param(
46124612
${IsOSDisk},
46134613

46144614
[Parameter(Mandatory)]
4615-
[ArgumentCompleter({ "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "PremiumV2_LRS"})]
4615+
[ArgumentCompleter({ "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "PremiumV2_LRS", "UltraSSD_LRS", "StandardSSD_ZRS", "Premium_ZRS"})]
46164616
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
46174617
[System.String]
46184618
# Specifies the type of disks to be used for the Azure VM.
@@ -4621,7 +4621,7 @@ param(
46214621
[Parameter()]
46224622
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
46234623
[System.String]
4624-
# Specifies the disk encyption set to be used.
4624+
# Specifies the disk encryption set to be used.
46254625
${DiskEncryptionSetID}
46264626
)
46274627

@@ -4751,20 +4751,15 @@ param(
47514751
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
47524752
[System.String]
47534753
# Specifies the disk format.
4754+
# 'VHD' or 'VHDX' for Hyper-V Generation 1; 'VHDX' for Hyper-V Generation 2.
47544755
${Format},
47554756

47564757
[Parameter()]
47574758
[ArgumentCompleter({ "512", "4096" })]
47584759
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
47594760
[System.Int64]
47604761
# Specifies the disk physical sector size in bytes.
4761-
${PhysicalSectorSize},
4762-
4763-
[Parameter()]
4764-
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
4765-
[System.String]
4766-
# Specifies the storage path ARM ID where the disk will be stored.
4767-
${TargetStoragePathId}
4762+
${PhysicalSectorSize}
47684763
)
47694764

47704765
begin {
@@ -5020,6 +5015,18 @@ param(
50205015
# Specifies the name of the VM to be created.
50215016
${TargetVMName},
50225017

5018+
[Parameter(Mandatory)]
5019+
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
5020+
[System.String]
5021+
# Specifies the source appliance name for the AzLocal scenario.
5022+
${SourceApplianceName},
5023+
5024+
[Parameter(Mandatory)]
5025+
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
5026+
[System.String]
5027+
# Specifies the target appliance name for the AzLocal scenario.
5028+
${TargetApplianceName},
5029+
50235030
[Parameter(ParameterSetName='ByIdDefaultUser', Mandatory)]
50245031
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
50255032
[System.String]
@@ -5702,7 +5709,7 @@ param(
57025709
[Parameter(ParameterSetName='ByInputObjectDefaultUser')]
57035710
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
57045711
[System.String]
5705-
# Specifies the disk encyption set to be used.
5712+
# Specifies the disk encryption set to be used.
57065713
${DiskEncryptionSetID},
57075714

57085715
[Parameter()]
@@ -6935,7 +6942,7 @@ COMPLEX PARAMETER PROPERTIES
69356942
69366943
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
69376944
6938-
DYNAMICMEMORYCONFIG <ProtectedItemDynamicMemoryConfig>: Specifies the dynamic memory configration of RAM.
6945+
DYNAMICMEMORYCONFIG <ProtectedItemDynamicMemoryConfig>: Specifies the dynamic memory configuration of RAM.
69396946
MaximumMemoryInMegaByte <Int64>: Gets or sets maximum memory in MB.
69406947
MinimumMemoryInMegaByte <Int64>: Gets or sets minimum memory in MB.
69416948
TargetMemoryBufferPercentage <Int32>: Gets or sets target memory buffer in %.
@@ -6969,7 +6976,7 @@ param(
69696976
[Parameter()]
69706977
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
69716978
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig]
6972-
# Specifies the dynamic memory configration of RAM.
6979+
# Specifies the dynamic memory configuration of RAM.
69736980
# To construct, see NOTES section for DYNAMICMEMORYCONFIG properties and create a hash table.
69746981
${DynamicMemoryConfig},
69756982

@@ -6985,6 +6992,13 @@ param(
69856992
# Specifies the nics on the source server to be included for replication.
69866993
${NicToInclude},
69876994

6995+
[Parameter()]
6996+
[ArgumentCompleter({ "WindowsGuest" , "LinuxGuest" })]
6997+
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
6998+
[System.String]
6999+
# Specifies the OS type of the VM, either WindowsGuest or LinuxGuest.
7000+
${OsType},
7001+
69887002
[Parameter()]
69897003
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
69907004
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]

0 commit comments

Comments
 (0)