Skip to content

Commit

Permalink
Updating migration guide typos for Az 13.0.0 (Azure#26722)
Browse files Browse the repository at this point in the history
* Fixing migration guide for SQL DAG.

* Chaning string to lowercase.

---------

Co-authored-by: jovancevic123 <[email protected]>
  • Loading branch information
jovancevic123 and jovancevic123 authored Nov 18, 2024
1 parent ee61f8f commit dc51681
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/migration-guides/Az.13.0.0-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ Update-AzNetAppFilesBackup -ResourceGroupName "MyRG" -AccountName "MyAccount" -B
- Cmdlet breaking-change will happen to all parameter sets
- The output type 'Microsoft.Azure.Commands.Sql.ManagedInstanceHybridLink.Model.AzureSqlManagedInstanceLinkModel' is changing
- The following properties in the output type are being deprecated : 'TargetDatabase' 'PrimaryAvailabilityGroupName' 'SecondaryAvailabilityGroupName' 'SourceEndpoint' 'SourceReplicaId' 'TargetReplicaId' 'LinkState' 'LastHardenedLsn'
- The following properties are being added to the output type : 'Databases' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
- The following properties are being added to the output type : 'Database' 'DistributedAvailabilityGroupName ' 'InstanceAvailabilityGroupName' 'PartnerAvailabilityGroupName' 'InstanceLinkRole' 'PartnerLinkRole' 'FailoverMode' 'SeedingMode' 'PartnerEndpoint'
- This change is expected to take effect from Az.Sql version: 6.0.0 and Az version: 13.0.0


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

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


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


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


Expand Down

0 comments on commit dc51681

Please sign in to comment.