Skip to content

Commit 2743a8a

Browse files
[skip ci] Archive 8622eb3 (#28759)
1 parent b4d2f68 commit 2743a8a

File tree

881 files changed

+12823
-12241
lines changed

Some content is hidden

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

881 files changed

+12823
-12241
lines changed

generated/DataProtection/DataProtection.Autorest/Az.DataProtection.format.ps1xml

Lines changed: 340 additions & 312 deletions
Large diffs are not rendered by default.

generated/DataProtection/DataProtection.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 - DataProtection")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.6.1")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("2.6.1")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.7.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.7.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

generated/DataProtection/DataProtection.Autorest/exports/Backup-AzDataProtectionBackupInstanceAdhoc.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ while($jobstatus -ne "Completed")
3838
.Inputs
3939
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity
4040
.Outputs
41-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IOperationJobExtendedInfo
41+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IOperationJobExtendedInfo
4242
.Notes
4343
COMPLEX PARAMETER PROPERTIES
4444
@@ -63,7 +63,7 @@ INPUTOBJECT <IDataProtectionIdentity>: Identity Parameter
6363
https://learn.microsoft.com/powershell/module/az.dataprotection/backup-azdataprotectionbackupinstanceadhoc
6464
#>
6565
function Backup-AzDataProtectionBackupInstanceAdhoc {
66-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IOperationJobExtendedInfo])]
66+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IOperationJobExtendedInfo])]
6767
[CmdletBinding(DefaultParameterSetName='BackupExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
6868
param(
6969
[Parameter(ParameterSetName='BackupExpanded', Mandatory)]

generated/DataProtection/DataProtection.Autorest/exports/Edit-AzDataProtectionPolicyRetentionRuleClientObject.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy $pol -Name Weekly -
2727
Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy $pol -Name Weekly -RemoveRule
2828
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy
30+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
@@ -67,12 +67,12 @@ POLICY <IBackupPolicy>: Backup Policy Object
6767
https://learn.microsoft.com/powershell/module/az.dataprotection/edit-azdataprotectionpolicyretentionruleclientobject
6868
#>
6969
function Edit-AzDataProtectionPolicyRetentionRuleClientObject {
70-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy])]
70+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy])]
7171
[CmdletBinding(DefaultParameterSetName='RemoveRetention', PositionalBinding=$false)]
7272
param(
7373
[Parameter(Mandatory)]
7474
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Category('Body')]
75-
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy]
75+
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy]
7676
# Backup Policy Object
7777
# To construct, see NOTES section for POLICY properties and create a hash table.
7878
${Policy},
@@ -97,7 +97,7 @@ param(
9797

9898
[Parameter(ParameterSetName='AddRetention', Mandatory)]
9999
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Category('Body')]
100-
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.ISourceLifeCycle[]]
100+
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.ISourceLifeCycle[]]
101101
# Life cycles associated with the retention rule.
102102
# To construct, see NOTES section for LIFECYCLES properties and create a hash table.
103103
${LifeCycles},

generated/DataProtection/DataProtection.Autorest/exports/Edit-AzDataProtectionPolicyTagClientObject.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Edit-AzDataProtectionPolicyTagClientObject -Policy $pol -Name Weekly -Criteria $
2626
Edit-AzDataProtectionPolicyTagClientObject -Policy $pol -Name Weekly -RemoveRule
2727
2828
.Outputs
29-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy
29+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy
3030
.Notes
3131
COMPLEX PARAMETER PROPERTIES
3232
@@ -67,12 +67,12 @@ POLICY <IBackupPolicy>: Backup Policy Object.
6767
https://learn.microsoft.com/powershell/module/az.dataprotection/edit-azdataprotectionpolicytagclientobject
6868
#>
6969
function Edit-AzDataProtectionPolicyTagClientObject {
70-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy])]
70+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy])]
7171
[CmdletBinding(DefaultParameterSetName='RemoveTag', PositionalBinding=$false)]
7272
param(
7373
[Parameter(Mandatory)]
7474
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Category('Body')]
75-
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy]
75+
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy]
7676
# Backup Policy Object.
7777
# To construct, see NOTES section for POLICY properties and create a hash table.
7878
${Policy},
@@ -91,7 +91,7 @@ param(
9191

9292
[Parameter(ParameterSetName='updateTag', Mandatory)]
9393
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Category('Body')]
94-
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IScheduleBasedBackupCriteria[]]
94+
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IScheduleBasedBackupCriteria[]]
9595
# Criterias to be associated with the schedule tag.
9696
# To construct, see NOTES section for CRITERIA properties and create a hash table.
9797
${Criteria}

generated/DataProtection/DataProtection.Autorest/exports/Edit-AzDataProtectionPolicyTriggerClientObject.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $schedule = New-AzDataProtectionPolicyTriggerScheduleClientObject -ScheduleDays
2424
Edit-AzDataProtectionPolicyTriggerClientObject -Policy $pol -Schedule $schedule
2525
2626
.Outputs
27-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy
27+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy
2828
.Notes
2929
COMPLEX PARAMETER PROPERTIES
3030
@@ -54,12 +54,12 @@ POLICY <IBackupPolicy>: Backup Policy object.
5454
https://learn.microsoft.com/powershell/module/az.dataprotection/edit-azdataprotectionpolicytriggerclientobject
5555
#>
5656
function Edit-AzDataProtectionPolicyTriggerClientObject {
57-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy])]
57+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy])]
5858
[CmdletBinding(DefaultParameterSetName='RemoveBackupSchedule', PositionalBinding=$false)]
5959
param(
6060
[Parameter(Mandatory)]
6161
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Category('Body')]
62-
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupPolicy]
62+
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupPolicy]
6363
# Backup Policy object.
6464
# To construct, see NOTES section for POLICY properties and create a hash table.
6565
${Policy},

generated/DataProtection/DataProtection.Autorest/exports/Find-AzDataProtectionRestorableTimeRange.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ $pointInTimeRange = Find-AzDataProtectionRestorableTimeRange -BackupInstanceName
2727
$pointInTimeRange.RestorableTimeRange | Format-List
2828
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IAzureBackupFindRestorableTimeRangesResponseResource
30+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IAzureBackupFindRestorableTimeRangesResponseResource
3131
.Link
3232
https://learn.microsoft.com/powershell/module/az.dataprotection/find-azdataprotectionrestorabletimerange
3333
#>
3434
function Find-AzDataProtectionRestorableTimeRange {
35-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IAzureBackupFindRestorableTimeRangesResponseResource])]
35+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IAzureBackupFindRestorableTimeRangesResponseResource])]
3636
[CmdletBinding(DefaultParameterSetName='FindExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
3737
param(
3838
[Parameter(Mandatory)]

generated/DataProtection/DataProtection.Autorest/exports/Get-AzDataProtectionBackupInstance.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzDataProtectionBackupInstance -SubscriptionId "xxxxxxxx-xxxx-xxxx-xxxxxxxxx
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupInstanceResource
30+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupInstanceResource
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
@@ -52,7 +52,7 @@ INPUTOBJECT <IDataProtectionIdentity>: Identity Parameter
5252
https://learn.microsoft.com/powershell/module/az.dataprotection/get-azdataprotectionbackupinstance
5353
#>
5454
function Get-AzDataProtectionBackupInstance {
55-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupInstanceResource])]
55+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupInstanceResource])]
5656
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5757
param(
5858
[Parameter(ParameterSetName='Get', Mandatory)]

generated/DataProtection/DataProtection.Autorest/exports/Get-AzDataProtectionBackupInstancesExtensionRouting.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ $diskARMID = "subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/resourceGroups/test
2424
Get-AzDataProtectionBackupInstancesExtensionRouting -ResourceId $diskARMID
2525
2626
.Outputs
27-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupInstanceResource
27+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupInstanceResource
2828
.Link
2929
https://learn.microsoft.com/powershell/module/az.dataprotection/get-azdataprotectionbackupinstancesextensionrouting
3030
#>
3131
function Get-AzDataProtectionBackupInstancesExtensionRouting {
32-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupInstanceResource])]
32+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBackupInstanceResource])]
3333
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3434
param(
3535
[Parameter(Mandatory)]

generated/DataProtection/DataProtection.Autorest/exports/Get-AzDataProtectionBackupPolicy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzDataProtectionBackupPolicy -SubscriptionId "xxxx-xxx-xxx" -ResourceGroupNa
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBaseBackupPolicyResource
30+
Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBaseBackupPolicyResource
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
@@ -52,7 +52,7 @@ INPUTOBJECT <IDataProtectionIdentity>: Identity Parameter
5252
https://learn.microsoft.com/powershell/module/az.dataprotection/get-azdataprotectionbackuppolicy
5353
#>
5454
function Get-AzDataProtectionBackupPolicy {
55-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBaseBackupPolicyResource])]
55+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.IBaseBackupPolicyResource])]
5656
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5757
param(
5858
[Parameter(ParameterSetName='Get', Mandatory)]

0 commit comments

Comments
 (0)