Skip to content

Commit dc51681

Browse files
jovancevic123jovancevic123
andauthored
Updating migration guide typos for Az 13.0.0 (#26722)
* Fixing migration guide for SQL DAG. * Chaning string to lowercase. --------- Co-authored-by: jovancevic123 <[email protected]>
1 parent ee61f8f commit dc51681

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/migration-guides/Az.13.0.0-migration-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ Update-AzNetAppFilesBackup -ResourceGroupName "MyRG" -AccountName "MyAccount" -B
10671067
- Cmdlet breaking-change will happen to all parameter sets
10681068
- The output type 'Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel' is changing
10691069
- The following properties in the output type are being deprecated : 'TargetDatabase' 'PrimaryAvailabilityGroupName' 'SecondaryAvailabilityGroupName' 'SourceEndpoint' 'SourceReplicaId' 'TargetReplicaId' 'LinkState' 'LastHardenedLsn'
1070-
- The following properties are being added to the output type : 'Databases' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
1070+
- The following properties are being added to the output type : 'Database' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
10711071
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0
10721072

10731073

@@ -1086,7 +1086,7 @@ Get-AzSqlInstanceLink -ResourceGroupName "ResourceGroup01" -InstanceName "Manage
10861086
- Cmdlet breaking-change will happen to all parameter sets
10871087
- The output type 'Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel' is changing
10881088
- The following properties in the output type are being deprecated : 'TargetDatabase' 'PrimaryAvailabilityGroupName' 'SecondaryAvailabilityGroupName' 'SourceEndpoint' 'SourceReplicaId' 'TargetReplicaId' 'LinkState' 'LastHardenedLsn'
1089-
- The following properties are being added to the output type : 'Databases' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
1089+
- The following properties are being added to the output type : 'Database' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
10901090
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0
10911091

10921092
- Parameter breaking-change will happen to all parameter sets
@@ -1100,7 +1100,7 @@ Get-AzSqlInstanceLink -ResourceGroupName "ResourceGroup01" -InstanceName "Manage
11001100
- The parameter : 'SourceEndpoint' is being replaced by parameter : 'PartnerEndpoint'.
11011101
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0
11021102
- `-TargetDatabase`
1103-
- The parameter 'TargetDatabase' is being replaced by parameter 'Databases'. The type of new parameter is changing from 'String' to 'List<String>'
1103+
- The parameter 'TargetDatabase' is being replaced by parameter 'Database'. The type of new parameter is changing from 'string' to 'string[]'
11041104
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0
11051105

11061106

@@ -1120,7 +1120,7 @@ New-AzSqlInstanceLink -ResourceGroupName "ResourceGroup01" -InstanceName "Manage
11201120
- Cmdlet breaking-change will happen to all parameter sets
11211121
- The output type 'Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel' is changing
11221122
- The following properties in the output type are being deprecated : 'TargetDatabase' 'PrimaryAvailabilityGroupName' 'SecondaryAvailabilityGroupName' 'SourceEndpoint' 'SourceReplicaId' 'TargetReplicaId' 'LinkState' 'LastHardenedLsn'
1123-
- The following properties are being added to the output type : 'Databases' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
1123+
- The following properties are being added to the output type : 'Database' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
11241124
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0
11251125

11261126

@@ -1139,7 +1139,7 @@ Remove-AzSqlInstanceLink -ResourceGroupName "ResourceGroup01" -InstanceName "Man
11391139
- Cmdlet breaking-change will happen to all parameter sets
11401140
- The output type 'Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel' is changing
11411141
- The following properties in the output type are being deprecated : 'TargetDatabase' 'PrimaryAvailabilityGroupName' 'SecondaryAvailabilityGroupName' 'SourceEndpoint' 'SourceReplicaId' 'TargetReplicaId' 'LinkState' 'LastHardenedLsn'
1142-
- The following properties are being added to the output type : 'Databases' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
1142+
- The following properties are being added to the output type : 'Database' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
11431143
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0
11441144

11451145

0 commit comments

Comments
 (0)