Skip to content

Commit aae8733

Browse files
authored
Merge pull request #103431 from davidsmatlak/ds-fixcmdletparm
Fixes a cmdlet's parameter name and doc title in ToC
2 parents 3e02e4f + e50ed87 commit aae8733

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

articles/site-recovery/hyper-v-vmm-powershell-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ To check the completion of the operation, follow the steps in [Monitor activity]
214214
1. Run this command to retrieve the networks for the source Virtual Machine Manager server and the target Virtual Machine Manager server.
215215

216216
```azurepowershell
217-
$PrimaryNetworks = Get-AzRecoveryServicesAsrNetwork -Name $Servers[0]
217+
$PrimaryNetworks = Get-AzRecoveryServicesAsrNetwork -Fabric $Servers[0]
218218
219-
$RecoveryNetworks = Get-AzRecoveryServicesAsrNetwork -Name $Servers[1]
219+
$RecoveryNetworks = Get-AzRecoveryServicesAsrNetwork -Fabric $Servers[1]
220220
```
221221

222222
> [!NOTE]

articles/site-recovery/toc.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
href: azure-to-azure-tutorial-failover-failback.md
2424
- name: Run failback
2525
href: azure-to-azure-tutorial-failback.md
26-
- name: Move
26+
- name: Move
2727
items:
2828
- name: Move Azure VMs to another region
29-
href: azure-to-azure-tutorial-migrate.md
29+
href: azure-to-azure-tutorial-migrate.md
3030
- name: Move Azure VMs to Availability Zones
3131
href: move-Azure-VMs-AVset-Azone.md
3232
- name: Move Azure VMs between Government & Public regions
@@ -89,7 +89,7 @@
8989
href: azure-vm-disaster-recovery-with-expressroute.md
9090
- name: About moving Azure VMs to another region
9191
href: azure-to-azure-move-overview.md
92-
- name: About VMware VM disaster recovery
92+
- name: About VMware VM disaster recovery
9393
items:
9494
- name: VMware disaster recovery overview
9595
href: vmware-azure-about-disaster-recovery.md
@@ -99,7 +99,7 @@
9999
href: vmware-physical-azure-support-matrix.md
100100
- name: About Site Recovery components (configuration/process/master target server)
101101
href: vmware-physical-azure-config-process-server-overview.md
102-
- name: Support requirements for configuration and process servers
102+
- name: Support requirements for configuration and process servers
103103
href: vmware-azure-configuration-server-requirements.md
104104
- name: VMware to Azure architecture
105105
href: vmware-azure-architecture.md
@@ -109,7 +109,7 @@
109109
href: concepts-types-of-failback.md
110110
- name: Multi-tenant support for VMware disaster recovery
111111
href: vmware-azure-multi-tenant-overview.md
112-
- name: About Hyper-V VM disaster recovery
112+
- name: About Hyper-V VM disaster recovery
113113
items:
114114
- name: Common questions
115115
href: hyper-v-azure-common-questions.md
@@ -119,15 +119,15 @@
119119
href: hyper-v-azure-architecture.md
120120
- name: About excluding disks from replication
121121
href: exclude-disks-replication.md
122-
- name: About physical server disaster recovery
122+
- name: About physical server disaster recovery
123123
items:
124124
- name: VMware/physical to Azure support matrix
125125
href: vmware-physical-azure-support-matrix.md
126126
- name: Physical server to Azure architecture
127127
href: physical-azure-architecture.md
128128
- name: About excluding disks from replication
129129
href: exclude-disks-replication.md
130-
- name: About networking for disaster recovery
130+
- name: About networking for disaster recovery
131131
items:
132132
- name: Azure Traffic Manager with Site Recovery
133133
href: concepts-traffic-manager-with-site-recovery.md
@@ -147,7 +147,7 @@
147147
href: site-recovery-role-based-linked-access-control.md
148148
- name: About disaster recovery to a secondary on-premises site
149149
items:
150-
- name: Support matrix for VMware/physical server
150+
- name: Support matrix for VMware/physical server
151151
href: vmware-physical-secondary-support-matrix.md
152152
- name: Architecture for VMware VM/physical server to a secondary site
153153
href: vmware-physical-secondary-architecture.md
@@ -185,7 +185,7 @@
185185
href: azure-to-azure-enable-replication-added-disk.md
186186
- name: Exclude disks
187187
href: azure-to-azure-exclude-disks.md
188-
- name: Reprotect Azure VMs after failover
188+
- name: Reprotect Azure VMs after failover
189189
href: azure-to-azure-how-to-reprotect.md
190190
- name: Set up disaster recovery for Azure VMs after migration to Azure
191191
href: azure-to-azure-replicate-after-migration.md
@@ -226,14 +226,14 @@
226226
- name: Analyze the cost estimation report
227227
href: site-recovery-vmware-deployment-planner-cost-estimation.md
228228
- name: Scale out process servers for VMware replication
229-
href: vmware-azure-set-up-process-server-scale.md
229+
href: vmware-azure-set-up-process-server-scale.md
230230
- name: Set up disaster recovery
231231
items:
232232
- name: Set up the source environment
233233
href: vmware-azure-set-up-source.md
234234
- name: Deploy the configuration server
235235
href: vmware-azure-deploy-configuration-server.md
236-
- name: Set up the target environment
236+
- name: Set up the target environment
237237
href: vmware-azure-set-up-target.md
238238
- name: Configure replication settings
239239
href: vmware-azure-set-up-replication.md
@@ -270,10 +270,10 @@
270270
- name: Set up a Linux master target server for failback
271271
href: vmware-azure-install-linux-master-target.md
272272
- name: Manage
273-
items:
274-
- name: Manage the Mobility agent
275-
href: vmware-physical-manage-mobility-service.md
276-
- name: Manage the configuration server for VMware
273+
items:
274+
- name: Manage the Mobility agent
275+
href: vmware-physical-manage-mobility-service.md
276+
- name: Manage the configuration server for VMware
277277
href: vmware-azure-manage-configuration-server.md
278278
- name: Manage process servers
279279
href: vmware-azure-manage-process-server.md
@@ -299,7 +299,7 @@
299299
items:
300300
- name: Walkthrough-Set up disaster recovery
301301
href: physical-azure-disaster-recovery.md
302-
- name: Set up the source environment
302+
- name: Set up the source environment
303303
href: physical-azure-set-up-source.md
304304
- name: Set up the target environment
305305
href: vmware-azure-set-up-target.md
@@ -311,7 +311,7 @@
311311
href: vmware-azure-install-mobility-service.md
312312
- name: Deploy the Mobility service with Configuration Manager
313313
href: vmware-azure-mobility-install-configuration-mgr.md
314-
- name: Run failover and failback
314+
- name: Run failover and failback
315315
href: physical-to-azure-failover-failback.md
316316
- name: Manage
317317
items:
@@ -357,7 +357,7 @@
357357
items:
358358
- name: Prepare network mapping for Hyper-V VM disaster recovery
359359
href: hyper-v-vmm-network-mapping.md
360-
- name: Exclude disks from replication
360+
- name: Exclude disks from replication
361361
href: hyper-v-exclude-disk.md
362362
- name: Run failover and failback
363363
items:
@@ -373,8 +373,8 @@
373373
href: hyper-v-azure-failback.md
374374
- name: Manage
375375
items:
376-
- name: Deprecation of Site Recovery data encryption
377-
href: encryption-feature-deprecation.md
376+
- name: Deprecation of Site Recovery data encryption
377+
href: encryption-feature-deprecation.md
378378
- name: Upgrade Windows Servers configured with Site Recovery
379379
href: upgrade-2012R2-to-2016.md
380380
- name: Remove servers and disable protection
@@ -383,7 +383,7 @@
383383
href: service-updates-how-to.md
384384
- name: Delete a vault
385385
href: delete-vault.md
386-
386+
387387
- name: Disaster recovery for apps
388388
items:
389389
- name: About disaster recovery for on-premises apps
@@ -438,7 +438,7 @@
438438
href: vmware-azure-disaster-recovery-powershell.md
439439
- name: Set up disaster recovery of Hyper-V VMs to Azure using PowerShell
440440
href: hyper-v-azure-powershell-resource-manager.md
441-
- name: Set up disaster recovery of Hyper-V VMs (with VMM) to Azure using PowerShell
441+
- name: Set up disaster recovery of Hyper-V VMs (with VMM) using PowerShell
442442
href: hyper-v-vmm-powershell-resource-manager.md
443443
- name: Add automation runbooks to recovery plans
444444
href: site-recovery-runbook-automation.md
@@ -465,7 +465,7 @@
465465
- name: Troubleshoot Mobility service issues
466466
href: site-recovery-extension-troubleshoot.md
467467
- name: Troubleshoot VMware VMs/physical servers
468-
items:
468+
items:
469469
- name: Troubleshoot VMware VM/physical server replication
470470
href: vmware-azure-troubleshoot-replication.md
471471
- name: Troubleshoot configuration servers
@@ -476,7 +476,7 @@
476476
href: vmware-azure-troubleshoot-push-install.md
477477
- name: Troubleshoot failover to Azure
478478
href: site-recovery-failover-to-azure-troubleshoot.md
479-
- name: Troubleshoot reprotection and failback of VMware VMs
479+
- name: Troubleshoot reprotection and failback of VMware VMs
480480
href: vmware-azure-troubleshoot-failback-reprotect.md
481481
- name: Troubleshoot Provider upgrade failures
482482
href: vmware-azure-troubleshoot-upgrade-failures.md
@@ -489,7 +489,7 @@
489489
- name: Troubleshoot failover to Azure
490490
href: site-recovery-failover-to-azure-troubleshoot.md
491491
- name: Reference
492-
items:
492+
items:
493493
- name: Azure PowerShell
494494
href: /powershell/module/az.recoveryservices
495495
- name: Azure PowerShell classic

0 commit comments

Comments
 (0)