Skip to content

Commit 824280c

Browse files
[skip ci] Archive 8d29ef3 (#28861)
1 parent 8d29ef3 commit 824280c

File tree

3,221 files changed

+164404
-117309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,221 files changed

+164404
-117309
lines changed

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

Lines changed: 3376 additions & 1356 deletions
Large diffs are not rendered by default.

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.12'
4+
ModuleVersion = '3.0.14'
55
CompatiblePSEditions = 'Core', 'Desktop'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +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.9.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("2.9.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.10.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.10.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzMigrateJob -ResourceGroupName 'azmigratepwshtestasr13072020' -ProjectName
2727
Get-AzMigrateJob -ResourceGroupName 'azmigratepwshtestasr13072020' -ProjectName 'AzMigrateTestProjectPWSH' -JobName 7ae1ee7c-442c-499d-8b0e-81d52a42b71e
2828
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJob
30+
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
@@ -81,7 +81,7 @@ INPUTOBJECT <IJob>: Specifies the job object of the replicating server.
8181
https://learn.microsoft.com/powershell/module/az.migrate/get-azmigratejob
8282
#>
8383
function Get-AzMigrateJob {
84-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJob])]
84+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob])]
8585
[CmdletBinding(DefaultParameterSetName='ListByName', PositionalBinding=$false)]
8686
param(
8787
[Parameter(ParameterSetName='ListByName', Mandatory)]
@@ -119,7 +119,7 @@ param(
119119

120120
[Parameter(ParameterSetName='GetByInputObject', Mandatory)]
121121
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Category('Path')]
122-
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJob]
122+
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob]
123123
# Specifies the job object of the replicating server.
124124
# To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
125125
${InputObject},

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ INPUTOBJECT <IMigrateIdentity>: Specifies the job object of the replicating serv
5757
[HostName <String>]: Host ARM name.
5858
[Id <String>]: Resource identity path
5959
[IntentObjectName <String>]: Replication protection intent name.
60+
[JobId <String>]: job id to track.
6061
[JobName <String>]: Job ARM name.
6162
[Location <String>]: The name of the Azure region.
6263
[LogicalNetworkName <String>]: Logical network name.
@@ -81,6 +82,7 @@ INPUTOBJECT <IMigrateIdentity>: Specifies the job object of the replicating serv
8182
[RecoveryPointName <String>]: The recovery point name.
8283
[ReplicatedProtectedItemName <String>]: Replication protected item name.
8384
[ReplicationExtensionName <String>]: The replication extension name.
85+
[ReplicationProtectionClusterName <String>]: Replication protection cluster name.
8486
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
8587
[ResourceName <String>]: The name of the recovery services vault.
8688
[SiteName <String>]: Site name.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ INPUTOBJECT <IMigrateIdentity>: Identity Parameter
5555
[HostName <String>]: Host ARM name.
5656
[Id <String>]: Resource identity path
5757
[IntentObjectName <String>]: Replication protection intent name.
58+
[JobId <String>]: job id to track.
5859
[JobName <String>]: Job ARM name.
5960
[Location <String>]: The name of the Azure region.
6061
[LogicalNetworkName <String>]: Logical network name.
@@ -79,6 +80,7 @@ INPUTOBJECT <IMigrateIdentity>: Identity Parameter
7980
[RecoveryPointName <String>]: The recovery point name.
8081
[ReplicatedProtectedItemName <String>]: Replication protected item name.
8182
[ReplicationExtensionName <String>]: The replication extension name.
83+
[ReplicationProtectionClusterName <String>]: Replication protection cluster name.
8284
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
8385
[ResourceName <String>]: The name of the recovery services vault.
8486
[SiteName <String>]: Site name.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ INPUTOBJECT <IMigrateIdentity>: Specifies the machine object of the replicating
5050
[HostName <String>]: Host ARM name.
5151
[Id <String>]: Resource identity path
5252
[IntentObjectName <String>]: Replication protection intent name.
53+
[JobId <String>]: job id to track.
5354
[JobName <String>]: Job ARM name.
5455
[Location <String>]: The name of the Azure region.
5556
[LogicalNetworkName <String>]: Logical network name.
@@ -74,6 +75,7 @@ INPUTOBJECT <IMigrateIdentity>: Specifies the machine object of the replicating
7475
[RecoveryPointName <String>]: The recovery point name.
7576
[ReplicatedProtectedItemName <String>]: Replication protected item name.
7677
[ReplicationExtensionName <String>]: The replication extension name.
78+
[ReplicationProtectionClusterName <String>]: Replication protection cluster name.
7779
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
7880
[ResourceName <String>]: The name of the recovery services vault.
7981
[SiteName <String>]: Site name.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Get-AzMigrateReplicationFabric -ResourceGroupName azmigratepwshtestasr13072020 -
2525
Get-AzMigrateReplicationFabric -ResourceGroupName azmigratepwshtestasr13072020 -ResourceName AzMigrateTestProjectPWSH02aarsvault
2626
2727
.Outputs
28-
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabric
28+
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric
2929
.Link
3030
https://learn.microsoft.com/powershell/module/az.migrate/get-azmigratereplicationfabric
3131
#>
3232
function Get-AzMigrateReplicationFabric {
33-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabric])]
33+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric])]
3434
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3535
param(
3636
[Parameter(Mandatory)]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Get-AzMigrateReplicationPolicy -ResourceGroupName azmigratepwshtestasr13072020 -
2525
Get-AzMigrateReplicationPolicy -ResourceGroupName azmigratepwshtestasr13072020 -ResourceName AzMigrateTestProjectPWSH02aarsvault -PolicyName migrateAzMigratePWSHTc8d1sitepolicy
2626
2727
.Outputs
28-
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IPolicy
28+
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy
2929
.Link
3030
https://learn.microsoft.com/powershell/module/az.migrate/get-azmigratereplicationpolicy
3131
#>
3232
function Get-AzMigrateReplicationPolicy {
33-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IPolicy])]
33+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy])]
3434
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3535
param(
3636
[Parameter(Mandatory)]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Get-AzMigrateReplicationProtectionContainer -ResourceGroupName azmigratepwshtest
2525
Get-AzMigrateReplicationProtectionContainer -ResourceGroupName azmigratepwshtestasr13072020 -ResourceName AzMigrateTestProjectPWSH02aarsvault -FabricName AzMigratePWSHTc8d1replicationfabric -ProtectionContainerName AzMigratePWSHTc8d1replicationcontainer
2626
2727
.Outputs
28-
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IProtectionContainer
28+
Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainer
2929
.Link
3030
https://learn.microsoft.com/powershell/module/az.migrate/get-azmigratereplicationprotectioncontainer
3131
#>
3232
function Get-AzMigrateReplicationProtectionContainer {
33-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IProtectionContainer])]
33+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainer])]
3434
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)]
3535
param(
3636
[Parameter(Mandatory)]

0 commit comments

Comments
 (0)